Skip to content

Commit 91f4abb

Browse files
chore: update npm dependencies
1 parent 45045ca commit 91f4abb

File tree

2 files changed

+1439
-2329
lines changed

2 files changed

+1439
-2329
lines changed

web/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"browser": "./dist/reearth-cms.umd.js",
99
"types": "./dist/reearth-cms.d.ts",
1010
"engines": {
11-
"node": ">=20.11.0"
11+
"node": ">=20.17.0"
1212
},
1313
"scripts": {
1414
"start": "yarn && vite",
@@ -35,9 +35,9 @@
3535
"@graphql-codegen/introspection": "4.0.3",
3636
"@graphql-codegen/typescript": "4.0.9",
3737
"@graphql-codegen/typescript-operations": "4.2.3",
38-
"@graphql-codegen/typescript-react-apollo": "4.3.0",
38+
"@graphql-codegen/typescript-react-apollo": "4.3.2",
3939
"@mapbox/vector-tile": "2.0.3",
40-
"@playwright/test": "1.46.1",
40+
"@playwright/test": "1.47.0",
4141
"@rollup/plugin-yaml": "4.1.2",
4242
"@storybook/addon-essentials": "8.2.9",
4343
"@storybook/addon-interactions": "8.2.9",
@@ -54,17 +54,17 @@
5454
"@types/file-saver": "2.0.7",
5555
"@types/js-md5": "0.7.2",
5656
"@types/mapbox__vector-tile": "1.3.4",
57-
"@types/node": "22.5.1",
57+
"@types/node": "22.5.4",
5858
"@types/object-hash": "3.0.6",
59-
"@types/react": "18.3.4",
59+
"@types/react": "18.3.5",
6060
"@types/react-dom": "18.3.0",
6161
"@types/react-resizable": "3.0.8",
6262
"@types/react-router-dom": "5.3.3",
6363
"@vitejs/plugin-react": "4.3.1",
6464
"@vitest/coverage-v8": "2.0.5",
65-
"axios": "1.7.5",
65+
"axios": "1.7.7",
6666
"dotenv": "16.4.5",
67-
"eslint": "9.9.1",
67+
"eslint": "9.10.0",
6868
"eslint-config-reearth": "0.3.6",
6969
"eslint-plugin-playwright": "1.6.2",
7070
"eslint-plugin-storybook": "0.8.0",
@@ -73,15 +73,15 @@
7373
"jest": "29.7.0",
7474
"jsdom": "25.0.0",
7575
"less": "4.2.0",
76-
"msw": "2.4.1",
77-
"npm-run-all": "4.1.5",
76+
"msw": "2.4.5",
77+
"npm-run-all2": "5.0.0",
7878
"prettier": "3.3.3",
7979
"prop-types": "15.8.1",
8080
"read-env": "2.0.0",
8181
"storybook": "8.2.9",
8282
"ts-node": "10.9.2",
83-
"typescript": "5.5.4",
84-
"vite": "5.4.2",
83+
"typescript": "5.6.2",
84+
"vite": "5.4.4",
8585
"vite-plugin-cesium": "1.2.23",
8686
"vite-tsconfig-paths": "^5.0.1",
8787
"vitest": "2.0.5"
@@ -90,19 +90,19 @@
9090
"@ant-design/compatible": "5.1.3",
9191
"@ant-design/cssinjs": "1.21.1",
9292
"@ant-design/icons": "5.4.0",
93-
"@ant-design/pro-components": "2.7.15",
94-
"@ant-design/pro-layout": "7.19.12",
93+
"@ant-design/pro-components": "2.7.16",
94+
"@ant-design/pro-layout": "7.20.0",
9595
"@ant-design/pro-provider": "2.14.9",
96-
"@ant-design/pro-table": "3.16.6",
97-
"@apollo/client": "3.11.5",
96+
"@ant-design/pro-table": "3.17.0",
97+
"@apollo/client": "3.11.8",
9898
"@auth0/auth0-react": "2.2.4",
9999
"@emotion/react": "11.13.3",
100100
"@emotion/styled": "11.13.0",
101101
"@monaco-editor/react": "4.6.0",
102102
"ajv": "8.17.1",
103-
"antd": "5.20.3",
103+
"antd": "5.20.6",
104104
"apollo-upload-client": "18.0.1",
105-
"aws-amplify": "5.3.21",
105+
"aws-amplify": "6.6.0",
106106
"cesium": "1.120.0",
107107
"cesium-mvt-imagery-provider": "1.4.1",
108108
"dayjs": "1.11.13",
@@ -112,7 +112,7 @@
112112
"graphiql": "3.7.1",
113113
"graphql": "16.9.0",
114114
"html-react-parser": "5.1.15",
115-
"i18next": "23.14.0",
115+
"i18next": "23.15.1",
116116
"i18next-browser-languagedetector": "8.0.0",
117117
"jotai": "2.9.3",
118118
"js-file-download": "0.4.12",
@@ -132,7 +132,7 @@
132132
"react-json-tree": "0.19.0",
133133
"react-markdown": "9.0.1",
134134
"react-resizable": "3.0.5",
135-
"react-router-dom": "6.26.1",
135+
"react-router-dom": "6.26.2",
136136
"react-svg": "16.1.34",
137137
"remark-gfm": "4.0.0",
138138
"resium": "1.18.2",

0 commit comments

Comments
 (0)