Skip to content

Commit e4c2cb3

Browse files
committed
chore: use pnpm v10
1 parent dc3d1b6 commit e4c2cb3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

netlify.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
command = "pnpm docs:build"
88
[build.environment]
99
NODE_VERSION = "18"
10+
# Useful until https://github.com/nodejs/corepack/issues/612 is fixed
11+
COREPACK_INTEGRITY_KEYS = "0"

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"vue-component-type-helpers": "^2.0.0"
2828
},
2929
"devDependencies": {
30+
"@eslint/js": "9.19.0",
3031
"@rollup/plugin-commonjs": "28.0.2",
3132
"@rollup/plugin-json": "6.1.0",
3233
"@rollup/plugin-node-resolve": "16.0.0",
@@ -115,7 +116,7 @@
115116
"url": "git+https://github.com/vuejs/test-utils.git"
116117
},
117118
"homepage": "https://github.com/vuejs/test-utils",
118-
"packageManager": "pnpm@9.15.4",
119+
"packageManager": "pnpm@10.2.0",
119120
"pnpm": {
120121
"peerDependencyRules": {
121122
"ignoreMissing": [
@@ -126,4 +127,4 @@
126127
]
127128
}
128129
}
129-
}
130+
}

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)