Skip to content

Commit b7a0b2c

Browse files
authored
chore: update deps (#54)
1 parent 08fe1d9 commit b7a0b2c

File tree

4 files changed

+388
-575
lines changed

4 files changed

+388
-575
lines changed

.eslintrc

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -130,18 +130,8 @@
130130
"plugin:testing-library/react"
131131
],
132132
"rules": {
133-
"testing-library/no-manual-cleanup": "error",
134-
"testing-library/no-render-in-setup": "error",
135-
"testing-library/no-wait-for-snapshot": "error",
136133
"testing-library/prefer-explicit-assert": "error",
137-
"testing-library/prefer-presence-queries": "error",
138-
"testing-library/prefer-wait-for": "error",
139-
"testing-library/no-unnecessary-act": "error",
140-
"testing-library/no-wait-for-multiple-assertions": "error",
141-
"testing-library/no-wait-for-side-effects": "error",
142-
"testing-library/prefer-query-by-disappearance": "error",
143-
"testing-library/prefer-user-event": "error",
144-
"testing-library/no-debugging-utils": "warn"
134+
"testing-library/prefer-user-event": "error"
145135
}
146136
}
147137
],

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"@tanstack/react-query": "^5.24.1",
1313
"@tanstack/react-query-devtools": "^5.24.1",
1414
"@testing-library/jest-dom": "^6.4.2",
15-
"@testing-library/react": "^14.0.0",
16-
"@testing-library/user-event": "^14.4.3",
15+
"@testing-library/react": "^14.2.1",
16+
"@testing-library/user-event": "^14.5.2",
1717
"@vitejs/plugin-react": "^4.2.1",
18-
"axios": "^1.1.2",
19-
"immer": "^10.0.0",
18+
"axios": "^1.6.7",
19+
"immer": "^10.0.3",
2020
"jotai": "^2.6.5",
2121
"jotai-immer": "^0.3.0",
2222
"jotai-tanstack-query": "^0.8.5",
@@ -26,47 +26,47 @@
2626
"react": "^18.2.0",
2727
"react-dom": "^18.2.0",
2828
"react-error-boundary": "^4.0.12",
29-
"react-hot-toast": "^2.4.0",
29+
"react-hot-toast": "^2.4.1",
3030
"typescript": "^5.3.3",
3131
"typescript-eslint": "^7.0.2",
3232
"vite": "^5.1.4",
3333
"vite-tsconfig-paths": "^4.3.1",
3434
"vitest": "^1.3.1",
35-
"web-vitals": "^3.0.1",
36-
"whatwg-fetch": "^3.6.2",
35+
"web-vitals": "^3.5.2",
36+
"whatwg-fetch": "^3.6.20",
3737
"wonka": "^6.3.4"
3838
},
3939
"devDependencies": {
40-
"@commitlint/cli": "^17.1.2",
41-
"@commitlint/config-conventional": "^17.1.0",
40+
"@commitlint/cli": "^18.6.1",
41+
"@commitlint/config-conventional": "^18.6.2",
4242
"@types/node": "^20.11.20",
43-
"@types/react": "^18.0.19",
44-
"@types/react-dom": "^18.0.6",
43+
"@types/react": "^18.2.58",
44+
"@types/react-dom": "^18.2.19",
4545
"@types/testing-library__jest-dom": "^6.0.0",
46-
"@typescript-eslint/eslint-plugin": "^6.21.0",
47-
"@typescript-eslint/parser": "^6.21.0",
48-
"autoprefixer": "^10.4.9",
49-
"cssnano": "^6.0.0",
46+
"@typescript-eslint/eslint-plugin": "^7.0.2",
47+
"@typescript-eslint/parser": "^7.0.2",
48+
"autoprefixer": "^10.4.17",
49+
"cssnano": "^6.0.5",
5050
"eslint": "^8.57.0",
5151
"eslint-config-airbnb": "^19.0.4",
5252
"eslint-config-airbnb-typescript": "^17.1.0",
53-
"eslint-config-prettier": "^8.5.0",
53+
"eslint-config-prettier": "^9.1.0",
5454
"eslint-plugin-eslint-comments": "^3.2.0",
55-
"eslint-plugin-import": "^2.26.0",
55+
"eslint-plugin-import": "^2.29.1",
5656
"eslint-plugin-jest-dom": "^5.1.0",
57-
"eslint-plugin-jsx-a11y": "^6.6.1",
58-
"eslint-plugin-prettier": "^4.2.1",
59-
"eslint-plugin-react": "^7.31.8",
57+
"eslint-plugin-jsx-a11y": "^6.8.0",
58+
"eslint-plugin-prettier": "^5.1.3",
59+
"eslint-plugin-react": "^7.33.2",
6060
"eslint-plugin-react-hooks": "^4.6.0",
61-
"eslint-plugin-testing-library": "^5.6.3",
62-
"gh-pages": "^4.0.0",
63-
"husky": "^8.0.1",
64-
"lint-staged": "^13.0.3",
65-
"postcss": "^8.4.16",
66-
"prettier": "^2.7.1",
67-
"prettier-plugin-tailwindcss": "^0.1.13",
68-
"tailwindcss": "^3.1.8",
69-
"tsc-files": "^1.1.3"
61+
"eslint-plugin-testing-library": "^6.2.0",
62+
"gh-pages": "^6.1.1",
63+
"husky": "^9.0.11",
64+
"lint-staged": "^15.2.2",
65+
"postcss": "^8.4.35",
66+
"prettier": "^3.2.5",
67+
"prettier-plugin-tailwindcss": "^0.5.11",
68+
"tailwindcss": "^3.4.1",
69+
"tsc-files": "^1.1.4"
7070
},
7171
"scripts": {
7272
"start": "vite",

0 commit comments

Comments
 (0)