chore: update babel deps (#1816)
This commit is contained in:
parent
8c8934a8c6
commit
30819c6c47
10
package.json
10
package.json
|
@ -43,16 +43,16 @@
|
||||||
"build-now-json": "node -r esm ./bin/build-now-json.js"
|
"build-now-json": "node -r esm ./bin/build-now-json.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.8.6",
|
"@babel/core": "^7.10.4",
|
||||||
"@babel/plugin-transform-runtime": "^7.8.3",
|
"@babel/plugin-transform-runtime": "^7.10.4",
|
||||||
"@babel/preset-env": "^7.8.6",
|
"@babel/preset-env": "^7.10.4",
|
||||||
"@babel/runtime": "^7.8.4",
|
"@babel/runtime": "^7.10.4",
|
||||||
"@rollup/plugin-replace": "^2.3.0",
|
"@rollup/plugin-replace": "^2.3.0",
|
||||||
"@webcomponents/custom-elements": "^1.4.0",
|
"@webcomponents/custom-elements": "^1.4.0",
|
||||||
"@webcomponents/shadydom": "^1.7.3",
|
"@webcomponents/shadydom": "^1.7.3",
|
||||||
"array-flat-polyfill": "^1.0.1",
|
"array-flat-polyfill": "^1.0.1",
|
||||||
"arrow-key-navigation": "^1.2.0",
|
"arrow-key-navigation": "^1.2.0",
|
||||||
"babel-loader": "^8.0.6",
|
"babel-loader": "^8.1.0",
|
||||||
"blurhash": "^1.1.3",
|
"blurhash": "^1.1.3",
|
||||||
"cheerio": "^1.0.0-rc.3",
|
"cheerio": "^1.0.0-rc.3",
|
||||||
"child-process-promise": "^2.2.1",
|
"child-process-promise": "^2.2.1",
|
||||||
|
|
Loading…
Reference in a new issue