mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-21 20:32:12 +08:00
Fix webpack dynamic imports (#266)
* Update all deps * Update dynamic import injection
This commit is contained in:
committed by
GitHub
parent
8155902f79
commit
b05f301c21
12
package.json
12
package.json
@@ -62,10 +62,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
||||
"@babel/plugin-transform-runtime": "^7.13.15",
|
||||
"@babel/preset-env": "^7.14.1",
|
||||
"@babel/plugin-transform-runtime": "^7.14.3",
|
||||
"@babel/preset-env": "^7.14.2",
|
||||
"@babel/runtime": "^7.14.0",
|
||||
"@vue/cli-service": "^5.0.0-beta.0",
|
||||
"@vue/cli-service": "^5.0.0-beta.1",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"chalk": "^4.1.1",
|
||||
"copyfiles": "^2.4.1",
|
||||
@@ -77,10 +77,10 @@
|
||||
"jest": "^26.6.3",
|
||||
"node-fetch": "^2.6.1",
|
||||
"postcss": "^8.2.15",
|
||||
"sass": "^1.32.12",
|
||||
"sass": "^1.32.13",
|
||||
"sass-lint": "git+https://github.com/do-community/sass-lint.git",
|
||||
"sass-loader": "^11.1.0",
|
||||
"sass-loader": "^11.1.1",
|
||||
"vue-template-compiler": "^2.6.12",
|
||||
"webpack-bundle-analyzer": "^4.4.1"
|
||||
"webpack-bundle-analyzer": "^4.4.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user