Update dependencies
All checks were successful
Build / build (push) Successful in 56s

This commit is contained in:
Mathieu Strypsteen 2024-11-10 22:22:04 +01:00
parent b10bc1acf3
commit 1c227e19f5
2 changed files with 327 additions and 167 deletions

486
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -2,10 +2,10 @@
"name": "chromium-proxy-settings",
"type": "module",
"devDependencies": {
"@types/chrome": "^0.0.270",
"@types/chrome": "^0.0.271",
"crx3": "^1.1.3",
"eslint": "^9.9.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0"
"eslint": "^9.14.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0"
}
}