Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yujonglee committed Sep 29, 2024
1 parent 487c48f commit 8658d91
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
12 changes: 7 additions & 5 deletions core/assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@getcanary/web": "^1.0.0-rc.4",
"@getcanary/web": "^1.0.0-rc.6",
"best-effort-json-parser": "^1.1.2",
"chart.js": "^4.4.4",
"clipboard": "^2.0.11",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- `canary-ask-results`
- `container`
- `canary-content`
- `container`
- `canary-filter-tabs-glob`
Expand Down
2 changes: 1 addition & 1 deletion js/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vue": "^3.4.35"
},
"dependencies": {
"@getcanary/web": "^1.0.0-rc.5",
"@getcanary/web": "^1.0.0-rc.6",
"@vercel/analytics": "^1.3.1",
"chart.js": "^4.4.3",
"timeago.js": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getcanary/web",
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"license": "MIT",
"type": "module",
"main": "dist/components/canary-root.js",
Expand Down

0 comments on commit 8658d91

Please sign in to comment.