Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Oct 14, 2024
1 parent 1775535 commit b70c8ba
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 146 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ To run the tests, use `pnpm test`, or `pnpm test:no-headless` to run tests with
The information provided below is meant for Mozilla volunteers.

Software versions used:
Node.js: 20.16.0
PNPM: 9.11.0
Node.js: 22.9.0
PNPM: 9.12.1

Third-party libraries that can be found in the minified extension:
- [nanobar 0.4.2](https://github.com/jacoborus/nanobar/blob/v0.4.2/nanobar.js)
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,27 @@
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/node": "^20.16.10",
"@types/node": "^22.7.5",
"@types/webextension-polyfill": "^0.12.1",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"chrome-launcher": "^1.1.2",
"concurrently": "^9.0.1",
"cross-env": "^7.0.3",
"esbuild": "^0.24.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"generic-pool": "^3.9.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"puppeteer": "^23.4.1",
"puppeteer": "^23.5.3",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"web-ext": "^8.3.0"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit b70c8ba

Please sign in to comment.