Skip to content

Commit 6f81fe8

Browse files
committed
fix(deps): update dependency @ionic/react to v6.2.1
1 parent 450cc0e commit 6f81fe8

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@capacitor/core": "2.5.0",
77
"@ionic/pwa-elements": "3.1.1",
8-
"@ionic/react": "6.2.0",
8+
"@ionic/react": "6.2.1",
99
"@ionic/react-hooks": "0.0.8",
1010
"@ionic/react-router": "6.2.0",
1111
"@testing-library/jest-dom": "5.16.4",

yarn.lock

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,6 +1277,15 @@
12771277
ionicons "^6.0.2"
12781278
tslib "^2.1.0"
12791279

1280+
"@ionic/core@^6.2.1":
1281+
version "6.2.1"
1282+
resolved "https://registry.yarnpkg.com/@ionic/core/-/core-6.2.1.tgz#4c7d8b568783774d0c18794e5c853d6cd0919843"
1283+
integrity sha512-bWlE2ZMR7tMyqcBhncc21zZPMZfCEoyGQP2bdu/ft1uov0ozw/wfETygd07C+0DOkbU6x1OYncIvo+1bzK4alA==
1284+
dependencies:
1285+
"@stencil/core" "^2.16.0"
1286+
ionicons "^6.0.2"
1287+
tslib "^2.1.0"
1288+
12801289
"@ionic/pwa-elements@3.1.1":
12811290
version "3.1.1"
12821291
resolved "https://registry.yarnpkg.com/@ionic/pwa-elements/-/pwa-elements-3.1.1.tgz#ae1a97260886545b3285364974674576f2b090a7"
@@ -1295,7 +1304,16 @@
12951304
"@ionic/react" "^6.2.0"
12961305
tslib "*"
12971306

1298-
"@ionic/react@6.2.0", "@ionic/react@^6.2.0":
1307+
"@ionic/react@6.2.1":
1308+
version "6.2.1"
1309+
resolved "https://registry.yarnpkg.com/@ionic/react/-/react-6.2.1.tgz#ccefcc84f5d2536f1b1a9087c6859a287e2ab603"
1310+
integrity sha512-zHqoGeEm4QwzCijBvcYZQifrCvFXSRChh8ey5lsYUixxKwgl2j9y3kKLckLiipR/g+mbC5lVjno0UlIlBvsulQ==
1311+
dependencies:
1312+
"@ionic/core" "^6.2.1"
1313+
ionicons "^6.0.2"
1314+
tslib "*"
1315+
1316+
"@ionic/react@^6.2.0":
12991317
version "6.2.0"
13001318
resolved "https://registry.yarnpkg.com/@ionic/react/-/react-6.2.0.tgz#a48baf88d7390b8ebb38be106b852826223369dc"
13011319
integrity sha512-6RJrMpivslHszazxDV7Shmqbmgi7ki0RsqTklAXKKk40+Gglfx/fm+9H7PRJMGJ17ueGRFKN4ZWLahnzl6Y6ag==

0 commit comments

Comments
 (0)