Skip to content

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] committed Jan 29, 2023
1 parent d123f0c commit 127aae0
Show file tree
Hide file tree
Showing 3 changed files with 2,499 additions and 1,019 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.1
uses: pnpm/action-setup@v2.2.4

- name: Install node
uses: actions/setup-node@v3
Expand Down
42 changes: 21 additions & 21 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "vitetem-mini",
"version": "0.0.1",
"packageManager": "pnpm@6.32.6",
"packageManager": "pnpm@6.35.1",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
Expand All @@ -11,30 +11,30 @@
"test": "vitest"
},
"dependencies": {
"@vueuse/core": "^8.2.5",
"vue": "^3.2.32",
"vue-router": "^4.0.14",
"vuex": "^4.0.2"
"@vueuse/core": "^8.9.4",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.20.2",
"@iconify-json/carbon": "^1.1.3",
"@antfu/eslint-config": "^0.35.1",
"@iconify-json/carbon": "^1.1.14",
"@types/node": "^17.0.23",
"@unocss/reset": "^0.31.2",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/test-utils": "^2.0.0-rc.20",
"eslint": "^8.13.0",
"@unocss/reset": "^0.49.1",
"@vitejs/plugin-vue": "^2.3.4",
"@vue/test-utils": "^2.2.8",
"eslint": "^8.33.0",
"jsdom": "^19.0.0",
"less": "^4.1.2",
"pnpm": "^6.32.6",
"typescript": "^4.6.3",
"unocss": "^0.31.2",
"unplugin-auto-import": "^0.7.0",
"unplugin-vue-components": "^0.19.2",
"vite": "^2.9.1",
"vite-plugin-pages": "^0.22.0",
"vitest": "^0.9.3",
"vue-tsc": "^0.34.6"
"less": "^4.1.3",
"pnpm": "^6.35.1",
"typescript": "^4.9.4",
"unocss": "^0.49.1",
"unplugin-auto-import": "^0.13.0",
"unplugin-vue-components": "^0.23.0",
"vite": "^2.9.15",
"vite-plugin-pages": "^0.28.0",
"vitest": "^0.28.3",
"vue-tsc": "^0.40.13"
},
"eslintConfig": {
"extends": "@antfu"
Expand Down

0 comments on commit 127aae0

Please sign in to comment.