Skip to content

Commit

Permalink
chore: bump dependencies (#6)
Browse files Browse the repository at this point in the history
更新所有依赖的 patch 版本。

/kind improvement

```release-note
None
```
  • Loading branch information
ruibaby authored Feb 9, 2023
1 parent 06a9e5e commit 0eb5844
Show file tree
Hide file tree
Showing 3 changed files with 782 additions and 487 deletions.
34 changes: 17 additions & 17 deletions console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@bytemd/plugin-gfm": "^1.17.4",
"@bytemd/vue-next": "^1.17.4",
"@halo-dev/components": "^1.0.0",
"@halo-dev/console-shared": "^2.1.0",
"bytemd": "^1.17.4",
"@bytemd/plugin-gfm": "^1.20.2",
"@bytemd/vue-next": "^1.20.2",
"@halo-dev/components": "^1.1.0",
"@halo-dev/console-shared": "^2.2.0",
"bytemd": "^1.20.2",
"github-markdown-css": "^5.1.0",
"vue": "^3.2.41"
"vue": "^3.2.47"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/jsdom": "^20.0.0",
"@types/node": "^16.18.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@types/jsdom": "^20.0.1",
"@types/node": "^16.18.12",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.2.0",
"@vue/test-utils": "^2.2.10",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.26.0",
"eslint-plugin-vue": "^9.6.0",
"eslint": "^8.33.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^19.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"prettier": "^2.8.4",
"typescript": "~4.7.4",
"vite": "^3.1.8",
"vitest": "^0.24.3",
"vue-tsc": "^1.0.9"
"vite": "^4.1.1",
"vitest": "^0.24.5",
"vue-tsc": "^1.0.24"
}
}
Loading

0 comments on commit 0eb5844

Please sign in to comment.