Babel adjustments (#12044)
This commit is contained in:
committed by
GitHub
parent
66961d18dc
commit
6d52a2f3da
@@ -8,6 +8,8 @@
|
||||
]
|
||||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator",
|
||||
"@babel/plugin-proposal-optional-chaining",
|
||||
[
|
||||
"@babel/plugin-proposal-object-rest-spread",
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
},
|
||||
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2018
|
||||
"ecmaVersion": 2020
|
||||
},
|
||||
|
||||
"globals": {
|
||||
|
||||
1935
src/Umbraco.Web.UI.Client/package-lock.json
generated
1935
src/Umbraco.Web.UI.Client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -54,11 +54,10 @@
|
||||
"wicg-inert": "^3.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.6.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
|
||||
"@babel/preset-env": "7.6.3",
|
||||
"@babel/core": "7.17.5",
|
||||
"@babel/preset-env": "7.16.11",
|
||||
"autoprefixer": "9.6.5",
|
||||
"caniuse-lite": "^1.0.30001237",
|
||||
"caniuse-lite": "^1.0.30001312",
|
||||
"cssnano": "4.1.10",
|
||||
"fs": "0.0.2",
|
||||
"gulp": "4.0.2",
|
||||
|
||||
Reference in New Issue
Block a user