|
8 | 8 | "browser": "./dist/reearth-cms.umd.js",
|
9 | 9 | "types": "./dist/reearth-cms.d.ts",
|
10 | 10 | "engines": {
|
11 |
| - "node": ">=20.11.0" |
| 11 | + "node": ">=20.17.0" |
12 | 12 | },
|
13 | 13 | "scripts": {
|
14 | 14 | "start": "yarn && vite",
|
|
35 | 35 | "@graphql-codegen/introspection": "4.0.3",
|
36 | 36 | "@graphql-codegen/typescript": "4.0.9",
|
37 | 37 | "@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", |
39 | 39 | "@mapbox/vector-tile": "2.0.3",
|
40 |
| - "@playwright/test": "1.46.1", |
| 40 | + "@playwright/test": "1.47.1", |
41 | 41 | "@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.3.0", |
| 43 | + "@storybook/addon-interactions": "8.3.0", |
| 44 | + "@storybook/addon-links": "8.3.0", |
| 45 | + "@storybook/blocks": "8.3.0", |
| 46 | + "@storybook/react": "8.3.0", |
| 47 | + "@storybook/react-vite": "8.3.0", |
48 | 48 | "@storybook/testing-library": "0.2.2",
|
49 | 49 | "@testing-library/jest-dom": "6.5.0",
|
50 | 50 | "@testing-library/react": "16.0.1",
|
|
54 | 54 | "@types/file-saver": "2.0.7",
|
55 | 55 | "@types/js-md5": "0.7.2",
|
56 | 56 | "@types/mapbox__vector-tile": "1.3.4",
|
57 |
| - "@types/node": "22.5.1", |
| 57 | + "@types/node": "22.5.5", |
58 | 58 | "@types/object-hash": "3.0.6",
|
59 |
| - "@types/react": "18.3.4", |
| 59 | + "@types/react": "18.3.5", |
60 | 60 | "@types/react-dom": "18.3.0",
|
61 | 61 | "@types/react-resizable": "3.0.8",
|
62 | 62 | "@types/react-router-dom": "5.3.3",
|
63 | 63 | "@vitejs/plugin-react": "4.3.1",
|
64 |
| - "@vitest/coverage-v8": "2.0.5", |
65 |
| - "axios": "1.7.5", |
| 64 | + "@vitest/coverage-v8": "2.1.1", |
| 65 | + "axios": "1.7.7", |
66 | 66 | "dotenv": "16.4.5",
|
67 |
| - "eslint": "9.9.1", |
| 67 | + "eslint": "9.10.0", |
68 | 68 | "eslint-config-reearth": "0.3.6",
|
69 | 69 | "eslint-plugin-playwright": "1.6.2",
|
70 | 70 | "eslint-plugin-storybook": "0.8.0",
|
|
73 | 73 | "jest": "29.7.0",
|
74 | 74 | "jsdom": "25.0.0",
|
75 | 75 | "less": "4.2.0",
|
76 |
| - "msw": "2.4.1", |
77 |
| - "npm-run-all": "4.1.5", |
| 76 | + "msw": "2.4.6", |
| 77 | + "npm-run-all2": "5.0.0", |
78 | 78 | "prettier": "3.3.3",
|
79 | 79 | "prop-types": "15.8.1",
|
80 | 80 | "read-env": "2.0.0",
|
81 |
| - "storybook": "8.2.9", |
| 81 | + "storybook": "8.3.0", |
82 | 82 | "ts-node": "10.9.2",
|
83 |
| - "typescript": "5.5.4", |
84 |
| - "vite": "5.4.2", |
| 83 | + "typescript": "5.6.2", |
| 84 | + "vite": "5.4.5", |
85 | 85 | "vite-plugin-cesium": "1.2.23",
|
86 | 86 | "vite-tsconfig-paths": "^5.0.1",
|
87 |
| - "vitest": "2.0.5" |
| 87 | + "vitest": "2.1.1" |
88 | 88 | },
|
89 | 89 | "dependencies": {
|
90 | 90 | "@ant-design/compatible": "5.1.3",
|
91 | 91 | "@ant-design/cssinjs": "1.21.1",
|
92 | 92 | "@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.18", |
| 94 | + "@ant-design/pro-layout": "7.20.1", |
95 | 95 | "@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.2", |
| 97 | + "@apollo/client": "3.11.8", |
98 | 98 | "@auth0/auth0-react": "2.2.4",
|
99 | 99 | "@emotion/react": "11.13.3",
|
100 | 100 | "@emotion/styled": "11.13.0",
|
101 | 101 | "@monaco-editor/react": "4.6.0",
|
102 | 102 | "ajv": "8.17.1",
|
103 |
| - "antd": "5.20.3", |
| 103 | + "antd": "5.20.6", |
104 | 104 | "apollo-upload-client": "18.0.1",
|
105 |
| - "aws-amplify": "5.3.21", |
| 105 | + "aws-amplify": "6.6.0", |
106 | 106 | "cesium": "1.120.0",
|
107 | 107 | "cesium-mvt-imagery-provider": "1.4.1",
|
108 | 108 | "dayjs": "1.11.13",
|
|
111 | 111 | "formik": "2.4.6",
|
112 | 112 | "graphiql": "3.7.1",
|
113 | 113 | "graphql": "16.9.0",
|
114 |
| - "html-react-parser": "5.1.15", |
115 |
| - "i18next": "23.14.0", |
| 114 | + "html-react-parser": "5.1.16", |
| 115 | + "i18next": "23.15.1", |
116 | 116 | "i18next-browser-languagedetector": "8.0.0",
|
117 | 117 | "jotai": "2.9.3",
|
118 | 118 | "js-file-download": "0.4.12",
|
|
132 | 132 | "react-json-tree": "0.19.0",
|
133 | 133 | "react-markdown": "9.0.1",
|
134 | 134 | "react-resizable": "3.0.5",
|
135 |
| - "react-router-dom": "6.26.1", |
| 135 | + "react-router-dom": "6.26.2", |
136 | 136 | "react-svg": "16.1.34",
|
137 | 137 | "remark-gfm": "4.0.0",
|
138 | 138 | "resium": "1.18.2",
|
|
0 commit comments