Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent 0cd90ed commit 9c4ee74
Show file tree
Hide file tree
Showing 5 changed files with 351 additions and 569 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"preview": "vitepress preview"
},
"dependencies": {
"@unocss/reset": "^0.58.2",
"@unocss/reset": "^0.58.3",
"@vueuse/core": "^10.7.1",
"unocss": "^0.58.2",
"vue": "^3.4.0"
"unocss": "^0.58.3",
"vue": "^3.4.5"
},
"devDependencies": {
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vitepress": "1.0.0-rc.33"
"vitepress": "1.0.0-rc.35"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"preview": "vite preview --port 8766"
},
"dependencies": {
"@unocss/reset": "^0.58.2",
"@unocss/reset": "^0.58.3",
"@vueuse/core": "^10.7.1",
"unocss": "^0.58.2",
"vue": "^3.4.0",
"unocss": "^0.58.3",
"vue": "^3.4.5",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.27",
"@iconify/json": "^2.2.162",
"@types/node": "^20.10.5",
"@unocss/preset-icons": "^0.58.2",
"@vitejs/plugin-vue": "^4.6.0",
"@iconify/json": "^2.2.164",
"@types/node": "^20.10.6",
"@unocss/preset-icons": "^0.58.3",
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.1",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"unocss": "^0.58.2"
"unocss": "^0.58.3"
}
}
18 changes: 9 additions & 9 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"@unocss/autocomplete": "^0.58.2",
"@unocss/core": "^0.58.2",
"@unocss/preset-attributify": "^0.58.2",
"@unocss/preset-uno": "^0.58.2",
"@unocss/autocomplete": "^0.58.3",
"@unocss/core": "^0.58.3",
"@unocss/preset-attributify": "^0.58.3",
"@unocss/preset-uno": "^0.58.3",
"@vueuse/core": "^10.7.1",
"unocss": "^0.58.2",
"vue": "^3.4.0"
"unocss": "^0.58.3",
"vue": "^3.4.5"
},
"devDependencies": {
"@codemirror/autocomplete": "^6.11.1",
Expand All @@ -26,10 +26,10 @@
"@codemirror/language": "^6.10.0",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.0",
"@iconify/json": "^2.2.162",
"@iconify/json": "^2.2.164",
"@lezer/highlight": "^1.2.0",
"@unocss/reset": "^0.58.2",
"@vitejs/plugin-vue": "^4.6.0",
"@unocss/reset": "^0.58.3",
"@vitejs/plugin-vue": "^4.6.2",
"codemirror": "^6.0.1",
"fuse.js": "^7.0.0",
"local-pkg": "0.5.0",
Expand Down
Loading

0 comments on commit 9c4ee74

Please sign in to comment.