Skip to content

Commit 2d664ae

Browse files
committed
fix: update libs to correct stable versions
1 parent 9806730 commit 2d664ae

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"dependencies": {
1515
"@apollo/client": "^3.2.5",
16-
"@axinom/mosaic-fe-samples-host": "0.8.3-rc.19",
17-
"@axinom/mosaic-user-auth": "0.6.3-rc.19",
16+
"@axinom/mosaic-fe-samples-host": "0.8.3",
17+
"@axinom/mosaic-user-auth": "0.6.3",
1818
"@paypal/paypal-js": "^5.1.4",
1919
"graphql": "^16.6.0",
2020
"graphql-tag": "^2.11.0",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ __metadata:
7171
languageName: node
7272
linkType: hard
7373

74-
"@axinom/mosaic-fe-samples-host@npm:0.8.3-rc.19":
75-
version: 0.8.3-rc.19
76-
resolution: "@axinom/mosaic-fe-samples-host@npm:0.8.3-rc.19"
74+
"@axinom/mosaic-fe-samples-host@npm:0.8.3":
75+
version: 0.8.3
76+
resolution: "@axinom/mosaic-fe-samples-host@npm:0.8.3"
7777
dependencies:
7878
"@geoffcox/react-splitter": ^2.1.1
7979
react-error-boundary: ^3.1.4
@@ -83,28 +83,28 @@ __metadata:
8383
react-router-dom: ">=5.2.0"
8484
semantic-ui-css: ">=2.4.1"
8585
semantic-ui-react: ">=2.0.3"
86-
checksum: d58db4ebc4173c77ac5f0d9fa71d109cf9c212ac354201c9a29b8b5a561928a0df60607b02c988354f84eb0f8e10f7b3d5f89a6ed1c11134ca2b6b05a4d3388e
86+
checksum: ed92a0b7d2e521a68e1cdc1b4ef12f6b6dc9cff2dc8e1b3501c48b3feba6c5826d71792147e7b72e8043cfb9e7fa57aa1bb2454cce7dfce2957dfb6cfebf9907
8787
languageName: node
8888
linkType: hard
8989

90-
"@axinom/mosaic-user-auth-utils@npm:^0.8.3-rc.19":
91-
version: 0.8.3-rc.19
92-
resolution: "@axinom/mosaic-user-auth-utils@npm:0.8.3-rc.19"
93-
checksum: 3081f69a12ecd3462b884b3ffddb0f7021e976e065918275e4b9958b8fedfea2962bb4341c85be6ae514abd0a9d03c8f1857f8e748ec9b353bf4eda56bfb71ef
90+
"@axinom/mosaic-user-auth-utils@npm:^0.8.3":
91+
version: 0.8.3
92+
resolution: "@axinom/mosaic-user-auth-utils@npm:0.8.3"
93+
checksum: 5a0bea99afd91b92e6451e0211663af2f913833a3f3fda5e17a11b5b07521895a5c9b5e5a1590073ee03505249d107fd5cd9299580e636c2123d689994820b6e
9494
languageName: node
9595
linkType: hard
9696

97-
"@axinom/mosaic-user-auth@npm:0.6.3-rc.19":
98-
version: 0.6.3-rc.19
99-
resolution: "@axinom/mosaic-user-auth@npm:0.6.3-rc.19"
97+
"@axinom/mosaic-user-auth@npm:0.6.3":
98+
version: 0.6.3
99+
resolution: "@axinom/mosaic-user-auth@npm:0.6.3"
100100
dependencies:
101-
"@axinom/mosaic-user-auth-utils": ^0.8.3-rc.19
101+
"@axinom/mosaic-user-auth-utils": ^0.8.3
102102
graphql-tag: ^2.11.0
103103
peerDependencies:
104104
react: ^17.0.2
105105
react-dom: ^17.0.2
106106
react-router-dom: ^5.1.2
107-
checksum: ec08aa98e20387b838d361e4d42cda4f41e3fcee6cfe391b4992242d04fa6b0b4bd7eb94aa4430bea9c1d1548637ddbd8c228ce638431d3624422ce06acf7501
107+
checksum: 1f152a4fb965428506c038027529928bb4b2646c6bb81f513536bba295296e250e085e16f003a8518032d7624e646d21993fd49eaaba64e74094bc2e887dd69a
108108
languageName: node
109109
linkType: hard
110110

@@ -9503,8 +9503,8 @@ __metadata:
95039503
resolution: "mosaic-frontend-samples@workspace:."
95049504
dependencies:
95059505
"@apollo/client": ^3.2.5
9506-
"@axinom/mosaic-fe-samples-host": 0.8.3-rc.19
9507-
"@axinom/mosaic-user-auth": 0.6.3-rc.19
9506+
"@axinom/mosaic-fe-samples-host": 0.8.3
9507+
"@axinom/mosaic-user-auth": 0.6.3
95089508
"@paypal/paypal-js": ^5.1.4
95099509
"@testing-library/jest-dom": ^5.16.5
95109510
"@testing-library/react": ^12.1.4

0 commit comments

Comments
 (0)