Skip to content

Commit

Permalink
Update Panoptes JavaScript Client to 4.1.0 (#3720)
Browse files Browse the repository at this point in the history
* Update Panoptes JavaScript Client to 4.1.0

* Update Yarn.lock
  • Loading branch information
shaunanoordin committed Sep 30, 2022
1 parent ec86ad4 commit ad1d18b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/app-content-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"newrelic": "^9.0.0",
"next": "~12.3.0",
"next-absolute-url": "~1.2.2",
"panoptes-client": "~4.0.0",
"panoptes-client": "~4.1.0",
"path-match": "~1.2.4",
"react": "~17.0.2",
"react-dom": "~17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"newrelic": "~9.1.0",
"next": "~12.3.0",
"next-i18next": "~12.0.0",
"panoptes-client": "~4.0.0",
"panoptes-client": "~4.1.0",
"path-match": "~1.2.4",
"polished": "~4.2.2",
"react": "~17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-classifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"mocha": "~10.0.0",
"mst-middlewares": "~5.1.0",
"nock": "~13.2.1",
"panoptes-client": "~4.0.0",
"panoptes-client": "~4.1.0",
"polished": "~4.2.2",
"process": "~0.11.10",
"query-string": "~7.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13368,10 +13368,10 @@ pako@~1.0.5:
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==

panoptes-client@~4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/panoptes-client/-/panoptes-client-4.0.0.tgz#3c6a31db3783d4694049222510679e9348ee9f79"
integrity sha512-hPdWcQGAQl8atDMcDTfV5IrwZz7I4uFxXNNmU4H7KnfBGm+LUGxCFshOuZjHe8OghDIiGXyirDrba2vP9N050g==
panoptes-client@~4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/panoptes-client/-/panoptes-client-4.1.0.tgz#7891d8866132d45a60ea561aa9945964d64758f7"
integrity sha512-Fg/CpqToxv45bVeiOQWBlmnBefp6KNzxbmVxhavVtfy2Pej/gPSZPtlTgeYNSkqOk8HgUFhBNgDyiQAm7I8wUg==
dependencies:
json-api-client "~6.0.0"
local-storage "^2.0.0"
Expand Down

0 comments on commit ad1d18b

Please sign in to comment.