Skip to content

Commit 7d782be

Browse files
committed
Update dev dependencies
1 parent 9cda044 commit 7d782be

File tree

4 files changed

+632
-979
lines changed

4 files changed

+632
-979
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ To run the tests, use `pnpm test`, or `pnpm test:no-headless` to run tests with
274274
The information provided below is meant for Mozilla volunteers.
275275

276276
Software versions used:
277-
Node.js: 22.12.0
278-
PNPM: 10.2.0
277+
Node.js: 22.15.1
278+
PNPM: 10.11.0
279279

280280
Third-party libraries that can be found in the minified extension:
281281
- [nanobar 0.4.2](https://github.com/jacoborus/nanobar/blob/v0.4.2/nanobar.js)

package.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,29 @@
4343
"snarkdown": "2.0.0"
4444
},
4545
"devDependencies": {
46-
"@eslint/js": "^9.20.0",
47-
"@types/eslint__js": "^8.42.3",
46+
"@eslint/js": "^9.27.0",
4847
"@types/jest": "^29.5.14",
49-
"@types/node": "^22.13.1",
50-
"@types/webextension-polyfill": "^0.12.1",
51-
"chrome-launcher": "^1.1.2",
48+
"@types/node": "^22.15.26",
49+
"@types/webextension-polyfill": "^0.12.3",
50+
"chrome-launcher": "^1.2.0",
5251
"concurrently": "^9.1.2",
5352
"cross-env": "^7.0.3",
54-
"esbuild": "^0.25.0",
55-
"eslint": "9.20.1",
56-
"eslint-config-prettier": "^10.0.1",
53+
"esbuild": "^0.25.5",
54+
"eslint": "9.27.0",
55+
"eslint-config-prettier": "^10.1.5",
5756
"eslint-formatter-codeframe": "^7.32.1",
5857
"eslint-plugin-import": "^2.31.0",
5958
"generic-pool": "^3.9.0",
60-
"globals": "^15.15.0",
59+
"globals": "^16.2.0",
6160
"jest": "^29.7.0",
62-
"prettier": "^3.5.0",
63-
"puppeteer": "^24.2.0",
61+
"prettier": "^3.5.3",
62+
"puppeteer": "^24.9.0",
6463
"rimraf": "^6.0.1",
65-
"ts-jest": "^29.2.5",
66-
"tsx": "^4.19.2",
67-
"typescript": "^5.7.3",
68-
"typescript-eslint": "^8.24.0",
69-
"web-ext": "^8.4.0"
64+
"ts-jest": "^29.3.4",
65+
"tsx": "^4.19.4",
66+
"typescript": "^5.8.3",
67+
"typescript-eslint": "^8.33.0",
68+
"web-ext": "^8.7.1"
7069
},
7170
"prettier": {
7271
"singleQuote": true,

0 commit comments

Comments
 (0)