|
24 | 24 | "version": "yarn build" |
25 | 25 | }, |
26 | 26 | "engines": { |
27 | | - "node": ">=20" |
| 27 | + "node": ">=22.20.0" |
28 | 28 | }, |
29 | 29 | "peerDependencies": { |
30 | | - "react": "^18.2.0", |
31 | | - "react-dom": "^18.2.0", |
| 30 | + "react": "^19.2.0", |
| 31 | + "react-dom": "^19.2.0", |
32 | 32 | "cesium": "1.116.x" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | | - "@reearth/cesium-mvt-imagery-provider": "1.5.4", |
| 35 | + "@reearth/cesium-mvt-imagery-provider": "1.6.0", |
36 | 36 | "@rot1024/use-transition": "1.0.0", |
37 | 37 | "@seznam/compose-react-refs": "1.0.6", |
38 | | - "@turf/invariant": "6.5.0", |
39 | | - "@turf/turf": "6.5.0", |
40 | | - "@types/proj4": "2.5.5", |
| 38 | + "@turf/invariant": "7.2.0", |
| 39 | + "@turf/turf": "7.2.0", |
| 40 | + "@types/proj4": "2.19.0", |
41 | 41 | "@ungap/event-target": "0.2.4", |
42 | | - "@xstate/react": "3.2.1", |
| 42 | + "@xstate/react": "6.0.0", |
43 | 43 | "cesium-dnd": "1.1.0", |
44 | | - "csv-parse": "5.5.2", |
| 44 | + "csv-parse": "6.1.0", |
45 | 45 | "d3": "7.9.0", |
46 | | - "fast-xml-parser": "4.3.2", |
47 | | - "framer-motion": "11.0.27", |
| 46 | + "fast-xml-parser": "5.3.0", |
| 47 | + "framer-motion": "12.23.24", |
48 | 48 | "geojson": "0.5.0", |
49 | | - "jotai": "1.12.1", |
50 | | - "js-md5": "0.7.3", |
51 | | - "jsep": "1.3.8", |
52 | | - "jsonpath-plus": "7.2.0", |
| 49 | + "jotai": "2.15.0", |
| 50 | + "js-md5": "0.8.3", |
| 51 | + "jsep": "1.4.0", |
| 52 | + "jsonpath-plus": "10.3.0", |
53 | 53 | "jszip": "3.10.1", |
54 | 54 | "lodash-es": "4.17.21", |
55 | | - "lru-cache": "8.0.4", |
56 | | - "pbf": "3.2.1", |
57 | | - "proj4": "2.11.0", |
58 | | - "protomaps": "1.23.1", |
| 55 | + "lru-cache": "11.2.2", |
| 56 | + "pbf": "4.0.1", |
| 57 | + "proj4": "2.19.10", |
| 58 | + "protomaps": "2.0.1", |
59 | 59 | "react-dnd": "16.0.1", |
60 | 60 | "react-dnd-html5-backend": "16.0.1", |
61 | | - "react-error-boundary": "4.0.11", |
| 61 | + "react-error-boundary": "6.0.0", |
62 | 62 | "react-nl2br": "1.0.4", |
63 | | - "react-use": "17.5.0", |
64 | | - "resium": "1.17.4", |
| 63 | + "react-use": "17.6.0", |
| 64 | + "resium": "1.18.3", |
65 | 65 | "suspend-react": "0.1.3", |
66 | 66 | "tiny-invariant": "1.3.3", |
67 | | - "use-callback-ref": "1.3.2", |
68 | | - "use-custom-compare": "1.4.0", |
69 | | - "uuid": "9.0.1", |
70 | | - "xstate": "4.38.2" |
| 67 | + "use-callback-ref": "1.3.3", |
| 68 | + "use-custom-compare": "1.5.0", |
| 69 | + "uuid": "13.0.0", |
| 70 | + "xstate": "5.23.0" |
71 | 71 | }, |
72 | 72 | "devDependencies": { |
73 | | - "@apollo/client": "3.8.1", |
74 | | - "@chromatic-com/storybook": "^1.3.3", |
75 | | - "@emotion/jest": "11.11.0", |
76 | | - "@storybook/addon-essentials": "8.0.8", |
77 | | - "@storybook/addon-interactions": "8.0.8", |
78 | | - "@storybook/addon-links": "8.0.8", |
79 | | - "@storybook/addon-onboarding": "8.0.8", |
80 | | - "@storybook/blocks": "8.0.8", |
81 | | - "@storybook/react": "8.0.8", |
82 | | - "@storybook/react-vite": "8.0.8", |
83 | | - "@storybook/test": "8.0.8", |
84 | | - "@testing-library/jest-dom": "6.1.4", |
85 | | - "@testing-library/react": "14.0.0", |
| 73 | + "@apollo/client": "4.0.7", |
| 74 | + "@chromatic-com/storybook": "^4.1.1", |
| 75 | + "@emotion/jest": "11.13.0", |
| 76 | + "@storybook/addon-essentials": "8.6.14", |
| 77 | + "@storybook/addon-interactions": "8.6.14", |
| 78 | + "@storybook/addon-links": "9.1.10", |
| 79 | + "@storybook/addon-onboarding": "9.1.10", |
| 80 | + "@storybook/blocks": "8.6.14", |
| 81 | + "@storybook/react": "9.1.10", |
| 82 | + "@storybook/react-vite": "9.1.10", |
| 83 | + "@storybook/test": "8.6.14", |
| 84 | + "@testing-library/jest-dom": "6.9.1", |
| 85 | + "@testing-library/react": "16.3.0", |
86 | 86 | "@types/d3": "7.4.3", |
87 | | - "@types/geojson": "7946.0.14", |
88 | | - "@types/js-md5": "0.7.2", |
| 87 | + "@types/geojson": "7946.0.16", |
| 88 | + "@types/js-md5": "0.8.0", |
89 | 89 | "@types/lodash-es": "4.17.12", |
90 | | - "@types/node": "20.12.7", |
| 90 | + "@types/node": "22.18.10", |
91 | 91 | "@types/pbf": "3.0.5", |
92 | | - "@types/react": "18.2.6", |
93 | | - "@types/react-dom": "18.2.6", |
94 | | - "@types/uuid": "9.0.8", |
95 | | - "@typescript-eslint/eslint-plugin": "7.2.0", |
96 | | - "@typescript-eslint/parser": "7.2.0", |
97 | | - "@vitejs/plugin-react": "4.2.1", |
| 92 | + "@types/react": "19.2.2", |
| 93 | + "@types/react-dom": "19.2.2", |
| 94 | + "@types/uuid": "11.0.0", |
| 95 | + "@typescript-eslint/eslint-plugin": "8.46.1", |
| 96 | + "@typescript-eslint/parser": "8.46.1", |
| 97 | + "@vitejs/plugin-react": "5.0.4", |
98 | 98 | "cesium": "1.118.0", |
99 | | - "eslint": "8.57.0", |
100 | | - "eslint-config-reearth": "0.3.0", |
101 | | - "eslint-plugin-react-hooks": "4.6.0", |
102 | | - "eslint-plugin-react-refresh": "0.4.6", |
103 | | - "eslint-plugin-storybook": "0.8.0", |
104 | | - "jsdom": "22.1.0", |
105 | | - "prettier": "3.2.5", |
106 | | - "react": "18.2.0", |
107 | | - "react-dom": "18.2.0", |
108 | | - "storybook": "8.0.8", |
109 | | - "typescript": "5.2.2", |
110 | | - "vite": "5.0.8", |
| 99 | + "eslint": "9.37.0", |
| 100 | + "eslint-config-reearth": "0.3.8", |
| 101 | + "eslint-plugin-react-hooks": "7.0.0", |
| 102 | + "eslint-plugin-react-refresh": "0.4.23", |
| 103 | + "eslint-plugin-storybook": "9.1.10", |
| 104 | + "jsdom": "27.0.0", |
| 105 | + "prettier": "3.6.2", |
| 106 | + "react": "19.2.0", |
| 107 | + "react-dom": "19.2.0", |
| 108 | + "storybook": "9.1.10", |
| 109 | + "typescript": "5.9.3", |
| 110 | + "vite": "7.1.9", |
111 | 111 | "vite-plugin-cesium": "1.2.23", |
112 | | - "vite-plugin-dts": "3.8.1", |
113 | | - "vite-plugin-svgr": "4.2.0", |
114 | | - "vite-tsconfig-paths": "^4.3.2", |
115 | | - "vitest": "1.0.4", |
116 | | - "web-streams-polyfill": "3.2.1" |
| 112 | + "vite-plugin-dts": "4.5.4", |
| 113 | + "vite-plugin-svgr": "4.5.0", |
| 114 | + "vite-tsconfig-paths": "^5.1.4", |
| 115 | + "vitest": "3.2.4", |
| 116 | + "web-streams-polyfill": "4.2.0" |
117 | 117 | }, |
118 | 118 | "resolutions": { |
119 | | - "jackspeak": "2.1.1" |
| 119 | + "jackspeak": "4.1.1" |
120 | 120 | } |
121 | 121 | } |
0 commit comments