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

chore(deps): update all non-major dependencies #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: latest

- name: Install pnpm
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1
with:
version: latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: latest

- name: Install pnpm
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1
with:
version: latest

Expand Down
12 changes: 6 additions & 6 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",
"@vueuse/core": "^10.7.1",
"unocss": "^0.58.2",
"vue": "^3.4.0"
"@unocss/reset": "^0.62.2",
"@vueuse/core": "^10.11.1",
"unocss": "^0.62.2",
"vue": "^3.4.38"
},
"devDependencies": {
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.0.10",
"vitepress": "1.0.0-rc.33"
"vitepress": "1.3.3"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
28 changes: 14 additions & 14 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
"preview": "vite preview --port 8766"
},
"dependencies": {
"@unocss/reset": "^0.58.2",
"@vueuse/core": "^10.7.1",
"unocss": "^0.58.2",
"vue": "^3.4.0",
"vue-router": "^4.2.5"
"@unocss/reset": "^0.62.2",
"@vueuse/core": "^10.11.1",
"unocss": "^0.62.2",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"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",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"@iconify-json/carbon": "^1.1.37",
"@iconify/json": "^2.2.238",
"@types/node": "^20.16.0",
"@unocss/preset-icons": "^0.62.2",
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.0.10",
"vite-inspector": "^0.1.4",
"vite-plugin-alias": "^0.1.1",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-pages": "^0.32.3",
"vue-tsc": "^1.8.27"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"unocss": ">=0.53.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.1",
"@types/node": "^20.10.5",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"typescript": "^5.3.3",
"@antfu/eslint-config": "^2.26.0",
"@types/node": "^20.16.0",
"bumpp": "^9.5.1",
"eslint": "^8.57.0",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"unocss": "^0.58.2"
"unocss": "^0.62.2"
}
}
52 changes: 26 additions & 26 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,45 @@
"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",
"@vueuse/core": "^10.7.1",
"unocss": "^0.58.2",
"vue": "^3.4.0"
"@unocss/autocomplete": "^0.62.2",
"@unocss/core": "^0.62.2",
"@unocss/preset-attributify": "^0.62.2",
"@unocss/preset-uno": "^0.62.2",
"@vueuse/core": "^10.11.1",
"unocss": "^0.62.2",
"vue": "^3.4.38"
},
"devDependencies": {
"@codemirror/autocomplete": "^6.11.1",
"@codemirror/autocomplete": "^6.18.0",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.7",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-xml": "^6.0.2",
"@codemirror/language": "^6.10.0",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.0",
"@iconify/json": "^2.2.162",
"@lezer/highlight": "^1.2.0",
"@unocss/reset": "^0.58.2",
"@vitejs/plugin-vue": "^4.6.0",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/language": "^6.10.2",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.32.0",
"@iconify/json": "^2.2.238",
"@lezer/highlight": "^1.2.1",
"@unocss/reset": "^0.62.2",
"@vitejs/plugin-vue": "^4.6.2",
"codemirror": "^6.0.1",
"fuse.js": "^7.0.0",
"local-pkg": "0.5.0",
"lz-string": "^1.5.0",
"magic-string": "^0.30.5",
"ofetch": "^1.3.3",
"prettier": "^3.1.1",
"magic-string": "^0.30.11",
"ofetch": "^1.3.4",
"prettier": "^3.3.3",
"splitpanes": "^3.1.5",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.0.10",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-inspect": "^0.8.5",
"vue-tsc": "^1.8.27"
},
"pnpm": {
"overrides": {
"magic-string": "^0.30.1",
"magic-string": "^0.30.11",
"prettier": "^2.8.8"
}
}
Expand Down
Loading
Loading