mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-24 11:05:17 +08:00
chore(project): upgrade dependencies to latest minor (#3242)
* chore(project): bump @babel/cli from 7.12.1 to 7.15.4 * chore(project): bump @babel/core from 7.11.6 to 7.15.5 * chore(project): bump @babel/plugin-proposal-class-properties to 7.14.5 * chore(project): bump @babel/plugin-transform-runtime to 7.15.0 * chore(project): bump @babel/preset-env from 7.11.5 to 7.15.4 * chore(project): bump @babel/preset-typescript from 7.10.4 to 7.15.0 * chore(project): bump babel-loader from 8.1.0 to 8.2.2 * chore(project): bump babel-plugin-module-resolver from 4.0.0 to 4.1.0 * chore(project): bump @popperjs/core from 2.4.4 to 2.10.1 * chore(project): update babel.config.js * chore(project): update jest.config.js * chore(project): bump @typescript-eslint/eslint-plugin to 4.30.0 * chore(project): bump @typescript-eslint/parser from 4.29.3 to 4.30.0 * chore(project): bump algoliasearch from 4.4.0 to 4.10.5 * chore(project): bump transliteration from 2.1.11 to 2.2.0 * chore(project): bump typescript from 4.3.5 to 4.4.2 * chore(project): bump esbuild from 0.12.5 to 0.12.25 * chore(project): bump file-loader from 6.1.0 to 6.2.0 * chore(project): bump rollup from 2.28.2 to 2.56.3 * chore(project): bump rollup-plugin-esbuild from 4.2.3 to 4.5.0 * chore(project): bump sass from 1.37.0 to 1.39.0 * chore(project): move sass & typescript to devDependencies
This commit is contained in:
parent
7fc2d6bc7d
commit
ac7c226196
@ -15,7 +15,8 @@ module.exports = {
|
||||
],
|
||||
plugins: [
|
||||
'@vue/babel-plugin-jsx',
|
||||
'@babel/proposal-class-properties',
|
||||
'@babel/plugin-proposal-nullish-coalescing-operator',
|
||||
['@babel/plugin-proposal-private-methods', { loose: true }],
|
||||
'@babel/transform-runtime',
|
||||
'lodash',
|
||||
],
|
||||
|
@ -17,6 +17,7 @@ module.exports = {
|
||||
[
|
||||
'@babel/preset-env',
|
||||
{
|
||||
loose: true,
|
||||
targets: {
|
||||
node: true,
|
||||
},
|
||||
@ -26,7 +27,7 @@ module.exports = {
|
||||
],
|
||||
plugins: [
|
||||
'@vue/babel-plugin-jsx',
|
||||
'@babel/plugin-proposal-class-properties',
|
||||
['@babel/plugin-proposal-class-properties', { loose: true }],
|
||||
],
|
||||
},
|
||||
],
|
||||
|
38
package.json
38
package.json
@ -33,12 +33,12 @@
|
||||
"vue": "^3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.12.1",
|
||||
"@babel/core": "^7.11.4",
|
||||
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
||||
"@babel/plugin-transform-runtime": "^7.12.1",
|
||||
"@babel/preset-env": "^7.11.5",
|
||||
"@babel/preset-typescript": "^7.10.4",
|
||||
"@babel/cli": "^7.15.4",
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
||||
"@babel/plugin-transform-runtime": "^7.15.0",
|
||||
"@babel/preset-env": "^7.15.4",
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@commitlint/cli": "^13.1.0",
|
||||
"@commitlint/config-conventional": "^13.1.0",
|
||||
"@rollup/plugin-alias": "^3.1.5",
|
||||
@ -48,16 +48,16 @@
|
||||
"@types/jest": "^26.0.10",
|
||||
"@types/klaw-sync": "^6.0.1",
|
||||
"@types/lodash": "^4.14.161",
|
||||
"@typescript-eslint/eslint-plugin": "^4.29.3",
|
||||
"@typescript-eslint/parser": "^4.29.3",
|
||||
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
||||
"@typescript-eslint/parser": "^4.30.0",
|
||||
"@vue/babel-plugin-jsx": "^1.0.7",
|
||||
"@vue/compiler-sfc": "^3.2.8",
|
||||
"@vue/component-compiler-utils": "^3.2.2",
|
||||
"algoliasearch": "^4.4.0",
|
||||
"algoliasearch": "^4.10.5",
|
||||
"babel-jest": "^26.3.0",
|
||||
"babel-loader": "^8.1.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"babel-plugin-lodash": "^3.3.4",
|
||||
"babel-plugin-module-resolver": "^4.0.0",
|
||||
"babel-plugin-module-resolver": "^4.1.0",
|
||||
"babel-preset-vue": "^2.0.2",
|
||||
"chalk": "^4.1.2",
|
||||
"clipboard-copy": "^4.0.1",
|
||||
@ -66,14 +66,14 @@
|
||||
"css-loader": "^4.2.2",
|
||||
"css-minimizer-webpack-plugin": "^1.1.5",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"esbuild": "^0.12.5",
|
||||
"esbuild": "^0.12.25",
|
||||
"eslint": "^7.7.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-vue": "^7.0.0-beta.0",
|
||||
"esno": "^0.9.1",
|
||||
"fast-glob": "^3.2.7",
|
||||
"file-loader": "^6.0.0",
|
||||
"file-loader": "^6.2.0",
|
||||
"file-save": "^0.2.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-typescript": "^6.0.0-alpha.1",
|
||||
@ -94,24 +94,24 @@
|
||||
"prettier": "^2.3.2",
|
||||
"progress-bar-webpack-plugin": "^2.1.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "^2.28.2",
|
||||
"rollup": "^2.56.3",
|
||||
"rollup-plugin-css-only": "^2.1.0",
|
||||
"rollup-plugin-esbuild": "^4.2.3",
|
||||
"rollup-plugin-esbuild": "^4.5.0",
|
||||
"rollup-plugin-filesize": "^9.1.1",
|
||||
"rollup-plugin-replace": "^2.2.0",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"rollup-plugin-typescript2": "^0.27.3",
|
||||
"rollup-plugin-vue": "^6.0.0",
|
||||
"sass": "^1.36.0",
|
||||
"sass": "^1.39.0",
|
||||
"sass-loader": "10.1.1",
|
||||
"style-loader": "^1.2.1",
|
||||
"throttle-debounce": "2.3.0",
|
||||
"through2": "^4.0.2",
|
||||
"transliteration": "^2.1.11",
|
||||
"transliteration": "^2.2.0",
|
||||
"ts-loader": "^8.0.3",
|
||||
"ts-morph": "^11.0.3",
|
||||
"ts-node": "^10.1.0",
|
||||
"typescript": "^4.3.5",
|
||||
"typescript": "^4.4.2",
|
||||
"url-loader": "^4.1.1",
|
||||
"vue": "^3.2.0",
|
||||
"vue-jest": "5.0.0-alpha.5",
|
||||
@ -147,7 +147,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@element-plus/icons": "^0.0.11",
|
||||
"@popperjs/core": "^2.4.4",
|
||||
"@popperjs/core": "^2.10.1",
|
||||
"async-validator": "^3.4.0",
|
||||
"dayjs": "1.x",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -9,7 +9,7 @@
|
||||
"@element-plus/theme-chalk": "^0.0.5",
|
||||
"@element-plus/tokens": "^0.0.5",
|
||||
"@element-plus/utils": "^0.0.5",
|
||||
"@popperjs/core": "^2.4.4",
|
||||
"@popperjs/core": "^2.10.1",
|
||||
"async-validator": "^3.4.0",
|
||||
"dayjs": "1.x",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -19,14 +19,14 @@
|
||||
"normalize-wheel": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/test-utils": "^2.0.0-beta.3",
|
||||
"@element-plus/test-utils": "^0.0.5",
|
||||
"@vue/test-utils": "^2.0.0-beta.3",
|
||||
"chalk": "^4.1.2",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-typescript": "^6.0.0-alpha.1",
|
||||
"sass": "^1.37.0",
|
||||
"sass": "^1.39.0",
|
||||
"ts-node": "^10.1.0",
|
||||
"typescript": "^4.3.5"
|
||||
"typescript": "^4.4.2"
|
||||
},
|
||||
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
||||
}
|
||||
|
@ -27,7 +27,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons": "^0.0.11",
|
||||
"@popperjs/core": "^2.4.4",
|
||||
"@popperjs/core": "^2.10.1",
|
||||
"async-validator": "^3.4.0",
|
||||
"dayjs": "1.x",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -17,9 +17,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/directives": "^0.0.5",
|
||||
"@element-plus/utils": "^0.0.5",
|
||||
"@element-plus/locale": "^0.0.5",
|
||||
"@popperjs/core": "^2.4.4"
|
||||
"@element-plus/utils": "^0.0.5",
|
||||
"@popperjs/core": "^2.10.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@element-plus/test-utils": "^0.0.5",
|
||||
@ -27,9 +27,9 @@
|
||||
"chalk": "^4.1.2",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-typescript": "^6.0.0-alpha.1",
|
||||
"sass": "^1.37.0",
|
||||
"sass": "^1.39.0",
|
||||
"ts-node": "^10.1.0",
|
||||
"typescript": "^4.3.5"
|
||||
"typescript": "^4.4.2"
|
||||
},
|
||||
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
||||
}
|
||||
|
@ -22,9 +22,9 @@
|
||||
"chalk": "^4.1.2",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-typescript": "^6.0.0-alpha.1",
|
||||
"sass": "^1.37.0",
|
||||
"sass": "^1.39.0",
|
||||
"ts-node": "^10.1.0",
|
||||
"typescript": "^4.3.5"
|
||||
"typescript": "^4.4.2"
|
||||
},
|
||||
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
||||
}
|
||||
|
@ -39,9 +39,9 @@
|
||||
"gulp-clean-css": "^4.3.0",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-sass": "^5.0.0",
|
||||
"sass": "^1.37.0",
|
||||
"sass": "^1.39.0",
|
||||
"ts-node": "^10.1.0",
|
||||
"typescript": "^4.3.5"
|
||||
"typescript": "^4.4.2"
|
||||
},
|
||||
"dependencies": {},
|
||||
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
||||
|
@ -26,9 +26,9 @@
|
||||
"chalk": "^4.1.2",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-typescript": "^6.0.0-alpha.1",
|
||||
"sass": "^1.37.0",
|
||||
"sass": "^1.39.0",
|
||||
"ts-node": "^10.1.0",
|
||||
"typescript": "^4.3.5"
|
||||
"typescript": "^4.4.2"
|
||||
},
|
||||
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
||||
}
|
||||
|
@ -19,9 +19,9 @@
|
||||
"chalk": "^4.1.2",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-typescript": "^6.0.0-alpha.1",
|
||||
"sass": "^1.37.0",
|
||||
"sass": "^1.39.0",
|
||||
"ts-node": "^10.1.0",
|
||||
"typescript": "^4.3.5"
|
||||
"typescript": "^4.4.2"
|
||||
},
|
||||
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user