Skip to content

Commit 8ffbdcd

Browse files
committed
build: upgrade pnpm version to 9.7.0
1 parent d5d942f commit 8ffbdcd

File tree

2 files changed

+2415
-1765
lines changed

2 files changed

+2415
-1765
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/DTStack/dt-react-monaco-editor"
13+
"url": "https://github.com/DTStack/dt-react-monaco-editor.git"
1414
},
1515
"main": "lib/index.js",
1616
"module": "lib/index.js",
@@ -51,5 +51,9 @@
5151
"monaco-editor": "^0.31.0",
5252
"react": ">=16.13.1"
5353
},
54-
"license": "MIT"
54+
"license": "MIT",
55+
"engines": {
56+
"node": ">=18"
57+
},
58+
"packageManager": "[email protected]"
5559
}

0 commit comments

Comments
 (0)