Skip to content

Commit be2c7cb

Browse files
authored
chore: update vite and mock tooling (#52)
* chore: update vite and mock tooling * chore: formatting
1 parent 5012ac3 commit be2c7cb

13 files changed

+2779
-2581
lines changed
File renamed without changes.

package.json

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,64 @@
11
{
22
"name": "react-visualization-assignment-ts",
33
"homepage": "https://manoldonev.github.io/react-visualization-assignment-ts",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"private": true,
6+
"engines": {
7+
"node": ">=20.9.0"
8+
},
9+
"type": "module",
610
"dependencies": {
711
"@tanstack/query-core": "^5.24.1",
812
"@tanstack/react-query": "^5.24.1",
913
"@tanstack/react-query-devtools": "^5.24.1",
10-
"@testing-library/jest-dom": "^5.16.4",
11-
"@testing-library/react": "^13.3.0",
12-
"@testing-library/user-event": "^14.2.1",
13-
"@vitejs/plugin-react": "^2.0.0",
14-
"axios": "^1.0.0",
14+
"@testing-library/jest-dom": "^6.4.2",
15+
"@testing-library/react": "^13.4.0",
16+
"@testing-library/user-event": "^14.4.3",
17+
"@vitejs/plugin-react": "^4.2.1",
18+
"axios": "^1.1.2",
1519
"immer": "^9.0.15",
16-
"jotai": "^2.0.0",
20+
"jotai": "^2.6.5",
1721
"jotai-immer": "^0.3.0",
1822
"jotai-tanstack-query": "^0.8.5",
1923
"jsdom": "^20.0.0",
20-
"msw": "^0.47.3",
24+
"msw": "^2.2.1",
25+
"parser^6.21.0": "link:@typescript-eslint/parser^6.21.0",
2126
"react": "^18.2.0",
2227
"react-dom": "^18.2.0",
2328
"react-error-boundary": "^4.0.12",
2429
"react-hot-toast": "^2.4.0",
25-
"typescript": "^4.7.4",
26-
"vite": "^3.0.0",
27-
"vite-tsconfig-paths": "^4.0.0",
28-
"vitest": "^0.23.0",
29-
"web-vitals": "^3.0.0",
30+
"typescript": "^5.3.3",
31+
"typescript-eslint": "^7.0.2",
32+
"vite": "^5.1.4",
33+
"vite-tsconfig-paths": "^4.3.1",
34+
"vitest": "^1.3.1",
35+
"web-vitals": "^3.0.1",
3036
"whatwg-fetch": "^3.6.2",
3137
"wonka": "^6.3.4"
3238
},
3339
"devDependencies": {
34-
"@commitlint/cli": "^17.0.3",
35-
"@commitlint/config-conventional": "^17.0.3",
36-
"@types/node": "^18.0.0",
37-
"@types/react": "^18.0.15",
40+
"@commitlint/cli": "^17.1.2",
41+
"@commitlint/config-conventional": "^17.1.0",
42+
"@types/node": "^20.11.20",
43+
"@types/react": "^18.0.19",
3844
"@types/react-dom": "^18.0.6",
39-
"@types/testing-library__jest-dom": "^5.14.5",
40-
"@typescript-eslint/eslint-plugin": "^5.30.5",
41-
"@typescript-eslint/parser": "^5.30.5",
45+
"@types/testing-library__jest-dom": "^6.0.0",
46+
"@typescript-eslint/eslint-plugin": "^6.21.0",
47+
"@typescript-eslint/parser": "^6.21.0",
4248
"autoprefixer": "^10.4.9",
4349
"cssnano": "^5.1.13",
44-
"eslint": "^8.19.0",
50+
"eslint": "^8.57.0",
4551
"eslint-config-airbnb": "^19.0.4",
46-
"eslint-config-airbnb-typescript": "^17.0.0",
52+
"eslint-config-airbnb-typescript": "^17.1.0",
4753
"eslint-config-prettier": "^8.5.0",
4854
"eslint-plugin-eslint-comments": "^3.2.0",
4955
"eslint-plugin-import": "^2.26.0",
5056
"eslint-plugin-jest-dom": "^4.0.2",
51-
"eslint-plugin-jsx-a11y": "^6.6.0",
57+
"eslint-plugin-jsx-a11y": "^6.6.1",
5258
"eslint-plugin-prettier": "^4.2.1",
53-
"eslint-plugin-react": "^7.30.1",
59+
"eslint-plugin-react": "^7.31.8",
5460
"eslint-plugin-react-hooks": "^4.6.0",
55-
"eslint-plugin-testing-library": "^5.5.1",
61+
"eslint-plugin-testing-library": "^5.6.3",
5662
"gh-pages": "^4.0.0",
5763
"husky": "^8.0.1",
5864
"lint-staged": "^13.0.3",

0 commit comments

Comments
 (0)