Skip to content

Commit

Permalink
fix: lock npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw committed Aug 25, 2021
1 parent 85a6b60 commit 75025e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/runtime/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
]
},
"dependencies": {
"@garfish/hooks": "^0.0.54",
"@garfish/loader": "^0.0.54",
"@garfish/utils": "^0.0.54"
"@garfish/hooks": "0.0.54",
"@garfish/loader": "0.0.54",
"@garfish/utils": "0.0.54"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
10 changes: 5 additions & 5 deletions packages/runtime/garfish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
]
},
"dependencies": {
"@garfish/browser-snapshot": "^0.0.49",
"@garfish/browser-vm": "^0.0.49",
"@garfish/core": "^0.0.49",
"@garfish/router": "^0.0.49",
"@garfish/utils": "^0.0.49"
"@garfish/browser-snapshot": "0.0.54",
"@garfish/browser-vm": "0.0.54",
"@garfish/core": "0.0.54",
"@garfish/router": "0.0.54",
"@garfish/utils": "0.0.54"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down

0 comments on commit 75025e1

Please sign in to comment.