Skip to content

Commit 91e52a2

Browse files
committed
【fix】babel version
1 parent 292c129 commit 91e52a2

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,16 @@
5858
"author": "SuperMap_FE",
5959
"license": "Apache-2.0",
6060
"devDependencies": {
61-
"@babel/core": "^7.12.3",
62-
"@babel/plugin-transform-runtime": "^7.12.1",
63-
"@babel/preset-env": "^7.12.1",
61+
"@babel/core": "~7.19.6",
62+
"@babel/plugin-transform-runtime": "~7.19.6",
63+
"@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",
6471
"@geoman-io/leaflet-geoman-free": "^2.11.4",
6572
"@supermap/babel-plugin-import": "^0.0.1",
6673
"babel-eslint": "^10.1.0",

0 commit comments

Comments
 (0)