Skip to content

Commit

Permalink
Install normy in example
Browse files Browse the repository at this point in the history
  • Loading branch information
klis87 committed Mar 14, 2023
1 parent 4174d3d commit b35dae9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"dependencies": {
"@babel/polyfill": "7.12.1",
"@normy/react-query": "0.5.0",
"@tanstack/react-query": "4.22.0",
"react": "16.9.0",
"react-dom": "16.9.0"
Expand Down
32 changes: 32 additions & 0 deletions examples/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,13 @@
"@babel/plugin-transform-react-jsx-source" "^7.12.1"
"@babel/plugin-transform-react-pure-annotations" "^7.12.1"

"@babel/runtime@^7.20.13":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673"
integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==
dependencies:
regenerator-runtime "^0.13.11"

"@babel/runtime@^7.8.4":
version "7.12.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
Expand Down Expand Up @@ -908,6 +915,21 @@
lodash "^4.17.19"
to-fast-properties "^2.0.0"

"@normy/core@^0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@normy/core/-/core-0.4.0.tgz#711c7b24d373966367c127ab326f902e9e36647e"
integrity sha512-7i6p2TBRBGsxMX0T9ZdmC/1IsnZoldz3/hwD2mziaq0cVkdPA69X8Q/mbZLWrAqpGdtmTwxoK/ogTJvk3CeisA==
dependencies:
"@babel/runtime" "^7.20.13"
deepmerge "4.0.0"

"@normy/[email protected]":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@normy/react-query/-/react-query-0.5.0.tgz#f32c6cd305603c769f8c08c022e03c0d6dddb9c1"
integrity sha512-a6mYfiXAT4Isy8i/Re6wKfblPOw5kipRGPC3dB4ZcsnN7DG4psSD88lNfR0NiFk/55dGJbVR5oC+akpBtzPJqA==
dependencies:
"@normy/core" "^0.4.0"

"@tanstack/[email protected]":
version "4.22.0"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.22.0.tgz#7a786fcea64e229ed5d4308093dd644cdfaa895e"
Expand Down Expand Up @@ -1799,6 +1821,11 @@ deep-extend@~0.6.0:
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==

[email protected]:
version "4.0.0"
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.0.0.tgz#3e3110ca29205f120d7cb064960a39c3d2087c09"
integrity sha512-YZ1rOP5+kHor4hMAH+HRQnBQHg+wvS1un1hAOuIcxcBy0hzcUf6Jg2a1w65kpoOUnurOfZbERwjI1TfZxNjcww==

default-gateway@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-4.2.0.tgz#167104c7500c2115f6dd69b0a536bb8ed720552b"
Expand Down Expand Up @@ -3735,6 +3762,11 @@ regenerate@^1.4.0:
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==

regenerator-runtime@^0.13.11:
version "0.13.11"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==

regenerator-runtime@^0.13.4:
version "0.13.7"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
Expand Down

0 comments on commit b35dae9

Please sign in to comment.