Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Jan 2, 2024
1 parent 5c6ca76 commit c1662be
Show file tree
Hide file tree
Showing 6 changed files with 525 additions and 102 deletions.
6 changes: 3 additions & 3 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.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.19.2",
Expand All @@ -26,7 +26,7 @@
"prettier": "^3.1.1",
"prettier-eslint": "^16.2.0",
"rimraf": "^5.0.5",
"typedoc": "^0.25.4",
"typedoc": "^0.25.6",
"typescript": "^5.3.3",
"vitepress": "^1.0.0-rc.32",
"vue-eslint-parser": "^9.3.2"
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.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.4",
"typedoc": "^0.25.6",
"typescript": "^5.3.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@baklavajs/themes": "^2.2.0"
},
"devDependencies": {
"esbuild": "^0.19.10",
"esbuild": "^0.19.11",
"typescript": "^5.3.3"
}
}
14 changes: 7 additions & 7 deletions packages/renderer-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
},
"devDependencies": {
"@types/resize-observer-browser": "^0.1.11",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/compiler-sfc": "^3.3.13",
"@vueuse/core": "^10.7.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/compiler-sfc": "^3.4.3",
"@vueuse/core": "^10.7.1",
"rimraf": "^5.0.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-visualizer": "^5.11.0",
"rollup-plugin-visualizer": "^5.12.0",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.69.5",
"sass": "^1.69.6",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0",
"vue": "^3.3.13",
"vue-tsc": "^1.8.26"
"vue": "^3.4.3",
"vue-tsc": "^1.8.27"
},
"publishConfig": {
"access": "public"
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.69.5",
"sass": "^1.69.6",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
Expand Down
Loading

0 comments on commit c1662be

Please sign in to comment.