Skip to content

Commit 3ea9572

Browse files
authored
chore(deps): update all to latest (#91)
* chore(web): add mock implementations for three.js and react-globe.gl
1 parent 4995f75 commit 3ea9572

File tree

6 files changed

+1902
-2008
lines changed

6 files changed

+1902
-2008
lines changed

package-lock.json

Lines changed: 1848 additions & 1961 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"devDependencies": {
77
"concurrently": "^9.2.1",
88
"husky": "^9.1.7",
9-
"lint-staged": "^16.2.1",
10-
"typescript": "^5.9.2"
9+
"lint-staged": "^16.2.7",
10+
"typescript": "^5.9.3"
1111
},
1212
"scripts": {
1313
"build": "npm run compile --workspace=server && npm run build --workspace=web",

server/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
"main": "index.js",
55
"private": true,
66
"dependencies": {
7-
"axios": "^1.12.2",
8-
"dotenv": "^17.2.2",
9-
"express": "^5.1.0",
7+
"axios": "^1.13.4",
8+
"dotenv": "^17.2.3",
9+
"express": "^5.2.1",
1010
"fast-xml-parser": "^5.3.4",
1111
"luxon": "^3.7.2",
12-
"express-rate-limit": "^8.1.0"
12+
"express-rate-limit": "^8.2.1"
1313
},
1414
"devDependencies": {
15-
"@types/express": "^5.0.3",
15+
"@types/express": "^5.0.6",
1616
"@types/jest": "^30.0.0",
1717
"@types/luxon": "^3.7.1",
1818
"@types/supertest": "^6.0.3",
19-
"jest": "^30.1.3",
19+
"jest": "^30.2.0",
2020
"nock": "^14.0.10",
21-
"prettier": "^3.6.2",
22-
"supertest": "^7.1.4",
23-
"ts-jest": "^29.4.4",
24-
"tsc-watch": "^7.1.1",
25-
"typescript": "^5.9.2"
21+
"prettier": "^3.8.1",
22+
"supertest": "^7.2.2",
23+
"ts-jest": "^29.4.6",
24+
"tsc-watch": "^7.2.0",
25+
"typescript": "^5.9.3"
2626
},
2727
"engines": {
2828
"node": ">=22.20.0",

web/__mocks__/react-globe.gl.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
const Globe = () => null;
2+
export default Globe;

web/__mocks__/three.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export const Mesh = jest.fn();
2+
export const MeshLambertMaterial = jest.fn();
3+
export const SphereGeometry = jest.fn();
4+
export const MultiplyOperation = 0;

web/package.json

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -5,50 +5,50 @@
55
"dependencies": {
66
"geolib": "^3.3.4",
77
"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",
1111
"react-select": "^5.10.2",
1212
"svg-arc": "^1.0.2",
13-
"three": "0.175.0"
13+
"three": "^0.182.0"
1414
},
1515
"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",
2424
"@testing-library/user-event": "^14.6.1",
2525
"@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",
3535
"eslint-config-prettier": "^10.1.8",
3636
"eslint-import-resolver-typescript": "^4.4.4",
3737
"eslint-plugin-import": "^2.32.0",
3838
"eslint-plugin-jsx-a11y": "^6.10.2",
39-
"eslint-plugin-prettier": "^5.5.4",
39+
"eslint-plugin-prettier": "^5.5.5",
4040
"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",
4545
"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"
5252
},
5353
"engines": {
5454
"node": ">=22.20.0",
@@ -80,6 +80,8 @@
8080
],
8181
"verbose": true,
8282
"moduleNameMapper": {
83+
"^three$": "<rootDir>/__mocks__/three.js",
84+
"^react-globe.gl$": "<rootDir>/__mocks__/react-globe.gl.js",
8385
"@common/(.*)": "<rootDir>/src/common/$1",
8486
"@components/(.*)": "<rootDir>/src/components/$1",
8587
"@containers/(.*)": "<rootDir>/src/containers/$1",
@@ -100,8 +102,7 @@
100102
]
101103
},
102104
"transformIgnorePatterns": [
103-
"node_modules/(?!(d3-geo|react-globe.gl))$",
104-
"node_modules/(?!three/examples/jsm)$"
105+
"node_modules/(?!(d3-geo|react-globe.gl|three))/"
105106
]
106107
}
107108
}

0 commit comments

Comments
 (0)