We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292c129 commit 91e52a2Copy full SHA for 91e52a2
package.json
@@ -58,9 +58,16 @@
58
"author": "SuperMap_FE",
59
"license": "Apache-2.0",
60
"devDependencies": {
61
- "@babel/core": "^7.12.3",
62
- "@babel/plugin-transform-runtime": "^7.12.1",
63
- "@babel/preset-env": "^7.12.1",
+ "@babel/core": "~7.19.6",
+ "@babel/plugin-transform-runtime": "~7.19.6",
+ "@babel/preset-env": "~7.19.4",
64
+ "@babel/generator": "~7.19.6",
65
+ "@babel/helper-compilation-targets": "~7.19.3",
66
+ "@babel/helper-module-transforms": "~7.19.6",
67
+ "@babel/helpers": "~7.19.4",
68
+ "@babel/parser": "~7.19.6",
69
+ "@babel/traverse": "~7.19.6",
70
+ "@babel/types": "~7.19.4",
71
"@geoman-io/leaflet-geoman-free": "^2.11.4",
72
"@supermap/babel-plugin-import": "^0.0.1",
73
"babel-eslint": "^10.1.0",
0 commit comments