Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Feb 18, 2024
1 parent 00cb1e4 commit dac2ae4
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 204 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"packages/*"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.21.1",
Expand All @@ -26,9 +26,9 @@
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"rimraf": "^5.0.5",
"typedoc": "^0.25.7",
"typedoc": "^0.25.8",
"typescript": "^5.3.3",
"vitepress": "^1.0.0-rc.42",
"vitepress": "^1.0.0-rc.43",
"vue-eslint-parser": "^9.4.2"
},
"packageManager": "yarn@3.5.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.7",
"typedoc": "^0.25.8",
"typescript": "^5.3.3"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/renderer-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
},
"devDependencies": {
"@types/resize-observer-browser": "^0.1.11",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/compiler-sfc": "^3.4.16",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.19",
"@vueuse/core": "^10.7.2",
"rimraf": "^5.0.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-visualizer": "^5.12.0",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.70.0",
"sass": "^1.71.0",
"typescript": "^5.3.3",
"vite": "^5.1.0",
"vite": "^5.1.3",
"vite-plugin-dts": "^3.7.2",
"vue": "^3.4.16",
"vue": "^3.4.19",
"vue-tsc": "^1.8.27"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@types/sass": "^1.45.0",
"rimraf": "^5.0.5",
"sass": "^1.70.0",
"sass": "^1.71.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
Expand Down
Loading

0 comments on commit dac2ae4

Please sign in to comment.