Skip to content

Commit 2d87db3

Browse files
committed
fix: fix garfish dependencies
1 parent c3a8acd commit 2d87db3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/runtime/garfish/package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "garfish",
3-
"version": "0.0.52",
3+
"version": "^0.0.52",
44
"description": "garfish module.",
55
"keywords": [
66
"garfish",
@@ -34,6 +34,13 @@
3434
"umd"
3535
]
3636
},
37+
"dependencies": {
38+
"@garfish/browser-snapshot": "^0.0.52",
39+
"@garfish/browser-vm": "^0.0.52",
40+
"@garfish/core": "^0.0.52",
41+
"@garfish/router": "^0.0.52",
42+
"@garfish/utils": "^0.0.52"
43+
},
3744
"publishConfig": {
3845
"registry": "https://registry.npmjs.org",
3946
"access": "public"

0 commit comments

Comments
 (0)