|
1 | 1 | {
|
2 | 2 | "name": "react-visualization-assignment-ts",
|
3 | 3 | "homepage": "https://manoldonev.github.io/react-visualization-assignment-ts",
|
4 |
| - "version": "0.4.0", |
| 4 | + "version": "0.5.0", |
5 | 5 | "private": true,
|
| 6 | + "engines": { |
| 7 | + "node": ">=20.9.0" |
| 8 | + }, |
| 9 | + "type": "module", |
6 | 10 | "dependencies": {
|
7 | 11 | "@tanstack/query-core": "^5.24.1",
|
8 | 12 | "@tanstack/react-query": "^5.24.1",
|
9 | 13 | "@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", |
15 | 19 | "immer": "^9.0.15",
|
16 |
| - "jotai": "^2.0.0", |
| 20 | + "jotai": "^2.6.5", |
17 | 21 | "jotai-immer": "^0.3.0",
|
18 | 22 | "jotai-tanstack-query": "^0.8.5",
|
19 | 23 | "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", |
21 | 26 | "react": "^18.2.0",
|
22 | 27 | "react-dom": "^18.2.0",
|
23 | 28 | "react-error-boundary": "^4.0.12",
|
24 | 29 | "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", |
30 | 36 | "whatwg-fetch": "^3.6.2",
|
31 | 37 | "wonka": "^6.3.4"
|
32 | 38 | },
|
33 | 39 | "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", |
38 | 44 | "@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", |
42 | 48 | "autoprefixer": "^10.4.9",
|
43 | 49 | "cssnano": "^5.1.13",
|
44 |
| - "eslint": "^8.19.0", |
| 50 | + "eslint": "^8.57.0", |
45 | 51 | "eslint-config-airbnb": "^19.0.4",
|
46 |
| - "eslint-config-airbnb-typescript": "^17.0.0", |
| 52 | + "eslint-config-airbnb-typescript": "^17.1.0", |
47 | 53 | "eslint-config-prettier": "^8.5.0",
|
48 | 54 | "eslint-plugin-eslint-comments": "^3.2.0",
|
49 | 55 | "eslint-plugin-import": "^2.26.0",
|
50 | 56 | "eslint-plugin-jest-dom": "^4.0.2",
|
51 |
| - "eslint-plugin-jsx-a11y": "^6.6.0", |
| 57 | + "eslint-plugin-jsx-a11y": "^6.6.1", |
52 | 58 | "eslint-plugin-prettier": "^4.2.1",
|
53 |
| - "eslint-plugin-react": "^7.30.1", |
| 59 | + "eslint-plugin-react": "^7.31.8", |
54 | 60 | "eslint-plugin-react-hooks": "^4.6.0",
|
55 |
| - "eslint-plugin-testing-library": "^5.5.1", |
| 61 | + "eslint-plugin-testing-library": "^5.6.3", |
56 | 62 | "gh-pages": "^4.0.0",
|
57 | 63 | "husky": "^8.0.1",
|
58 | 64 | "lint-staged": "^13.0.3",
|
|
0 commit comments