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 Feb 3, 2023
1 parent 667e2f3 commit 3e3e467
Show file tree
Hide file tree
Showing 3 changed files with 2,500 additions and 968 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
40 changes: 20 additions & 20 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"
"@vueuse/core": "^8.9.4",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"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",
"@types/underscore": "^1.11.4",
"@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.4",
"@vitejs/plugin-vue": "^2.3.4",
"@vue/test-utils": "^2.2.10",
"eslint": "^8.33.0",
"jsdom": "^19.0.0",
"pnpm": "^6.32.6",
"typescript": "^4.6.3",
"underscore": "^1.13.2",
"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"
"pnpm": "^6.35.1",
"typescript": "^4.9.5",
"underscore": "^1.13.6",
"unocss": "^0.49.4",
"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 3e3e467

Please sign in to comment.