Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Aug 17, 2021
1 parent 47a448b commit 6573592
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 139 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"dependencies": {
"@iconify/iconify": "^2.0.3",
"@logicflow/core": "^0.6.9",
"@logicflow/extension": "^0.6.9",
"@vueuse/core": "^5.3.0",
"@logicflow/core": "^0.6.12",
"@logicflow/extension": "^0.6.12",
"@vueuse/core": "^6.0.0",
"@zxcvbn-ts/core": "^1.0.0-beta.0",
"ant-design-vue": "2.2.6",
"axios": "^0.21.1",
Expand All @@ -57,17 +57,17 @@
"sortablejs": "^1.14.0",
"tinymce": "^5.8.2",
"vditor": "^3.8.6",
"vue": "3.2.2",
"vue": "3.2.3",
"vue-i18n": "9.1.7",
"vue-json-pretty": "^1.8.1",
"vue-json-pretty": "1.8.1",
"vue-router": "^4.0.11",
"vue-types": "^4.0.3",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@commitlint/cli": "^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",
"@types/codemirror": "^5.60.2",
"@types/crypto-js": "^4.0.2",
Expand All @@ -82,12 +82,12 @@
"@types/qrcode": "^1.4.1",
"@types/qs": "^6.9.7",
"@types/sortablejs": "^1.10.7",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"@vitejs/plugin-legacy": "^1.5.1",
"@vitejs/plugin-vue": "^1.4.0",
"@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",
"autoprefixer": "^10.3.1",
"commitizen": "^4.2.4",
Expand All @@ -100,7 +100,7 @@
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.16.0",
"esno": "^0.8.0",
"esno": "^0.9.1",
"fs-extra": "^10.0.0",
"http-server": "^13.0.0",
"husky": "^7.0.1",
Expand All @@ -119,7 +119,7 @@
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"ts-jest": "^27.0.4",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.0",
"typescript": "4.3.5",
"vite": "2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ async function bootstrap() {
app.mount('#app', true);
}

void bootstrap();
bootstrap();
4 changes: 2 additions & 2 deletions tests/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa-router": "^7.4.4",
"@types/node": "^16.6.0",
"@types/node": "^16.6.1",
"nodemon": "^2.0.12",
"pm2": "^5.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.2.0",
"tsconfig-paths": "^3.10.1",
"tsup": "^4.13.1",
"tsup": "^4.14.0",
"typescript": "^4.3.5"
}
}
Loading

0 comments on commit 6573592

Please sign in to comment.