|
9 | 9 | "resolutions": { |
10 | 10 | "@apollo/client": "3.8.1", |
11 | 11 | "@zip.js/zip.js": "2.7.48", |
12 | | - "@cesium/engine": "9.0.0" |
| 12 | + "@cesium/engine": "9.0.0", |
| 13 | + "cookie": "^0.7.0", |
| 14 | + "jsonpath-plus": "10.3.0", |
| 15 | + "glob": "^11.1.0", |
| 16 | + "js-yaml": "4.1.1" |
13 | 17 | }, |
14 | 18 | "scripts": { |
15 | 19 | "start": "yarn && vite", |
|
41 | 45 | }, |
42 | 46 | "devDependencies": { |
43 | 47 | "@emotion/jest": "11.11.0", |
44 | | - "@graphql-codegen/cli": "3.3.1", |
45 | | - "@graphql-codegen/client-preset": "4.0.1", |
46 | | - "@graphql-codegen/fragment-matcher": "4.0.1", |
47 | | - "@graphql-codegen/introspection": "4.0.0", |
48 | | - "@graphql-codegen/typescript": "4.0.1", |
49 | | - "@graphql-codegen/typescript-operations": "4.0.1", |
50 | | - "@graphql-codegen/typescript-react-apollo": "3.3.7", |
51 | | - "@playwright/test": "1.39.0", |
| 48 | + "@graphql-codegen/cli": "6.1.0", |
| 49 | + "@graphql-codegen/client-preset": "5.2.0", |
| 50 | + "@graphql-codegen/fragment-matcher": "6.0.0", |
| 51 | + "@graphql-codegen/introspection": "5.0.0", |
| 52 | + "@graphql-codegen/typescript": "5.0.5", |
| 53 | + "@graphql-codegen/typescript-operations": "5.0.5", |
| 54 | + "@graphql-codegen/typescript-react-apollo": "4.3.3", |
| 55 | + "@playwright/test": "1.55.1", |
52 | 56 | "@rollup/plugin-yaml": "4.1.2", |
53 | 57 | "@storybook/addon-essentials": "7.5.2", |
54 | 58 | "@storybook/addon-styling": "1.3.7", |
|
67 | 71 | "@types/gapi.client.sheets": "4.0.20201031", |
68 | 72 | "@types/google.picker": "0.0.41", |
69 | 73 | "@types/js-md5": "0.7.1", |
| 74 | + "@types/js-yaml": "^4.0.9", |
70 | 75 | "@types/lodash-es": "4.17.10", |
71 | 76 | "@types/mapbox__vector-tile": "1.3.3", |
72 | 77 | "@types/node": "22.13.14", |
|
78 | 83 | "@types/tinycolor2": "1.4.5", |
79 | 84 | "@types/uuid": "9.0.6", |
80 | 85 | "@vitejs/plugin-react-swc": "3.7.1", |
81 | | - "@vitest/coverage-v8": "1.6.1", |
| 86 | + "@vitest/coverage-v8": "4.0.14", |
82 | 87 | "@welldone-software/why-did-you-render": "7.0.1", |
83 | 88 | "del-cli": "5.1.0", |
84 | 89 | "dotenv": "16.3.1", |
|
100 | 105 | "type-fest": "4.6.0", |
101 | 106 | "typescript": "5.0.4", |
102 | 107 | "typescript-styled-plugin": "0.18.3", |
103 | | - "vite": "5.4.20", |
| 108 | + "vite": "5.4.21", |
104 | 109 | "vite-plugin-cesium": "1.2.23", |
105 | 110 | "vite-plugin-svgr": "4.5.0", |
106 | 111 | "vite-tsconfig-paths": "5.1.4", |
107 | | - "vitest": "1.6.1", |
| 112 | + "vitest": "4.0.14", |
108 | 113 | "web-streams-polyfill": "3.2.1" |
109 | 114 | }, |
110 | 115 | "dependencies": { |
111 | 116 | "@apollo/client": "3.8.1", |
112 | 117 | "@auth0/auth0-react": "2.2.2", |
113 | | - "@aws-amplify/ui-react": "5.3.1", |
| 118 | + "@aws-amplify/ui-react": "6.13.1", |
114 | 119 | "@carbon/colors": "11.20.1", |
115 | 120 | "@cesium/engine": "9.0.0", |
116 | 121 | "@emotion/react": "11.11.1", |
|
133 | 138 | "apollo-link-sentry": "3.2.3", |
134 | 139 | "apollo-upload-client": "17.0.0", |
135 | 140 | "array-move": "4.0.0", |
136 | | - "aws-amplify": "5.3.11", |
| 141 | + "aws-amplify": "6.15.8", |
137 | 142 | "axios": "1.12.0", |
138 | 143 | "cesium": "1.116.0", |
139 | 144 | "cesium-dnd": "1.1.0", |
|
157 | 162 | "jotai": "1.12.1", |
158 | 163 | "js-file-download": "0.4.12", |
159 | 164 | "js-md5": "0.7.3", |
160 | | - "js-yaml": "4.1.0", |
| 165 | + "js-yaml": "4.1.1", |
161 | 166 | "jsep": "1.3.8", |
162 | 167 | "jsonpath-plus": "10.3.0", |
163 | 168 | "jszip": "3.10.1", |
|
0 commit comments