Skip to content

Commit 0bc1f3a

Browse files
committed
chore(deps): update dev dependencies
1 parent eccd37f commit 0bc1f3a

File tree

3 files changed

+2159
-2062
lines changed

3 files changed

+2159
-2062
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"no-console": "off",
3939
"import/no-unresolved": ["error", { "commonjs": true, "amd": true }],
4040
"import/export": "error",
41-
"@typescript-eslint/no-duplicate-imports": ["error"],
41+
"import/no-duplicates": "error",
4242
"@typescript-eslint/explicit-module-boundary-types": "off",
4343
"@typescript-eslint/no-unused-vars": [
4444
"warn",

package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -49,36 +49,36 @@
4949
],
5050
"license": "MIT",
5151
"devDependencies": {
52-
"@testing-library/react": "^14.0.0",
53-
"@types/jest": "^29.5.3",
54-
"@types/react": "^18.2.18",
55-
"@types/react-dom": "^18.2.7",
56-
"@typescript-eslint/eslint-plugin": "^5.62.0",
57-
"@typescript-eslint/parser": "^5.62.0",
58-
"eslint": "^8.46.0",
59-
"eslint-config-prettier": "^8.9.0",
52+
"@testing-library/react": "^14.2.1",
53+
"@types/jest": "^29.5.12",
54+
"@types/react": "^18.2.51",
55+
"@types/react-dom": "^18.2.18",
56+
"@typescript-eslint/eslint-plugin": "^6.20.0",
57+
"@typescript-eslint/parser": "^6.20.0",
58+
"eslint": "^8.56.0",
59+
"eslint-config-prettier": "^9.1.0",
6060
"eslint-import-resolver-alias": "^1.1.2",
61-
"eslint-plugin-import": "^2.28.0",
62-
"eslint-plugin-jest": "^27.2.3",
63-
"eslint-plugin-prettier": "^5.0.0",
64-
"eslint-plugin-react": "^7.33.1",
61+
"eslint-plugin-import": "^2.29.1",
62+
"eslint-plugin-jest": "^27.6.3",
63+
"eslint-plugin-prettier": "^5.1.3",
64+
"eslint-plugin-react": "^7.33.2",
6565
"eslint-plugin-react-hooks": "^4.6.0",
66-
"expect-type": "^0.16.0",
67-
"html-webpack-plugin": "^5.5.3",
68-
"jest": "^29.6.2",
69-
"jest-environment-jsdom": "^29.6.2",
70-
"jotai": "^2.2.3",
66+
"expect-type": "^0.17.3",
67+
"html-webpack-plugin": "^5.6.0",
68+
"jest": "^29.7.0",
69+
"jest-environment-jsdom": "^29.7.0",
70+
"jotai": "^2.6.4",
7171
"microbundle": "^0.15.1",
7272
"npm-run-all": "^4.1.5",
7373
"optics-ts": "^2.4.1",
74-
"prettier": "^3.0.0",
74+
"prettier": "^3.2.4",
7575
"react": "^18.2.0",
7676
"react-dom": "^18.2.0",
77-
"react-error-boundary": "^4.0.10",
78-
"ts-jest": "^29.1.1",
79-
"ts-loader": "^9.4.4",
80-
"typescript": "^5.1.6",
81-
"webpack": "^5.88.2",
77+
"react-error-boundary": "^4.0.12",
78+
"ts-jest": "^29.1.2",
79+
"ts-loader": "^9.5.1",
80+
"typescript": "^5.3.3",
81+
"webpack": "^5.90.1",
8282
"webpack-cli": "^5.1.4",
8383
"webpack-dev-server": "^4.15.1"
8484
},

0 commit comments

Comments
 (0)