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 7, 2024
1 parent 0cd90ed commit fd9738e
Show file tree
Hide file tree
Showing 5 changed files with 358 additions and 604 deletions.
10 changes: 5 additions & 5 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"
"vite": "^5.0.11",
"vitepress": "1.0.0-rc.35"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
16 changes: 8 additions & 8 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
"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.166",
"@types/node": "^20.10.7",
"@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",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vite-inspector": "^0.1.4",
"vite-plugin-alias": "^0.1.1",
"vite-plugin-pages": "^0.32.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.7",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"unocss": "^0.58.2"
"unocss": "^0.58.3"
}
}
20 changes: 10 additions & 10 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.166",
"@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 All @@ -41,7 +41,7 @@
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vite-plugin-inspect": "^0.8.1",
"vue-tsc": "^1.8.27"
},
Expand Down
Loading

0 comments on commit fd9738e

Please sign in to comment.