Skip to content

Commit 3e973db

Browse files
chore: update npm dependencies
1 parent 3145808 commit 3e973db

File tree

2 files changed

+4398
-7306
lines changed

2 files changed

+4398
-7306
lines changed

web/package.json

Lines changed: 76 additions & 76 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": ">=22.14.0"
1212
},
1313
"scripts": {
1414
"start": "yarn && vite",
@@ -30,113 +30,113 @@
3030
},
3131
"devDependencies": {
3232
"@emotion/jest": "11.13.0",
33-
"@graphql-codegen/cli": "5.0.2",
34-
"@graphql-codegen/fragment-matcher": "5.0.2",
33+
"@graphql-codegen/cli": "5.0.5",
34+
"@graphql-codegen/fragment-matcher": "5.1.0",
3535
"@graphql-codegen/introspection": "4.0.3",
36-
"@graphql-codegen/typescript": "4.0.9",
37-
"@graphql-codegen/typescript-operations": "4.2.3",
38-
"@graphql-codegen/typescript-react-apollo": "4.3.0",
36+
"@graphql-codegen/typescript": "4.1.6",
37+
"@graphql-codegen/typescript-operations": "4.6.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.51.1",
4141
"@rollup/plugin-yaml": "4.1.2",
42-
"@storybook/addon-essentials": "8.2.9",
43-
"@storybook/addon-interactions": "8.2.9",
44-
"@storybook/addon-links": "8.2.9",
45-
"@storybook/blocks": "8.2.9",
46-
"@storybook/react": "8.2.9",
47-
"@storybook/react-vite": "8.2.9",
42+
"@storybook/addon-essentials": "8.6.11",
43+
"@storybook/addon-interactions": "8.6.11",
44+
"@storybook/addon-links": "8.6.11",
45+
"@storybook/blocks": "8.6.11",
46+
"@storybook/react": "8.6.11",
47+
"@storybook/react-vite": "8.6.11",
4848
"@storybook/testing-library": "0.2.2",
49-
"@testing-library/jest-dom": "6.5.0",
50-
"@testing-library/react": "16.0.1",
49+
"@testing-library/jest-dom": "6.6.3",
50+
"@testing-library/react": "16.2.0",
5151
"@testing-library/react-hooks": "8.0.1",
52-
"@testing-library/user-event": "14.5.2",
52+
"@testing-library/user-event": "14.6.1",
5353
"@types/apollo-upload-client": "18.0.0",
5454
"@types/file-saver": "2.0.7",
5555
"@types/js-md5": "0.7.2",
56-
"@types/mapbox__vector-tile": "1.3.4",
57-
"@types/node": "22.5.1",
56+
"@types/mapbox__vector-tile": "2.0.0",
57+
"@types/node": "22.13.14",
5858
"@types/object-hash": "3.0.6",
59-
"@types/react": "18.3.4",
60-
"@types/react-dom": "18.3.0",
59+
"@types/react": "19.0.12",
60+
"@types/react-dom": "19.0.4",
6161
"@types/react-resizable": "3.0.8",
6262
"@types/react-router-dom": "5.3.3",
63-
"@vitejs/plugin-react": "4.3.1",
64-
"@vitest/coverage-v8": "2.0.5",
65-
"axios": "1.7.5",
66-
"dotenv": "16.4.5",
67-
"eslint": "9.9.1",
68-
"eslint-config-reearth": "0.3.6",
69-
"eslint-plugin-playwright": "1.6.2",
70-
"eslint-plugin-storybook": "0.8.0",
71-
"globals": "15.9.0",
72-
"i18next-parser": "9.0.2",
63+
"@vitejs/plugin-react": "4.3.4",
64+
"@vitest/coverage-v8": "3.0.9",
65+
"axios": "1.8.4",
66+
"dotenv": "16.4.7",
67+
"eslint": "9.23.0",
68+
"eslint-config-reearth": "0.3.8",
69+
"eslint-plugin-playwright": "2.2.0",
70+
"eslint-plugin-storybook": "0.12.0",
71+
"globals": "16.0.0",
72+
"i18next-parser": "9.3.0",
7373
"jest": "29.7.0",
74-
"jsdom": "25.0.0",
75-
"less": "4.2.0",
76-
"msw": "2.4.1",
77-
"npm-run-all": "4.1.5",
78-
"prettier": "3.3.3",
74+
"jsdom": "26.0.0",
75+
"less": "4.2.2",
76+
"msw": "2.7.3",
77+
"npm-run-all2": "5.0.0",
78+
"prettier": "3.5.3",
7979
"prop-types": "15.8.1",
8080
"read-env": "2.0.0",
81-
"storybook": "8.2.9",
81+
"storybook": "8.6.11",
8282
"ts-node": "10.9.2",
83-
"typescript": "5.5.4",
84-
"vite": "5.4.2",
83+
"typescript": "5.8.2",
84+
"vite": "6.2.3",
8585
"vite-plugin-cesium": "1.2.23",
86-
"vite-tsconfig-paths": "^5.0.1",
87-
"vitest": "2.0.5"
86+
"vite-tsconfig-paths": "^5.1.4",
87+
"vitest": "3.0.9"
8888
},
8989
"dependencies": {
90-
"@ant-design/compatible": "5.1.3",
91-
"@ant-design/cssinjs": "1.21.1",
92-
"@ant-design/icons": "5.4.0",
93-
"@ant-design/pro-components": "2.7.15",
94-
"@ant-design/pro-layout": "7.19.12",
95-
"@ant-design/pro-provider": "2.14.9",
96-
"@ant-design/pro-table": "3.16.6",
97-
"@apollo/client": "3.11.5",
98-
"@auth0/auth0-react": "2.2.4",
99-
"@emotion/react": "11.13.3",
100-
"@emotion/styled": "11.13.0",
101-
"@monaco-editor/react": "4.6.0",
90+
"@ant-design/compatible": "5.1.4",
91+
"@ant-design/cssinjs": "1.23.0",
92+
"@ant-design/icons": "6.0.0",
93+
"@ant-design/pro-components": "2.8.6",
94+
"@ant-design/pro-layout": "7.22.3",
95+
"@ant-design/pro-provider": "2.15.3",
96+
"@ant-design/pro-table": "3.18.6",
97+
"@apollo/client": "3.13.5",
98+
"@auth0/auth0-react": "2.3.0",
99+
"@emotion/react": "11.14.0",
100+
"@emotion/styled": "11.14.0",
101+
"@monaco-editor/react": "4.7.0",
102102
"ajv": "8.17.1",
103-
"antd": "5.24.3",
103+
"antd": "5.24.5",
104104
"apollo-upload-client": "18.0.1",
105-
"aws-amplify": "5.3.21",
105+
"aws-amplify": "6.14.1",
106106
"cesium": "1.120.0",
107107
"cesium-mvt-imagery-provider": "1.4.1",
108108
"dayjs": "1.11.13",
109-
"firebase": "10.13.1",
109+
"firebase": "11.5.0",
110110
"firebaseui": "6.1.0",
111111
"formik": "2.4.6",
112-
"graphiql": "3.7.1",
113-
"graphql": "16.9.0",
114-
"html-react-parser": "5.1.15",
115-
"i18next": "23.14.0",
116-
"i18next-browser-languagedetector": "8.0.0",
117-
"jotai": "2.9.3",
112+
"graphiql": "3.8.3",
113+
"graphql": "16.10.0",
114+
"html-react-parser": "5.2.2",
115+
"i18next": "24.2.3",
116+
"i18next-browser-languagedetector": "8.0.4",
117+
"jotai": "2.12.2",
118118
"js-file-download": "0.4.12",
119119
"js-md5": "0.8.3",
120120
"lodash.tonumber": "4.0.3",
121121
"mini-svg-data-uri": "1.4.4",
122-
"monaco-editor": "0.51.0",
122+
"monaco-editor": "0.52.2",
123123
"object-hash": "3.0.0",
124-
"ol": "10.1.0",
125-
"rc-field-form": "2.4.0",
126-
"rc-menu": "9.15.1",
127-
"rc-table": "7.47.5",
128-
"react": "18.3.1",
129-
"react-dom": "18.3.1",
124+
"ol": "10.4.0",
125+
"rc-field-form": "2.7.0",
126+
"rc-menu": "9.16.1",
127+
"rc-table": "7.50.4",
128+
"react": "19.0.0",
129+
"react-dom": "19.0.0",
130130
"react-drag-listview": "2.0.0",
131-
"react-i18next": "15.0.1",
132-
"react-json-tree": "0.19.0",
133-
"react-markdown": "9.0.1",
131+
"react-i18next": "15.4.1",
132+
"react-json-tree": "0.20.0",
133+
"react-markdown": "10.1.0",
134134
"react-resizable": "3.0.5",
135-
"react-router-dom": "6.26.1",
136-
"react-svg": "16.1.34",
137-
"remark-gfm": "4.0.0",
138-
"resium": "1.18.2",
135+
"react-router-dom": "7.4.0",
136+
"react-svg": "16.3.0",
137+
"remark-gfm": "4.0.1",
138+
"resium": "1.18.3",
139139
"runes2": "1.1.4",
140-
"ulid": "2.3.0"
140+
"ulid": "3.0.0"
141141
}
142142
}

0 commit comments

Comments
 (0)