提交 65735926 作者: vben

chore: update deps

上级 47a448b8
...@@ -35,9 +35,9 @@ ...@@ -35,9 +35,9 @@
}, },
"dependencies": { "dependencies": {
"@iconify/iconify": "^2.0.3", "@iconify/iconify": "^2.0.3",
"@logicflow/core": "^0.6.9", "@logicflow/core": "^0.6.12",
"@logicflow/extension": "^0.6.9", "@logicflow/extension": "^0.6.12",
"@vueuse/core": "^5.3.0", "@vueuse/core": "^6.0.0",
"@zxcvbn-ts/core": "^1.0.0-beta.0", "@zxcvbn-ts/core": "^1.0.0-beta.0",
"ant-design-vue": "2.2.6", "ant-design-vue": "2.2.6",
"axios": "^0.21.1", "axios": "^0.21.1",
...@@ -57,9 +57,9 @@ ...@@ -57,9 +57,9 @@
"sortablejs": "^1.14.0", "sortablejs": "^1.14.0",
"tinymce": "^5.8.2", "tinymce": "^5.8.2",
"vditor": "^3.8.6", "vditor": "^3.8.6",
"vue": "3.2.2", "vue": "3.2.3",
"vue-i18n": "9.1.7", "vue-i18n": "9.1.7",
"vue-json-pretty": "^1.8.1", "vue-json-pretty": "1.8.1",
"vue-router": "^4.0.11", "vue-router": "^4.0.11",
"vue-types": "^4.0.3", "vue-types": "^4.0.3",
"xlsx": "^0.17.0" "xlsx": "^0.17.0"
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^13.1.0", "@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0", "@commitlint/config-conventional": "^13.1.0",
"@iconify/json": "^1.1.386", "@iconify/json": "^1.1.388",
"@purge-icons/generated": "^0.7.0", "@purge-icons/generated": "^0.7.0",
"@types/codemirror": "^5.60.2", "@types/codemirror": "^5.60.2",
"@types/crypto-js": "^4.0.2", "@types/crypto-js": "^4.0.2",
...@@ -82,12 +82,12 @@ ...@@ -82,12 +82,12 @@
"@types/qrcode": "^1.4.1", "@types/qrcode": "^1.4.1",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.7",
"@types/sortablejs": "^1.10.7", "@types/sortablejs": "^1.10.7",
"@typescript-eslint/eslint-plugin": "^4.29.1", "@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.1", "@typescript-eslint/parser": "^4.29.2",
"@vitejs/plugin-legacy": "^1.5.1", "@vitejs/plugin-legacy": "^1.5.1",
"@vitejs/plugin-vue": "^1.4.0", "@vitejs/plugin-vue": "^1.4.0",
"@vitejs/plugin-vue-jsx": "^1.1.7", "@vitejs/plugin-vue-jsx": "^1.1.7",
"@vue/compiler-sfc": "3.2.2", "@vue/compiler-sfc": "3.2.3",
"@vue/test-utils": "^2.0.0-rc.12", "@vue/test-utils": "^2.0.0-rc.12",
"autoprefixer": "^10.3.1", "autoprefixer": "^10.3.1",
"commitizen": "^4.2.4", "commitizen": "^4.2.4",
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
"eslint-plugin-jest": "^24.4.0", "eslint-plugin-jest": "^24.4.0",
"eslint-plugin-prettier": "^3.4.0", "eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.16.0", "eslint-plugin-vue": "^7.16.0",
"esno": "^0.8.0", "esno": "^0.9.1",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"http-server": "^13.0.0", "http-server": "^13.0.0",
"husky": "^7.0.1", "husky": "^7.0.1",
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
"stylelint-config-prettier": "^8.0.2", "stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0", "stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0", "stylelint-order": "^4.1.0",
"ts-jest": "^27.0.4", "ts-jest": "^27.0.5",
"ts-node": "^10.2.0", "ts-node": "^10.2.0",
"typescript": "4.3.5", "typescript": "4.3.5",
"vite": "2.5.0", "vite": "2.5.0",
......
...@@ -57,4 +57,4 @@ async function bootstrap() { ...@@ -57,4 +57,4 @@ async function bootstrap() {
app.mount('#app', true); app.mount('#app', true);
} }
void bootstrap(); bootstrap();
...@@ -24,13 +24,13 @@ ...@@ -24,13 +24,13 @@
"@types/koa": "^2.13.4", "@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^5.0.2", "@types/koa-bodyparser": "^5.0.2",
"@types/koa-router": "^7.4.4", "@types/koa-router": "^7.4.4",
"@types/node": "^16.6.0", "@types/node": "^16.6.1",
"nodemon": "^2.0.12", "nodemon": "^2.0.12",
"pm2": "^5.1.0", "pm2": "^5.1.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^10.2.0", "ts-node": "^10.2.0",
"tsconfig-paths": "^3.10.1", "tsconfig-paths": "^3.10.1",
"tsup": "^4.13.1", "tsup": "^4.14.0",
"typescript": "^4.3.5" "typescript": "^4.3.5"
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论