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 Sep 18, 2023
1 parent 584b71e commit 4d6b91e
Show file tree
Hide file tree
Showing 5 changed files with 449 additions and 326 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 18

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: latest

Expand All @@ -44,7 +44,7 @@ jobs:
node-version: 18

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: latest

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,24 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@antfu/eslint-config": "^0.39.8",
"@antfu/eslint-config": "^0.42.1",
"chokidar": "^3.5.3",
"comment-json": "^4.2.3",
"consola": "^3.2.3",
"fast-glob": "^3.3.1",
"unbuild": "^1.2.1",
"vite": "4.4.6"
"vite": "4.4.9"
},
"devDependencies": {
"@elonehoo/rimraf": "^0.0.1",
"@types/node": "20.4.4",
"@types/node": "20.6.2",
"@vitest/coverage-c8": "^0.33.0",
"bumpp": "9.1.1",
"c8": "^8.0.0",
"eslint": "8.45.0",
"bumpp": "9.2.0",
"c8": "^8.0.1",
"eslint": "8.49.0",
"local-pkg": "^0.4.3",
"pnpm": "8.6.9",
"typescript": "5.1.6",
"vitest": "0.33.0"
"pnpm": "8.7.6",
"typescript": "5.2.2",
"vitest": "0.34.4"
}
}
8 changes: 4 additions & 4 deletions playground/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-alias": "workspace:^",
"vue-tsc": "^1.8.6"
"vue-tsc": "^1.8.11"
}
}
10 changes: 5 additions & 5 deletions playground/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vite-plugin-inspect": "^0.7.33",
"vue-tsc": "^1.8.6"
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.38",
"vue-tsc": "^1.8.11"
}
}

0 comments on commit 4d6b91e

Please sign in to comment.