Skip to content

Commit

Permalink
chore: update pnpm node
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 15, 2023
1 parent c0524e9 commit 2b86901
Show file tree
Hide file tree
Showing 6 changed files with 1,333 additions and 1,762 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7.1.7
version: 8.5.0
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'pnpm'
- name: 'BrowserStack Env Setup'
uses: 'browserstack/github-actions/setup-env@master'
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@vue/router-root",
"private": true,
"packageManager": "pnpm@7.26.0",
"packageManager": "pnpm@8.5.0",
"engines": {
"node": ">=16.5.0"
"node": ">=18.14.0"
},
"workspaces": [
"packages/*"
Expand Down Expand Up @@ -59,5 +59,8 @@
"react-dom"
]
}
},
"volta": {
"node": "18.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"docs:build": "vitepress build ."
},
"dependencies": {
"vitepress": "1.0.0-alpha.48",
"vitepress": "1.0.0-alpha.75",
"vue-router": "workspace:*"
}
}
8 changes: 4 additions & 4 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"preview": "vite preview --port 4173"
},
"dependencies": {
"vue": "^3.3.1"
"vue": "^3.3.2"
},
"devDependencies": {
"@types/node": "^18.14.0",
"@vitejs/plugin-vue": "^4.2.2",
"@vue/compiler-sfc": "^3.3.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.2",
"@vue/tsconfig": "^0.1.3",
"typescript": "~4.9.4",
"vite": "^4.3.5",
"vue-router": "workspace:*",
"vue-tsc": "^1.6.4"
"vue-tsc": "^1.6.5"
}
}
8 changes: 4 additions & 4 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
"@types/jest": "^29.4.0",
"@types/jsdom": "^20.0.1",
"@types/nightwatch": "^2.3.19",
"@vitejs/plugin-vue": "^4.2.2",
"@vue/compiler-sfc": "^3.3.1",
"@vue/server-renderer": "^3.3.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.2",
"@vue/server-renderer": "^3.3.2",
"@vue/test-utils": "^2.3.2",
"browserstack-local": "^1.5.2",
"chromedriver": "^113.0.0",
Expand All @@ -111,6 +111,6 @@
"sucrase": "^3.29.0",
"typescript": "~4.9.4",
"vite": "^4.3.5",
"vue": "^3.3.1"
"vue": "^3.3.2"
}
}
Loading

0 comments on commit 2b86901

Please sign in to comment.