Skip to content

Commit

Permalink
chore: up pnpm (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Apr 4, 2023
1 parent fd1e87c commit 15ef119
Show file tree
Hide file tree
Showing 4 changed files with 1,919 additions and 2,000 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -36,7 +36,7 @@ jobs:

strategy:
matrix:
node: [14.x, 16.x]
node: [16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false

Expand Down
2 changes: 2 additions & 0 deletions examples/webpack/package.json
Expand Up @@ -10,10 +10,12 @@
"vue-router": "^4.1.6"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/tsconfig": "^0.1.3",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.15.1",
"unplugin-vue-router": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-router",
"version": "0.5.4",
"packageManager": "pnpm@7.30.5",
"packageManager": "pnpm@8.1.1",
"description": "File based typed routing for Vue Router",
"keywords": [
"vue-router",
Expand Down

0 comments on commit 15ef119

Please sign in to comment.