Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
bump synchro-charts/core version from v5 to v6 (awslabs#199)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Juranek <[email protected]>
  • Loading branch information
2 people authored and square-li committed Aug 29, 2022
1 parent d2a7dbf commit 703915e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@iot-app-kit/source-iotsitewise": "^2.0.0",
"@iot-app-kit/table": "^2.0.0",
"@stencil/core": "^2.7.0",
"@synchro-charts/core": "^5.0.0",
"@synchro-charts/core": "^6.0.0",
"styled-components": "^5.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@aws-sdk/client-iotsitewise": "^3.87.0",
"@aws-sdk/credential-providers": "^3.39.0",
"@rollup/plugin-typescript": "^8.3.0",
"@synchro-charts/core": "^5.0.0",
"@synchro-charts/core": "^6.0.0",
"d3-array": "^2.3.2",
"flush-promises": "^1.0.2",
"intervals-fn": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/source-iotsitewise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@aws-sdk/client-iotsitewise": "^3.87.0",
"@iot-app-kit/core": "^2.0.0",
"@rollup/plugin-typescript": "^8.3.0",
"@synchro-charts/core": "^5.0.0",
"@synchro-charts/core": "^6.0.0",
"dataloader": "^2.1.0",
"flush-promises": "^1.0.2",
"rxjs": "^7.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6681,10 +6681,10 @@
resolve-from "^5.0.0"
store2 "^2.12.0"

"@synchro-charts/core@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@synchro-charts/core/-/core-5.0.0.tgz#354cae51fbf8de1994de06de135670c70e713a58"
integrity sha512-zJ7vALPFw9tHCccDWUWFcpR3As7QY380CNGFUgS5ZOn49W1F++VySsGL64XsJYGjoU4/rk5/hAA+BXhsn54dtA==
"@synchro-charts/core@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@synchro-charts/core/-/core-6.0.0.tgz#7e3247079d7c3f7eba03e72d2cb70bb9baa3d36c"
integrity sha512-cOuJUBJEWPuJmNpHmRZlJne3R0hNnWhjmedO/9vS2fU0ud1NxvGH4DeEfGrSu7cJrA9p60eLTC98ApdN+3meiQ==
dependencies:
"@stencil/redux" "^0.1.1"
"@types/d3" "^5.16.4"
Expand Down

0 comments on commit 703915e

Please sign in to comment.