Skip to content

Commit

Permalink
[deps] Bump eslint, remove old @types/jest
Browse files Browse the repository at this point in the history
  • Loading branch information
amivanoff committed Aug 20, 2024
1 parent 9a26723 commit 628cc67
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 89 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,9 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/is-url": "^1.2.32",
"@types/jest": "^29.5.12",
"@types/node": "^22.4.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@types/node": "^22.4.1",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"cross-env": "^7.0.3",
"custom-env": "^2.0.6",
"esbuild": "^0.23.1",
Expand All @@ -121,7 +120,7 @@
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "5.5.4",
"typescript-eslint": "^8.1.0"
"typescript-eslint": "^8.2.0"
},
"lint-staged": {
"{src,test}/**/*.{js,jsx,ts,tsx,json}": [
Expand Down
Loading

0 comments on commit 628cc67

Please sign in to comment.