Skip to content

Commit fadd9cc

Browse files
committed
chore: update packageManager to pnpm@10.7.1 in package.json and mock-data.json
1 parent cafec95 commit fadd9cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "module",
33
"version": "0.2.0",
44
"private": true,
5-
"packageManager": "pnpm@9.15.5",
5+
"packageManager": "pnpm@10.7.1",
66
"scripts": {
77
"build": "nuxi build",
88
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",

test/mock-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "pnpm@9.11.0",
4+
"packageManager": "pnpm@10.7.1",
55
"scripts": {
66
"build": "nuxi build",
77
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",

0 commit comments

Comments
 (0)