Skip to content

Commit

Permalink
update dependency ui, core version
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke201 committed May 26, 2021
1 parent e7cba10 commit 2477008
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/fall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"st": "^2.0.0"
},
"dependencies": {
"@mapray/mapray-js": "^0.8.5"
"@mapray/mapray-js": "^0.8.6"
}
}
4 changes: 2 additions & 2 deletions apps/next_esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"st": "^2.0.0"
},
"dependencies": {
"@mapray/mapray-js": "^0.8.5",
"@mapray/ui": "^0.8.5"
"@mapray/mapray-js": "^0.8.6",
"@mapray/ui": "^0.8.6"
}
}
4 changes: 2 additions & 2 deletions apps/next_umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"st": "^2.0.0"
},
"dependencies": {
"@mapray/mapray-js": "^0.8.5",
"@mapray/ui": "^0.8.5"
"@mapray/mapray-js": "^0.8.6",
"@mapray/ui": "^0.8.6"
}
}
2 changes: 1 addition & 1 deletion apps/turning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"st": "^2.0.0"
},
"dependencies": {
"@mapray/mapray-js": "^0.8.5"
"@mapray/mapray-js": "^0.8.6"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
},
"dependencies": {},
"peerDependencies": {
"@mapray/mapray-js": "^0.8.5"
"@mapray/mapray-js": "^0.8.6"
}
}

0 comments on commit 2477008

Please sign in to comment.