Skip to content
This repository has been archived by the owner on Jan 8, 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] committed Oct 31, 2022
1 parent f3ab644 commit 04b358e
Show file tree
Hide file tree
Showing 3 changed files with 623 additions and 688 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3

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

- name: Install node
uses: actions/setup-node@v3
Expand Down
38 changes: 19 additions & 19 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@elonhoo/resume",
"version": "0.0.1",
"packageManager": "pnpm@7.11.0",
"packageManager": "pnpm@7.14.1",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
Expand All @@ -11,28 +11,28 @@
"test": "vitest"
},
"dependencies": {
"@vueuse/core": "9.2.0",
"@vueuse/core": "9.4.0",
"axios": "0.27.2",
"vue": "3.2.39",
"vue-router": "4.1.5"
"vue": "3.2.41",
"vue-router": "4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "0.26.3",
"@iconify-json/carbon": "1.1.7",
"@antfu/eslint-config": "0.27.0",
"@iconify-json/carbon": "1.1.9",
"@types/node": "17.0.45",
"@unocss/reset": "0.45.18",
"@vitejs/plugin-vue": "3.1.0",
"@vue/test-utils": "2.0.2",
"eslint": "8.23.0",
"jsdom": "20.0.0",
"pnpm": "7.11.0",
"typescript": "4.8.3",
"unocss": "0.45.18",
"unplugin-auto-import": "0.11.2",
"unplugin-vue-components": "0.22.4",
"vite": "3.1.0",
"vite-plugin-pages": "0.26.0",
"vitest": "0.23.2",
"@unocss/reset": "0.46.1",
"@vitejs/plugin-vue": "3.2.0",
"@vue/test-utils": "2.2.1",
"eslint": "8.26.0",
"jsdom": "20.0.2",
"pnpm": "7.14.1",
"typescript": "4.8.4",
"unocss": "0.46.1",
"unplugin-auto-import": "0.11.4",
"unplugin-vue-components": "0.22.9",
"vite": "3.2.2",
"vite-plugin-pages": "0.27.1",
"vitest": "0.24.3",
"vue-tsc": "0.40.13"
},
"eslintConfig": {
Expand Down

0 comments on commit 04b358e

Please sign in to comment.