Skip to content

Commit 0fecf1c

Browse files
committed
fix(deps): update dependency @ionic/react to v6.3.3
1 parent 1b1b9f3 commit 0fecf1c

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

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.3.2",
8+
"@ionic/react": "6.3.3",
99
"@ionic/react-hooks": "0.0.8",
1010
"@ionic/react-router": "6.3.2",
1111
"@testing-library/jest-dom": "5.16.5",

yarn.lock

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,6 +1282,15 @@
12821282
ionicons "^6.0.3"
12831283
tslib "^2.1.0"
12841284

1285+
"@ionic/core@^6.3.3":
1286+
version "6.3.3"
1287+
resolved "https://registry.yarnpkg.com/@ionic/core/-/core-6.3.3.tgz#6edc59282963b2fe30274b86e0acfeec5e042c8d"
1288+
integrity sha512-I7eRsni/3blStScsQcITb4seuunNzS4mIK0GxHljeRRb8oQI9Xy/oP4rq9weo9lsuEVD0sHIqBIS7/Oo9iEymQ==
1289+
dependencies:
1290+
"@stencil/core" "^2.18.0"
1291+
ionicons "^6.0.3"
1292+
tslib "^2.1.0"
1293+
12851294
12861295
version "3.1.1"
12871296
resolved "https://registry.yarnpkg.com/@ionic/pwa-elements/-/pwa-elements-3.1.1.tgz#ae1a97260886545b3285364974674576f2b090a7"
@@ -1300,7 +1309,16 @@
13001309
"@ionic/react" "^6.3.2"
13011310
tslib "*"
13021311

1303-
"@ionic/[email protected]", "@ionic/react@^6.3.2":
1312+
1313+
version "6.3.3"
1314+
resolved "https://registry.yarnpkg.com/@ionic/react/-/react-6.3.3.tgz#fff08b636bb530d0fb84aad69ece80a9360a1b07"
1315+
integrity sha512-qWUFSwZKV1iXNPptPqahqLLrIV33+aueEGfC7UWchGq0P6re3UkUTyCNRPcXtdYiglbVD1A+goHYLnG1Wf6vLg==
1316+
dependencies:
1317+
"@ionic/core" "^6.3.3"
1318+
ionicons "^6.0.2"
1319+
tslib "*"
1320+
1321+
"@ionic/react@^6.3.2":
13041322
version "6.3.2"
13051323
resolved "https://registry.yarnpkg.com/@ionic/react/-/react-6.3.2.tgz#140815a7eb4f366dd0080b9472148626e7f83fb8"
13061324
integrity sha512-+YZkUlOvygnowTmtEACd+B1fhmets3sSazr5Ipnv/O/genGgcY5llpxI+LeqvrWt0ECAtiNdF3c35M1IcoAuxA==

0 commit comments

Comments
 (0)