Skip to content
This repository has been archived by the owner on Apr 14, 2023. 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 Feb 24, 2023
1 parent 285d676 commit 5de33ee
Show file tree
Hide file tree
Showing 5 changed files with 1,032 additions and 675 deletions.
8 changes: 4 additions & 4 deletions example/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"license": "MIT",
"devDependencies": {
"uno-ui":"workspace:*",
"vue-router": "4.1.5",
"unocss": "0.45.18",
"@unocss/reset": "0.45.18",
"@vitejs/plugin-vue": "3.1.0",
"vue-router": "4.1.6",
"unocss": "0.50.0",
"@unocss/reset": "0.50.0",
"@vitejs/plugin-vue": "3.2.0",
"@types/node": "17.0.45"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@7.11.0",
"packageManager": "pnpm@7.27.1",
"scripts": {
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public",
"typeCheck": "tsc --noEmit",
Expand All @@ -16,18 +16,18 @@
"example:preview": "npm -C example/vue run preview"
},
"dependencies": {
"@vue/compiler-sfc": "3.2.39",
"vite": "3.1.0",
"vue": "3.2.39",
"vue-tsc": "1.0.17"
"@vue/compiler-sfc": "3.2.47",
"vite": "3.2.5",
"vue": "3.2.47",
"vue-tsc": "1.1.7"
},
"devDependencies": {
"@elonehoo/eslint-config": "2.0.0",
"@uno-ui/button": "workspace:*",
"bumpp": "8.2.1",
"eslint": "8.23.0",
"pnpm": "7.11.0",
"typescript": "4.8.3",
"unocss": "0.45.18"
"eslint": "8.34.0",
"pnpm": "7.27.1",
"typescript": "4.9.5",
"unocss": "0.50.0"
}
}
8 changes: 4 additions & 4 deletions packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"author": "Elone Hoo <huchengyea@163.com>",
"license": "MIT",
"dependencies": {
"@iconify-json/carbon": "^1.1.3",
"@unocss/reset": "^0.45.0",
"unocss": "^0.45.0"
"@iconify-json/carbon": "^1.1.16",
"@unocss/reset": "^0.50.0",
"unocss": "^0.50.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "3.1.0"
"@vitejs/plugin-vue": "3.2.0"
}
}
8 changes: 4 additions & 4 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"author": "Elone Hoo <huchengyea@163.com>",
"license": "MIT",
"dependencies": {
"@iconify-json/carbon": "^1.1.3",
"@unocss/reset": "^0.45.0",
"unocss": "^0.45.0"
"@iconify-json/carbon": "^1.1.16",
"@unocss/reset": "^0.50.0",
"unocss": "^0.50.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "3.1.0"
"@vitejs/plugin-vue": "3.2.0"
}
}
Loading

0 comments on commit 5de33ee

Please sign in to comment.