调整依赖

This commit is contained in:
icssoa 2021-03-29 00:34:26 +08:00
parent 1a63d788f5
commit d51fb9b5bc
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -10,7 +10,6 @@ node_modules
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
yarn.lock
# Editor directories and files # Editor directories and files
.idea .idea

View File

@ -9,7 +9,6 @@
"inspect": "vue inspect --mode=production > output.js" "inspect": "vue inspect --mode=production > output.js"
}, },
"dependencies": { "dependencies": {
"@vue/composition-api": "^1.0.0-rc.5",
"axios": "^0.21.1", "axios": "^0.21.1",
"cl-admin": "^1.5.3", "cl-admin": "^1.5.3",
"cl-admin-crud": "^1.6.8", "cl-admin-crud": "^1.6.8",
@ -37,6 +36,7 @@
"vuex": "^3.4.0" "vuex": "^3.4.0"
}, },
"devDependencies": { "devDependencies": {
"@vue/composition-api": "^1.0.0-rc.5",
"@typescript-eslint/parser": "^3.0.0", "@typescript-eslint/parser": "^3.0.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0", "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.2", "@vue/babel-preset-jsx": "^1.1.2",