Skip to content

Commit

Permalink
chore: use pnpm v10
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Feb 7, 2025
1 parent dc3d1b6 commit e4c2cb3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
command = "pnpm docs:build"
[build.environment]
NODE_VERSION = "18"
# Useful until https://github.com/nodejs/corepack/issues/612 is fixed
COREPACK_INTEGRITY_KEYS = "0"
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"vue-component-type-helpers": "^2.0.0"
},
"devDependencies": {
"@eslint/js": "9.19.0",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "16.0.0",
Expand Down Expand Up @@ -115,7 +116,7 @@
"url": "git+https://github.com/vuejs/test-utils.git"
},
"homepage": "https://github.com/vuejs/test-utils",
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@10.2.0",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
Expand All @@ -126,4 +127,4 @@
]
}
}
}
}
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4c2cb3

Please sign in to comment.