Skip to content

Commit 6302db5

Browse files
committed
fix(deps): update dependency @ionic/react to v6.3.6
1 parent 984a7ab commit 6302db5

File tree

2 files changed

+27
-2
lines changed

2 files changed

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

yarn.lock

Lines changed: 26 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.6":
1286+
version "6.3.6"
1287+
resolved "https://registry.yarnpkg.com/@ionic/core/-/core-6.3.6.tgz#736bfee7c0fe7940f37e7127d361b44f32975d86"
1288+
integrity sha512-QbLp9XNRfFHUVpSEEcFJYEyxek6Vi82EDIdJj0JvUPqMFdzF93dfzRoEIOos52jWxTG4LwGHLHlWem/3stF5Rg==
1289+
dependencies:
1290+
"@stencil/core" "^2.18.0"
1291+
ionicons "^6.0.4"
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.4"
13011310
tslib "*"
13021311

1303-
"@ionic/[email protected]", "@ionic/react@^6.3.4":
1312+
1313+
version "6.3.6"
1314+
resolved "https://registry.yarnpkg.com/@ionic/react/-/react-6.3.6.tgz#978d9b3224cec1afb1d02be1fa8adec5f6124d3e"
1315+
integrity sha512-g5S5wHfVnNQ+2n+jlT7U1thn9g9Xj2JPaz+0EwD/qmyzlt8ikyzDAoaWCxla7hm2+5IvR1pIkENnKxRAH6FZzg==
1316+
dependencies:
1317+
"@ionic/core" "^6.3.6"
1318+
ionicons "^6.0.2"
1319+
tslib "*"
1320+
1321+
"@ionic/react@^6.3.4":
13041322
version "6.3.4"
13051323
resolved "https://registry.yarnpkg.com/@ionic/react/-/react-6.3.4.tgz#516dbae9a1078efbfc2a0ed60a74ca9e0599e108"
13061324
integrity sha512-0AHyFpzk2Q3BikzbfQryiAwkzW+Y+GaXfaxPvKm+vmFiwCDcIwsCS/JZGDxcmR7G5Ps1QrfNLq5IgvZb+XSjAA==
@@ -6418,6 +6436,13 @@ ionicons@^6.0.2:
64186436
dependencies:
64196437
"@stencil/core" "~2.16.0"
64206438

6439+
ionicons@^6.0.4:
6440+
version "6.0.4"
6441+
resolved "https://registry.yarnpkg.com/ionicons/-/ionicons-6.0.4.tgz#ab7aa439b7f17f29e0ef0a28568b4920c3167bfd"
6442+
integrity sha512-uDNOkBo0OVYV+kIhb51g9mb7r3Z0b+78GPZQBsjXuaetNmrB/mNTqN/uFtO+vxL/rQySKjzk8qeKJI5NWL9Ueg==
6443+
dependencies:
6444+
"@stencil/core" "^2.18.0"
6445+
64216446
ip-regex@^2.1.0:
64226447
version "2.1.0"
64236448
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"

0 commit comments

Comments
 (0)