Skip to content

Commit 0f12e97

Browse files
committed
chore: upgrade deps
1 parent c28dcb1 commit 0f12e97

File tree

4 files changed

+1994
-2043
lines changed

4 files changed

+1994
-2043
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.1.3",
55
"private": true,
6-
"packageManager": "pnpm@9.15.2",
6+
"packageManager": "pnpm@10.13.1",
77
"description": "云空调,便携小空调",
88
"author": {
99
"url": "https://www.yunyoujun.cn",
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/YunYouJun/air-conditioner"
1717
},
1818
"scripts": {
19-
"build": "pnpm -r run build",
19+
"build": "pnpm -r --filter=./packages/* run build",
2020
"dev": "pnpm run react:dev",
2121
"react:dev": "pnpm -C packages/react run dev",
2222
"react:build": "pnpm -C packages/react run build",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.1.3",
55
"private": true,
6-
"packageManager": "pnpm@9.15.2",
6+
"packageManager": "pnpm@10.13.1",
77
"description": "云空调,便携小空调",
88
"author": {
99
"url": "https://www.yunyoujun.cn",

0 commit comments

Comments
 (0)