|
23 | 23 | "@dnd-kit/core": "^6.3.1", |
24 | 24 | "@dnd-kit/modifiers": "^9.0.0", |
25 | 25 | "@dnd-kit/sortable": "^10.0.0", |
26 | | - "@emotion/css": "^11.13.0", |
27 | | - "@emotion/react": "^11.13.3", |
28 | | - "@emotion/styled": "^11.13.0", |
29 | | - "@mapbox/mapbox-gl-draw": "^1.4.3", |
| 26 | + "@emotion/css": "^11.13.5", |
| 27 | + "@emotion/react": "^11.14.0", |
| 28 | + "@emotion/styled": "^11.14.0", |
| 29 | + "@eslint/eslintrc": "^3.3.0", |
| 30 | + "@eslint/js": "^9.22.0", |
| 31 | + "@mapbox/mapbox-gl-draw": "1.4.3", |
30 | 32 | "@mapbox/mapbox-gl-sync-move": "^0.3.1", |
31 | | - "@mui/icons-material": "^6.1.1", |
32 | | - "@mui/material": "^6.1.1", |
33 | | - "@reduxjs/toolkit": "^2.0.1", |
| 33 | + "@mui/icons-material": "^6.4.7", |
| 34 | + "@mui/material": "^6.4.7", |
| 35 | + "@reduxjs/toolkit": "^2.6.1", |
34 | 36 | "@rollup/plugin-json": "^6.1.0", |
35 | | - "@tmcw/togeojson": "^5.8.1", |
36 | | - "@turf/turf": "^7.1.0", |
| 37 | + "@testing-library/dom": "^10.4.0", |
| 38 | + "@tmcw/togeojson": "^7.0.0", |
| 39 | + "@turf/turf": "^7.2.0", |
37 | 40 | "@types/d3": "^7.4.3", |
38 | | - "@types/geojson": "^7946.0.14", |
39 | | - "@types/react-color": "^3.0.11", |
40 | | - "@types/topojson-client": "^3.1.4", |
41 | | - "@xmldom/xmldom": "^0.8.10", |
| 41 | + "@types/geojson": "^7946.0.16", |
| 42 | + "@types/react-color": "^3.0.13", |
| 43 | + "@types/topojson-client": "^3.1.5", |
| 44 | + "@xmldom/xmldom": "^0.9.8", |
42 | 45 | "csv2geojson": "^5.1.2", |
43 | | - "d3": "^7.8.5", |
44 | | - "jspdf": "^2.5.1", |
45 | | - "maplibre-gl": "^4.5.2", |
46 | | - "osm2geojson-lite": "^0.9.4", |
| 46 | + "d3": "^7.9.0", |
| 47 | + "globals": "^16.0.0", |
| 48 | + "jspdf": "^3.0.0", |
| 49 | + "maplibre-gl": "5.2.0", |
| 50 | + "osm2geojson-lite": "^1.0.2", |
47 | 51 | "pako": "^2.1.0", |
48 | 52 | "react-color": "^2.19.3", |
49 | 53 | "react-moveable": "^0.56.0", |
50 | | - "react-redux": "^9.1.2", |
| 54 | + "react-redux": "^9.2.0", |
51 | 55 | "redux": "^5.0.1", |
52 | 56 | "redux-thunk": "^3.1.0", |
53 | | - "three": "^0.161.0", |
| 57 | + "three": "^0.174.0", |
54 | 58 | "topojson-client": "^3.1.0", |
55 | | - "uuid": "^9.0.1", |
| 59 | + "uuid": "^11.1.0", |
56 | 60 | "wms-capabilities": "^0.6.0" |
57 | 61 | }, |
58 | 62 | "devDependencies": { |
59 | 63 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
60 | | - "@babel/preset-react": "^7.23.3", |
| 64 | + "@babel/preset-react": "^7.26.3", |
| 65 | + "@babel/preset-typescript": "^7.26.0", |
61 | 66 | "@bahmutov/cy-rollup": "^2.0.0", |
62 | | - "@cfaester/enzyme-adapter-react-18": "^0.7.1", |
| 67 | + "@cfaester/enzyme-adapter-react-18": "^0.8.0", |
63 | 68 | "@cypress/react18": "^2.0.1", |
64 | 69 | "@rollup/plugin-babel": "^6.0.4", |
65 | | - "@rollup/plugin-commonjs": "^25.0.7", |
| 70 | + "@rollup/plugin-commonjs": "^28.0.3", |
66 | 71 | "@rollup/plugin-url": "^8.0.2", |
67 | | - "@storybook/addon-actions": "^7.6.13", |
68 | | - "@storybook/addon-docs": "^7.6.13", |
69 | | - "@storybook/addon-essentials": "^7.6.13", |
70 | | - "@storybook/addon-links": "^7.6.13", |
71 | | - "@storybook/addons": "^7.6.13", |
72 | | - "@storybook/node-logger": "^7.6.13", |
73 | | - "@storybook/react": "^7.6.13", |
74 | | - "@storybook/react-webpack5": "^7.6.13", |
| 72 | + "@storybook/addon-actions": "^8.6.4", |
| 73 | + "@storybook/addon-docs": "^8.6.4", |
| 74 | + "@storybook/addon-essentials": "^8.6.4", |
| 75 | + "@storybook/addon-links": "^8.6.4", |
| 76 | + "@storybook/addons": "^7.6.17", |
| 77 | + "@storybook/node-logger": "^8.6.4", |
| 78 | + "@storybook/react": "^8.6.4", |
| 79 | + "@storybook/react-webpack5": "^8.6.4", |
| 80 | + "@storybook/test": "^8.6.4", |
75 | 81 | "@storybook/testing-react": "^2.0.1", |
76 | | - "@storybook/theming": "^7.6.13", |
| 82 | + "@storybook/theming": "^8.6.4", |
77 | 83 | "@svgr/rollup": "^8.1.0", |
78 | | - "@testing-library/react": "^14.2.1", |
| 84 | + "@testing-library/react": "^16.2.0", |
79 | 85 | "@types/elasticlunr": "^0.9.5", |
80 | 86 | "@types/enzyme": "^3.10.18", |
81 | | - "@types/expect": "^24.3.0", |
82 | | - "@types/jest": "^29.5.12", |
83 | | - "@types/mapbox__mapbox-gl-draw": "^1.4.6", |
| 87 | + "@types/expect": "^24.3.2", |
| 88 | + "@types/jest": "^29.5.14", |
| 89 | + "@types/mapbox__mapbox-gl-draw": "^1.4.8", |
84 | 90 | "@types/mapbox__point-geometry": "^0.1.4", |
85 | | - "@types/mapbox__vector-tile": "^1.3.4", |
| 91 | + "@types/mapbox__vector-tile": "^2.0.0", |
86 | 92 | "@types/pako": "^2.0.3", |
87 | | - "@types/react": "^18.2.55", |
88 | | - "@types/react-dom": "^18.2.19", |
| 93 | + "@types/react": "^19.0.10", |
| 94 | + "@types/react-dom": "^19.0.4", |
89 | 95 | "@types/sql.js": "^1.4.9", |
90 | | - "@types/three": "^0.161.2", |
91 | | - "@types/uuid": "^9.0.8", |
92 | | - "@typescript-eslint/eslint-plugin": "^6.21.0", |
93 | | - "@typescript-eslint/parser": "^6.21.0", |
| 96 | + "@types/three": "^0.174.0", |
| 97 | + "@types/uuid": "^10.0.0", |
| 98 | + "@typescript-eslint/eslint-plugin": "^8.26.1", |
| 99 | + "@typescript-eslint/parser": "^8.26.1", |
94 | 100 | "avj": "^0.0.0", |
95 | 101 | "babel-jest": "^29.7.0", |
| 102 | + "babel-loader": "^10.0.0", |
96 | 103 | "babel-plugin-inline-react-svg": "^2.0.2", |
97 | 104 | "babel-plugin-styled-components": "^2.1.4", |
98 | | - "babel-preset-react-app": "^10.0.1", |
99 | | - "cypress": "^13.6.4", |
| 105 | + "babel-preset-react-app": "^10.1.0", |
| 106 | + "cypress": "^14.2.0", |
100 | 107 | "elasticlunr": "^0.9.5", |
101 | 108 | "enzyme": "^3.11.0", |
102 | | - "eslint": "^8.56.0", |
103 | | - "eslint-config-prettier": "^9.1.0", |
104 | | - "eslint-plugin-react": "^7.33.2", |
105 | | - "eslint-plugin-storybook": "^0.6.15", |
106 | | - "glob": "^10.3.10", |
| 109 | + "eslint": "^9.22.0", |
| 110 | + "eslint-config-prettier": "^10.1.1", |
| 111 | + "eslint-plugin-react": "^7.37.4", |
| 112 | + "eslint-plugin-storybook": "^0.11.4", |
| 113 | + "glob": "^11.0.1", |
107 | 114 | "jest": "29.7.0", |
108 | 115 | "jest-circus": "29.7.0", |
109 | 116 | "jest-environment-jsdom": "^29.7.0", |
110 | 117 | "jest-enzyme": "^7.1.2", |
111 | 118 | "jest-resolve": "29.7.0", |
112 | 119 | "jest-watch-typeahead": "2.2.2", |
113 | 120 | "node-fetch": "^3.3.2", |
114 | | - "postcss": "^8.4.35", |
115 | | - "prettier": "3.2.5", |
| 121 | + "postcss": "^8.5.3", |
| 122 | + "prettier": "3.5.3", |
116 | 123 | "react": "^18.2.0", |
117 | 124 | "react-app-polyfill": "^3.0.0", |
118 | 125 | "react-dev-utils": "^12.0.1", |
119 | 126 | "react-dom": "^18.2.0", |
120 | 127 | "react-draggable": "^4.4.6", |
121 | | - "react-i18next": "^14.0.5", |
122 | | - "rollup": "^4.11.0", |
123 | | - "rollup-plugin-delete": "^2.0.0", |
124 | | - "rollup-plugin-import-css": "^3.4.0", |
125 | | - "rollup-plugin-node-externals": "^7.0.1", |
| 128 | + "react-i18next": "^15.4.1", |
| 129 | + "rollup": "^4.35.0", |
| 130 | + "rollup-plugin-delete": "^3.0.1", |
| 131 | + "rollup-plugin-import-css": "^3.5.8", |
| 132 | + "rollup-plugin-node-externals": "^8.0.0", |
126 | 133 | "rollup-plugin-typescript2": "^0.36.0", |
127 | 134 | "showdown": "^2.1.0", |
128 | | - "sql.js": "^1.10.2", |
129 | | - "storybook": "^7.6.13", |
| 135 | + "sql.js": "^1.12.0", |
| 136 | + "storybook": "^8.6.4", |
130 | 137 | "storybook-source-link": "^4.0.1", |
131 | | - "ts-jest": "^29.1.2", |
132 | | - "typescript": "^5.3.3" |
| 138 | + "ts-jest": "^29.2.6", |
| 139 | + "ts-loader": "^9.5.2", |
| 140 | + "typescript": "^5.8.2" |
133 | 141 | }, |
134 | 142 | "jest": { |
135 | 143 | "roots": [ |
|
215 | 223 | ] |
216 | 224 | }, |
217 | 225 | "resolutions": { |
218 | | - "jackspeak": "2.1.1" |
| 226 | + "jackspeak": "4.1.0" |
219 | 227 | } |
220 | 228 | } |
0 commit comments