Skip to content

Commit 094f916

Browse files
committed
fix: change version
1 parent 2d87db3 commit 094f916

File tree

7 files changed

+23450
-19382
lines changed

7 files changed

+23450
-19382
lines changed

package-lock.json

+23,436
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/runtime/browser-vm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
]
3232
},
3333
"devDependencies": {
34-
"@garfish/core": "^0.0.52"
34+
"@garfish/core": "^0.0.58"
3535
},
3636
"dependencies": {
37-
"@garfish/loader": "^0.0.52"
37+
"@garfish/loader": "^0.0.58"
3838
},
3939
"publishConfig": {
4040
"registry": "https://registry.npmjs.org",

packages/runtime/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
]
3333
},
3434
"dependencies": {
35-
"@garfish/hooks": "^0.0.52",
36-
"@garfish/loader": "^0.0.52",
37-
"@garfish/utils": "^0.0.52"
35+
"@garfish/hooks": "^0.0.58",
36+
"@garfish/loader": "^0.0.58",
37+
"@garfish/utils": "^0.0.58"
3838
},
3939
"publishConfig": {
4040
"registry": "https://registry.npmjs.org",

packages/runtime/garfish/package.json

+6-6
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.58",
44
"description": "garfish module.",
55
"keywords": [
66
"garfish",
@@ -35,11 +35,11 @@
3535
]
3636
},
3737
"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"
38+
"@garfish/browser-snapshot": "^0.0.24",
39+
"@garfish/browser-vm": "^0.0.24",
40+
"@garfish/core": "^0.0.24",
41+
"@garfish/router": "^0.0.24",
42+
"@garfish/utils": "^0.0.24"
4343
},
4444
"publishConfig": {
4545
"registry": "https://registry.npmjs.org",

packages/runtime/remote-module/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
]
3232
},
3333
"devDependencies": {
34-
"@garfish/core": "^0.0.52"
34+
"@garfish/core": "^0.0.58"
3535
},
3636
"dependencies": {
37-
"@garfish/loader": "^0.0.52"
37+
"@garfish/loader": "^0.0.58"
3838
},
3939
"publishConfig": {
4040
"registry": "https://registry.npmjs.org",

packages/runtime/router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@garfish/core": "^0.0.23"
3535
},
3636
"dependencies": {
37-
"@garfish/utils": "^0.0.52"
37+
"@garfish/utils": "^0.0.58"
3838
},
3939
"publishConfig": {
4040
"registry": "https://registry.npmjs.org",

yarn.lock

-19,368
This file was deleted.

0 commit comments

Comments
 (0)