Skip to content

Commit 52098f2

Browse files
authored
build: update dependencies (#2551)
1 parent 5934fd7 commit 52098f2

File tree

4 files changed

+550
-577
lines changed

4 files changed

+550
-577
lines changed

examples-app/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"react-dom": "^18.3.1"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^18.3.8",
19-
"@types/react-dom": "^18.3.0",
20-
"@typescript-eslint/eslint-plugin": "^7.18.0",
21-
"@typescript-eslint/parser": "^8.6.0",
22-
"@vitejs/plugin-react": "^4.3.2",
23-
"eslint": "^8.57.0",
24-
"eslint-plugin-react-hooks": "^4.6.2",
25-
"eslint-plugin-react-refresh": "^0.4.12",
26-
"typescript": "^5.5.4",
27-
"vite": "^5.4.8"
18+
"@types/react": "^18.3.11",
19+
"@types/react-dom": "^18.3.1",
20+
"@typescript-eslint/eslint-plugin": "^8.10.0",
21+
"@typescript-eslint/parser": "^8.10.0",
22+
"@vitejs/plugin-react": "^4.3.3",
23+
"eslint": "^8.57.1",
24+
"eslint-plugin-react-hooks": "^5.0.0",
25+
"eslint-plugin-react-refresh": "^0.4.13",
26+
"typescript": "^5.6.3",
27+
"vite": "^5.4.9"
2828
}
2929
}

package.json

+15-16
Original file line numberDiff line numberDiff line change
@@ -173,29 +173,28 @@
173173
"devDependencies": {
174174
"@jest/types": "^29.6.3",
175175
"@testing-library/dom": "^10.4.0",
176-
"@testing-library/jest-dom": "^6.5.0",
176+
"@testing-library/jest-dom": "^6.6.2",
177177
"@testing-library/react": "^16.0.1",
178178
"@testing-library/user-event": "^14.5.2",
179179
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
180-
"@types/jest": "^29.5.12",
181-
"@types/node": "^22.5.4",
182-
"@types/react": "^18.3.8",
183-
"@types/react-dom": "^18.3.0",
184-
"@typescript-eslint/eslint-plugin": "^8.4.0",
185-
"@typescript-eslint/parser": "^8.6.0",
186-
"date-fns": "^3.6.0",
187-
"date-fns-jalali": "3.6.0-1",
188-
"eslint": "^8.57.0",
180+
"@types/jest": "^29.5.13",
181+
"@types/node": "^22.7.7",
182+
"@types/react": "^18.3.11",
183+
"@types/react-dom": "^18.3.1",
184+
"@typescript-eslint/eslint-plugin": "^8.10.0",
185+
"@typescript-eslint/parser": "^8.10.0",
186+
"date-fns-jalali": "^3.6.0-1",
187+
"eslint": "^8.57.1",
189188
"eslint-config-prettier": "^9.1.0",
190189
"eslint-import-resolver-typescript": "^3.6.3",
191-
"eslint-plugin-import": "^2.30.0",
190+
"eslint-plugin-import": "^2.31.0",
192191
"eslint-plugin-jest": "^28.8.3",
193192
"eslint-plugin-prettier": "^5.2.1",
194-
"eslint-plugin-react": "^7.35.2",
195-
"eslint-plugin-react-hooks": "^4.6.2",
193+
"eslint-plugin-react": "^7.37.1",
194+
"eslint-plugin-react-hooks": "^5.0.0",
196195
"eslint-plugin-require-extensions": "^0.1.3",
197-
"eslint-plugin-testing-library": "^6.3.0",
198-
"html-validate": "^8.23.0",
196+
"eslint-plugin-testing-library": "^6.4.0",
197+
"html-validate": "^8.24.2",
199198
"jest": "^29.7.0",
200199
"jest-environment-jsdom": "^29.7.0",
201200
"mockdate": "^3.0.5",
@@ -205,7 +204,7 @@
205204
"react-dom": "^18.3.1",
206205
"ts-jest": "^29.2.5",
207206
"ts-node": "^10.9.2",
208-
"tslib": "^2.7.0",
207+
"tslib": "^2.8.0",
209208
"typescript": "~5.5.4",
210209
"typescript-css-modules": "^1.0.4"
211210
},

0 commit comments

Comments
 (0)