2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

build: fix webpack dev environment (#1593)

This commit is contained in:
Jeff Sagal
2022-02-18 12:49:42 -08:00
committed by GitHub
parent a662233af7
commit f8a41df594
3 changed files with 351 additions and 266 deletions
+9 -13
View File
@@ -31,9 +31,6 @@
"peerDependencies": {
"vue": "2.x"
},
"resolutions": {
"ajv": "6.8.1"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/eslint-parser": "^7.14.7",
@@ -48,9 +45,8 @@
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.5",
"bundlewatch": "^0.2.5",
"chokidar": "^3.5.2",
"commitizen": "^4.0.3",
"coveralls": "^3.0.2",
"coveralls": "^3.1.1",
"cross-env": "^5.2.0",
"css-loader": "^6.4.0",
"cssnano": "^5.0.8",
@@ -60,19 +56,19 @@
"eslint-loader": "^3.0.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.2.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^5.4.0",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^24.1.0",
"jest-serializer-vue": "^2.0.2",
"jest-transform-stub": "^2.0.0",
"mini-css-extract-plugin": "^2.4.3",
"mini-css-extract-plugin": "^2.5.3",
"postcss": "^8.3.11",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"postcss-nested": "^5.0.6",
"postcss-loader": "^6.2.0",
"prettier": "2.2.1",
"semantic-release": "^17.0.4",
"terser-webpack-plugin": "^5.2.4",
"terser-webpack-plugin": "^5.3.1",
"url-loader": "^4.1.1",
"vue": "^2.6.10",
"vue-html-loader": "^1.2.4",
@@ -81,9 +77,9 @@
"vue-server-renderer": "^2.6.10",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.10",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0"
},
"jest": {