[依赖] 整体架构依赖升级
This commit is contained in:
56
package.json
56
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@layui/layui-vue",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.3",
|
||||
"description": "a component library for Vue 3 base on layui-vue",
|
||||
"main": "lib/layui-vue.umd.js",
|
||||
"module": "lib/layui-vue.es.js",
|
||||
@@ -38,46 +38,46 @@
|
||||
},
|
||||
"homepage": "https://gitee.com/Jmysy/layui-vue/blob/master/README.md",
|
||||
"peerDependencies": {
|
||||
"vue": "^3.1.2",
|
||||
"vue": "^3.2.19",
|
||||
"vue-router": "^4.0.10"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.1.2",
|
||||
"vue-router": "^4.0.10"
|
||||
"vue": "^3.2.19",
|
||||
"vue-router": "^4.0.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.0",
|
||||
"@babel/preset-env": "^7.14.0",
|
||||
"@babel/preset-typescript": "^7.13.0",
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/markdown-it": "^12.0.1",
|
||||
"@types/markdown-it-container": "^2.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
||||
"@typescript-eslint/parser": "^4.22.0",
|
||||
"@vitejs/plugin-vue": "^1.2.2",
|
||||
"@vue/compiler-sfc": "^3.1.2",
|
||||
"@vue/server-renderer": "^3.1.1",
|
||||
"@vue/test-utils": "^2.0.0-rc.6",
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/preset-env": "^7.15.6",
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@types/jest": "^26.0.24",
|
||||
"@types/markdown-it": "^12.2.1",
|
||||
"@types/markdown-it-container": "^2.0.4",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@vitejs/plugin-vue": "^1.9.2",
|
||||
"@vue/compiler-sfc": "^3.2.19",
|
||||
"@vue/server-renderer": "^3.2.19",
|
||||
"@vue/test-utils": "^2.0.0-rc.15",
|
||||
"babel-jest": "^26.6.3",
|
||||
"escape-html": "^1.0.3",
|
||||
"eslint": "^7.25.0",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"eslint-plugin-vue": "^7.9.0",
|
||||
"husky": "^4.3.6",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-plugin-prettier": "^3.4.1",
|
||||
"eslint-plugin-vue": "^7.18.0",
|
||||
"husky": "^4.3.8",
|
||||
"jest": "^26.6.3",
|
||||
"lint-staged": "^10.5.4",
|
||||
"markdown-it-container": "^3.0.0",
|
||||
"postcss": "^8.2.13",
|
||||
"postcss": "^8.3.8",
|
||||
"postcss-preset-env": "^6.7.0",
|
||||
"prettier": "2.2.1",
|
||||
"prismjs": "^1.23.0",
|
||||
"prismjs": "^1.25.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup-plugin-babel": "^4.4.0",
|
||||
"ts-jest": "^26.5.5",
|
||||
"typescript": "^4.2.4",
|
||||
"vite": "2.3.7",
|
||||
"vite-plugin-md": "^0.6.3",
|
||||
"vue-jest": "^5.0.0-alpha.8"
|
||||
"@rollup/plugin-babel": "^5.3.0",
|
||||
"ts-jest": "^26.5.6",
|
||||
"typescript": "^4.4.3",
|
||||
"vite": "2.5.10",
|
||||
"vite-plugin-md": "^0.6.7",
|
||||
"vue-jest": "^5.0.0-alpha.10"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
|
||||
Reference in New Issue
Block a user