|
54 | 54 | "@vue-cesium/theme-default": "workspace:*",
|
55 | 55 | "@vue-cesium/utils": "workspace:*",
|
56 | 56 | "@zouyaoji/heatmap.js": "^2.0.8",
|
57 |
| - "compare-versions": "^5.0.3", |
58 |
| - "echarts": "^5.3.2", |
| 57 | + "compare-versions": "^6.1.0", |
| 58 | + "echarts": "^5.4.3", |
59 | 59 | "kdbush": "^3.0.0",
|
60 | 60 | "lodash": "^4.17.21",
|
61 | 61 | "lodash-es": "^4.17.21",
|
62 |
| - "lodash-unified": "^1.0.1", |
63 |
| - "mitt": "^3.0.0", |
64 |
| - "proj4": "^2.7.5", |
| 62 | + "lodash-unified": "^1.0.3", |
| 63 | + "mitt": "^3.0.1", |
| 64 | + "proj4": "^2.9.1", |
65 | 65 | "urijs": "^1.19.11",
|
66 | 66 | "vue-cesium": "workspace:*"
|
67 | 67 | },
|
68 | 68 | "devDependencies": {
|
69 |
| - "@babel/cli": "^7.15.4", |
70 |
| - "@babel/core": "^7.15.5", |
71 |
| - "@babel/plugin-proposal-class-properties": "^7.14.5", |
72 |
| - "@babel/plugin-proposal-logical-assignment-operators": "^7.16.7", |
73 |
| - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0", |
74 |
| - "@babel/plugin-proposal-private-methods": "^7.16.0", |
75 |
| - "@babel/plugin-transform-runtime": "^7.15.0", |
76 |
| - "@babel/preset-env": "^7.15.4", |
77 |
| - "@babel/preset-typescript": "^7.15.0", |
78 |
| - "@babel/runtime": "^7.16.5", |
| 69 | + "@babel/cli": "^7.23.0", |
| 70 | + "@babel/core": "^7.23.2", |
| 71 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 72 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.20.7", |
| 73 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", |
| 74 | + "@babel/plugin-proposal-optional-chaining": "7.21.0", |
| 75 | + "@babel/plugin-proposal-private-methods": "^7.18.6", |
| 76 | + "@babel/plugin-proposal-throw-expressions": "^7.22.5", |
| 77 | + "@babel/plugin-transform-runtime": "^7.23.2", |
| 78 | + "@babel/preset-env": "^7.23.2", |
| 79 | + "@babel/preset-typescript": "^7.23.2", |
| 80 | + "@babel/runtime": "^7.23.2", |
79 | 81 | "@changesets/cli": "^2.18.1",
|
80 | 82 | "@commitlint/cli": "^17.5.1",
|
81 | 83 | "@commitlint/config-conventional": "^17.4.4",
|
82 | 84 | "@element-plus/icons-vue": "^1.1.1",
|
83 | 85 | "@pnpm/find-workspace-packages": "3.1.37",
|
84 | 86 | "@pnpm/logger": "4.0.0",
|
85 | 87 | "@pnpm/types": "7.9.0",
|
86 |
| - "@rollup/plugin-commonjs": "^22.0.1", |
87 |
| - "@rollup/plugin-node-resolve": "^13.3.0", |
88 |
| - "@rollup/plugin-replace": "3.0.1", |
89 |
| - "@sucrase/jest-plugin": "2.2.0", |
| 88 | + "@rollup/plugin-commonjs": "^25.0.7", |
| 89 | + "@rollup/plugin-node-resolve": "^15.2.3", |
| 90 | + "@rollup/plugin-replace": "5.0.4", |
| 91 | + "@sucrase/jest-plugin": "3.0.0", |
90 | 92 | "@types/fs-extra": "9.0.13",
|
91 | 93 | "@types/gulp": "^4.0.9",
|
92 | 94 | "@types/gulp-debug": "2.0.32",
|
|
95 | 97 | "@types/lodash": "4.14.178",
|
96 | 98 | "@types/lodash-es": "4.17.6",
|
97 | 99 | "@types/markdown-it": "12.2.3",
|
98 |
| - "@types/merge-descriptors": "1.0.1", |
| 100 | + "@types/merge-descriptors": "1.0.2", |
99 | 101 | "@types/node": "20.8.8",
|
100 | 102 | "@types/proj4": "2.5.0",
|
101 | 103 | "@types/sass": "^1.43.1",
|
102 | 104 | "@types/webpack-dev-server": "^4.1.0",
|
103 | 105 | "@typescript-eslint/eslint-plugin": "5.58.0",
|
104 | 106 | "@typescript-eslint/parser": "5.58.0",
|
105 |
| - "@vue/babel-plugin-jsx": "1.1.1", |
| 107 | + "@vue/babel-plugin-jsx": "1.1.5", |
106 | 108 | "@vue/compiler-sfc": "3.2.47",
|
107 | 109 | "@vue/component-compiler-utils": "^3.3.0",
|
108 | 110 | "@vue/shared": "3.2.47",
|
109 | 111 | "@vue/test-utils": "2.3.2",
|
110 | 112 | "algoliasearch": "^4.10.5",
|
111 | 113 | "babel-jest": "^26.6.3",
|
112 |
| - "babel-loader": "^8.2.3", |
113 |
| - "babel-plugin-module-resolver": "^4.1.0", |
| 114 | + "babel-loader": "8.2.5", |
| 115 | + "babel-plugin-module-resolver": "^5.0.0", |
114 | 116 | "babel-preset-vue": "^2.0.2",
|
115 | 117 | "chalk": "^4.1.2",
|
116 | 118 | "clipboard-copy": "^4.0.1",
|
|
121 | 123 | "cross-env": "^7.0.3",
|
122 | 124 | "css-loader": "^4.2.2",
|
123 | 125 | "css-minimizer-webpack-plugin": "1.1.5",
|
124 |
| - "cz-git": "^1.6.1", |
125 |
| - "czg": "^1.6.1", |
| 126 | + "cz-git": "^1.7.1", |
| 127 | + "czg": "^1.7.1", |
126 | 128 | "echarts": "^5.2.1",
|
127 | 129 | "element-plus": "^2.0.5",
|
128 | 130 | "element-theme-chalk": "^2.15.6",
|
|
154 | 156 | "progress-bar-webpack-plugin": "^2.1.0",
|
155 | 157 | "resize-observer-polyfill": "^1.5.1",
|
156 | 158 | "rimraf": "^3.0.2",
|
157 |
| - "rollup": "^2.75.7", |
158 |
| - "rollup-plugin-css-only": "3.1.0", |
159 |
| - "rollup-plugin-esbuild": "^4.9.1", |
160 |
| - "rollup-plugin-filesize": "9.1.2", |
| 159 | + "rollup": "2.79.1", |
| 160 | + "rollup-plugin-css-only": "4.3.0", |
| 161 | + "rollup-plugin-esbuild": "^6.1.0", |
| 162 | + "rollup-plugin-filesize": "10.0.0", |
161 | 163 | "rollup-plugin-vue": "6.0.0",
|
162 | 164 | "sass": "1.49.7",
|
163 | 165 | "sass-loader": "^10.1.1",
|
164 | 166 | "style-loader": "^1.3.0",
|
165 |
| - "sucrase": "3.20.3", |
| 167 | + "sucrase": "3.34.0", |
166 | 168 | "throttle-debounce": "2.3.0",
|
167 | 169 | "transliteration": "^2.2.0",
|
168 | 170 | "ts-jest": "29.1.1",
|
169 | 171 | "ts-morph": "20.0.0",
|
170 |
| - "type-fest": "^2.18.0", |
| 172 | + "type-fest": "^4.5.0", |
171 | 173 | "typescript": "^5.2.2",
|
172 | 174 | "url-loader": "^4.1.1",
|
173 | 175 | "vitest": "0.34.6",
|
|
176 | 178 | "vue-loader": "16.5.0",
|
177 | 179 | "vue-router": "^4.0.12",
|
178 | 180 | "vue-tsc": "^1.8.20",
|
179 |
| - "webpack": "4.44.1", |
| 181 | + "webpack": "4.47.0", |
180 | 182 | "webpack-bundle-analyzer": "3.9.0",
|
181 | 183 | "webpack-cli": "3.3.12",
|
182 | 184 | "webpack-dev-server": "3.11.0",
|
183 |
| - "zrender": "^5.3.0" |
| 185 | + "zrender": "^5.4.4" |
184 | 186 | },
|
185 | 187 | "engines": {
|
186 | 188 | "node": ">= 16"
|
|
0 commit comments