Skip to content

Commit 5ff6d17

Browse files
committed
fix(deps): update dependency @ionic/react to v6.2.4
1 parent 126c422 commit 5ff6d17

2 files changed

Lines changed: 25 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.2",
8+
"@ionic/react": "6.2.4",
99
"@ionic/react-hooks": "0.0.8",
1010
"@ionic/react-router": "6.2.2",
1111
"@testing-library/jest-dom": "5.16.5",

yarn.lock

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

1285+
"@ionic/core@^6.2.4":
1286+
version "6.2.4"
1287+
resolved "https://registry.yarnpkg.com/@ionic/core/-/core-6.2.4.tgz#5aab98dec4fb1875ab779005da96419732a2e436"
1288+
integrity sha512-LDRIwG5plwTHELxQ/j3uEfLJ7YkzJzR1V4QGE+X59aE/l7XoXZyLb1NWFjY7glBbFHGQgSuPFWNhXFkyRBxRFQ==
1289+
dependencies:
1290+
"@stencil/core" "^2.17.4"
1291+
ionicons "^6.0.2"
1292+
tslib "^2.1.0"
1293+
12851294
"@ionic/pwa-elements@3.1.1":
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.2.2"
13011310
tslib "*"
13021311

1303-
"@ionic/react@6.2.2", "@ionic/react@^6.2.2":
1312+
"@ionic/react@6.2.4":
1313+
version "6.2.4"
1314+
resolved "https://registry.yarnpkg.com/@ionic/react/-/react-6.2.4.tgz#bb5a4bc9eb7878432c20e88cae72fbadc4e56cd2"
1315+
integrity sha512-1TnuIg3NZWXg1Ei9kXx0xemowTNqjZtNFsBaUpsbqpEYM4Z+a89nMYnCc8W0t2Sw3gfu03AzQMwAlaOoIJOSXg==
1316+
dependencies:
1317+
"@ionic/core" "^6.2.4"
1318+
ionicons "^6.0.2"
1319+
tslib "*"
1320+
1321+
"@ionic/react@^6.2.2":
13041322
version "6.2.2"
13051323
resolved "https://registry.yarnpkg.com/@ionic/react/-/react-6.2.2.tgz#1d3c99b122f949bb89706a4bddd42156c346c4e2"
13061324
integrity sha512-CRuDJbNDn9bbDba37/5v9aZ2gd450XGklGqXmsxEfadh1iq7iWmqcgw14S0ZDAXQt0aE/J+TeKhTyjyutjsAww==
@@ -1735,6 +1753,11 @@
17351753
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-2.17.1.tgz#c0fd74d2991c2ea9d7e382017726bfd01009a05c"
17361754
integrity sha512-ErjQsNALgZQ9SYeBHhqwL1UO+Zbptwl3kwrRJC2tGlc3G/T6UvPuaKr+PGsqI+CZGia+0+R5EELQvFu74mYeIg==
17371755

1756+
"@stencil/core@^2.17.4":
1757+
version "2.17.4"
1758+
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-2.17.4.tgz#e25d61656dbbaeb41b879f2b2a785e62c60fab9b"
1759+
integrity sha512-SGRlHpjV1RyFvzw6jFMVKpLNox9Eds3VvpbpD2SW9CuxdLonHDSFtQks5zmT4zs1Rse9I6kFc2mFK/dHNTalkg==
1760+
17381761
"@stencil/core@~2.16.0":
17391762
version "2.16.1"
17401763
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-2.16.1.tgz#f6752026af72a10356d5b1f27e2db6b1ee0c730f"

0 commit comments

Comments
 (0)