Update npm packages
This commit is contained in:
parent
f54fa609a2
commit
008c34b5ea
5 changed files with 1043 additions and 198 deletions
1220
package-lock.json
generated
1220
package-lock.json
generated
File diff suppressed because it is too large
Load diff
14
package.json
14
package.json
|
@ -6,14 +6,14 @@
|
||||||
"not dead"
|
"not dead"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@symfony/webpack-encore": "^3.1.0",
|
"@symfony/webpack-encore": "^4.2.0",
|
||||||
"autoprefixer": "^10.4.13",
|
"autoprefixer": "^10.4.14",
|
||||||
"circletype": "^2.3.0",
|
"circletype": "^2.3.0",
|
||||||
"core-js": "^3.26.1",
|
"core-js": "^3.30.1",
|
||||||
"plyr": "^3.7.3",
|
"plyr": "^3.7.8",
|
||||||
"postcss-loader": "^7.0.2",
|
"postcss-loader": "^7.2.4",
|
||||||
"sass": "^1.57.0",
|
"sass": "^1.62.0",
|
||||||
"sass-loader": "^13.2.0",
|
"sass-loader": "^13.2.2",
|
||||||
"webpack-notifier": "^1.15.0"
|
"webpack-notifier": "^1.15.0"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -29,9 +29,6 @@ Encore
|
||||||
.cleanupOutputBeforeBuild()
|
.cleanupOutputBeforeBuild()
|
||||||
.enableBuildNotifications()
|
.enableBuildNotifications()
|
||||||
.enableSourceMaps(!Encore.isProduction())
|
.enableSourceMaps(!Encore.isProduction())
|
||||||
.configureBabel((config) => {
|
|
||||||
config.plugins.push('@babel/plugin-proposal-class-properties');
|
|
||||||
})
|
|
||||||
.configureBabelPresetEnv((config) => {
|
.configureBabelPresetEnv((config) => {
|
||||||
config.useBuiltIns = 'usage';
|
config.useBuiltIns = 'usage';
|
||||||
config.corejs = 3;
|
config.corejs = 3;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue