Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Sep 28, 2024
1 parent 9bbc909 commit f024963
Show file tree
Hide file tree
Showing 7 changed files with 1,182 additions and 1,498 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,29 +43,29 @@
"snarkdown": "2.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.14",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.10",
"@types/webextension-polyfill": "^0.12.1",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"chrome-launcher": "^1.1.2",
"concurrently": "^8.2.2",
"concurrently": "^9.0.1",
"cross-env": "^7.0.3",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"esbuild": "^0.24.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"generic-pool": "^3.9.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"puppeteer": "^22.15.0",
"puppeteer": "^23.4.1",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsx": "^4.16.5",
"typescript": "^5.5.4",
"web-ext": "^8.2.0"
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"web-ext": "^8.3.0"
},
"eslintConfig": {
"root": true,
Expand Down
Loading

0 comments on commit f024963

Please sign in to comment.