|
5 | 5 | "dependencies": { |
6 | 6 | "geolib": "^3.3.4", |
7 | 7 | "luxon": "^3.7.2", |
8 | | - "react": "^19.1.1", |
9 | | - "react-dom": "^19.1.1", |
10 | | - "react-globe.gl": "^2.36.0", |
| 8 | + "react": "^19.2.4", |
| 9 | + "react-dom": "^19.2.4", |
| 10 | + "react-globe.gl": "^2.37.0", |
11 | 11 | "react-select": "^5.10.2", |
12 | 12 | "svg-arc": "^1.0.2", |
13 | | - "three": "0.175.0" |
| 13 | + "three": "^0.182.0" |
14 | 14 | }, |
15 | 15 | "devDependencies": { |
16 | | - "@babel/preset-env": "^7.28.3", |
17 | | - "@babel/preset-react": "^7.27.1", |
18 | | - "@babel/preset-typescript": "^7.27.1", |
19 | | - "@eslint/js": "^9.36.0", |
20 | | - "@tailwindcss/postcss": "^4.1.13", |
21 | | - "@tailwindcss/vite": "^4.1.13", |
22 | | - "@testing-library/jest-dom": "^6.8.0", |
23 | | - "@testing-library/react": "^16.3.0", |
| 16 | + "@babel/preset-env": "^7.29.0", |
| 17 | + "@babel/preset-react": "^7.28.5", |
| 18 | + "@babel/preset-typescript": "^7.28.5", |
| 19 | + "@eslint/js": "^9.39.2", |
| 20 | + "@tailwindcss/postcss": "^4.1.18", |
| 21 | + "@tailwindcss/vite": "^4.1.18", |
| 22 | + "@testing-library/jest-dom": "^6.9.1", |
| 23 | + "@testing-library/react": "^16.3.2", |
24 | 24 | "@testing-library/user-event": "^14.6.1", |
25 | 25 | "@types/jest": "^30.0.0", |
26 | | - "@types/react": "^19.1.14", |
27 | | - "@types/react-dom": "^19.1.9", |
28 | | - "@types/three": "^0.175.0", |
29 | | - "@vitejs/plugin-react": "^4.3.4", |
30 | | - "autoprefixer": "^10.4.21", |
31 | | - "babel-jest": "^30.1.2", |
32 | | - "browserslist": "^4.26.2", |
33 | | - "cssnano": "^7.1.1", |
34 | | - "eslint": "^9.36.0", |
| 26 | + "@types/react": "^19.2.10", |
| 27 | + "@types/react-dom": "^19.2.3", |
| 28 | + "@types/three": "^0.182.0", |
| 29 | + "@vitejs/plugin-react": "^5.1.2", |
| 30 | + "autoprefixer": "^10.4.24", |
| 31 | + "babel-jest": "^30.2.0", |
| 32 | + "browserslist": "^4.28.1", |
| 33 | + "cssnano": "^7.1.2", |
| 34 | + "eslint": "^9.39.2", |
35 | 35 | "eslint-config-prettier": "^10.1.8", |
36 | 36 | "eslint-import-resolver-typescript": "^4.4.4", |
37 | 37 | "eslint-plugin-import": "^2.32.0", |
38 | 38 | "eslint-plugin-jsx-a11y": "^6.10.2", |
39 | | - "eslint-plugin-prettier": "^5.5.4", |
| 39 | + "eslint-plugin-prettier": "^5.5.5", |
40 | 40 | "eslint-plugin-react": "^7.37.5", |
41 | | - "eslint-plugin-react-hooks": "^5.2.0", |
42 | | - "globals": "^16.4.0", |
43 | | - "jest": "^30.1.3", |
44 | | - "jest-environment-jsdom": "^30.1.2", |
| 41 | + "eslint-plugin-react-hooks": "^7.0.1", |
| 42 | + "globals": "^17.2.0", |
| 43 | + "jest": "^30.2.0", |
| 44 | + "jest-environment-jsdom": "^30.2.0", |
45 | 45 | "postcss": "^8.5.6", |
46 | | - "tailwindcss": "^4.1.13", |
47 | | - "ts-jest": "^29.4.4", |
48 | | - "typescript": "^5.9.2", |
49 | | - "typescript-eslint": "^8.44.1", |
50 | | - "vite": "^7.1.11", |
51 | | - "vite-tsconfig-paths": "^5.1.4" |
| 46 | + "tailwindcss": "^4.1.18", |
| 47 | + "ts-jest": "^29.4.6", |
| 48 | + "typescript": "^5.9.3", |
| 49 | + "typescript-eslint": "^8.54.0", |
| 50 | + "vite": "^7.3.1", |
| 51 | + "vite-tsconfig-paths": "^6.0.5" |
52 | 52 | }, |
53 | 53 | "engines": { |
54 | 54 | "node": ">=22.20.0", |
|
80 | 80 | ], |
81 | 81 | "verbose": true, |
82 | 82 | "moduleNameMapper": { |
| 83 | + "^three$": "<rootDir>/__mocks__/three.js", |
| 84 | + "^react-globe.gl$": "<rootDir>/__mocks__/react-globe.gl.js", |
83 | 85 | "@common/(.*)": "<rootDir>/src/common/$1", |
84 | 86 | "@components/(.*)": "<rootDir>/src/components/$1", |
85 | 87 | "@containers/(.*)": "<rootDir>/src/containers/$1", |
|
100 | 102 | ] |
101 | 103 | }, |
102 | 104 | "transformIgnorePatterns": [ |
103 | | - "node_modules/(?!(d3-geo|react-globe.gl))$", |
104 | | - "node_modules/(?!three/examples/jsm)$" |
| 105 | + "node_modules/(?!(d3-geo|react-globe.gl|three))/" |
105 | 106 | ] |
106 | 107 | } |
107 | 108 | } |
0 commit comments