Skip to content

Commit e837349

Browse files
fix(deps): update dependency @ionic/react-router to v8
1 parent cb3a37c commit e837349

File tree

2 files changed

+42
-7
lines changed

2 files changed

+42
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@ionic/pwa-elements": "3.1.1",
88
"@ionic/react": "6.3.6",
99
"@ionic/react-hooks": "0.0.8",
10-
"@ionic/react-router": "6.3.6",
10+
"@ionic/react-router": "8.4.3",
1111
"@testing-library/jest-dom": "5.16.5",
1212
"@testing-library/react": "13.4.0",
1313
"@testing-library/user-event": "14.4.3",

yarn.lock

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,6 +1273,15 @@
12731273
tar "^6.0.1"
12741274
tslib "^2.0.1"
12751275

1276+
1277+
version "8.4.3"
1278+
resolved "https://registry.yarnpkg.com/@ionic/core/-/core-8.4.3.tgz#109868f5b44b178a46489c1de56f16f300684b6e"
1279+
integrity sha512-U9HdZ32bre6OKA5akJVmQMxNB8Art3Nqdn3s7m2W83I5NhLg9Tehaf8ua8jxPZtxCa1nuN7tUbzHmMCkcdqDTw==
1280+
dependencies:
1281+
"@stencil/core" "4.20.0"
1282+
ionicons "^7.2.2"
1283+
tslib "^2.1.0"
1284+
12761285
"@ionic/core@^6.3.6":
12771286
version "6.3.6"
12781287
resolved "https://registry.yarnpkg.com/@ionic/core/-/core-6.3.6.tgz#736bfee7c0fe7940f37e7127d361b44f32975d86"
@@ -1292,15 +1301,15 @@
12921301
resolved "https://registry.yarnpkg.com/@ionic/react-hooks/-/react-hooks-0.0.8.tgz#3d036aaeffbb7b136ac411c896e907fb59bdbf92"
12931302
integrity sha512-0U9hoPByJxd4/Sdx/uad2sDYCgQmQdG0nt+UNEzkk6IF4TjNVAQPcFQ6nJIc2oiUAMjaxzoLKmG8ziamuyfZaQ==
12941303

1295-
"@ionic/react-router@6.3.6":
1296-
version "6.3.6"
1297-
resolved "https://registry.yarnpkg.com/@ionic/react-router/-/react-router-6.3.6.tgz#cf92ebb6384c27c3828dc9208de29b41f5ff43a0"
1298-
integrity sha512-IFi5h64pb/DDPuK32fmhgDZUJfORuyWlEuYOU34D5PhsxAxMdQ8UGadJSggpW+Qp0Zlr0kktTmXb85cahY7c1g==
1304+
"@ionic/react-router@8.4.3":
1305+
version "8.4.3"
1306+
resolved "https://registry.yarnpkg.com/@ionic/react-router/-/react-router-8.4.3.tgz#a0719d1f9e5ff6a938406c70f51e5df1a89d7a4c"
1307+
integrity sha512-eY73b99W/KTX9uNfnx9j7mfmSp3yHVfTFukvwvsNQKK6dIQpcpO3QtbVIzAA8Y4VgD6DIdG+bNh535vvYVTz4g==
12991308
dependencies:
1300-
"@ionic/react" "^6.3.6"
1309+
"@ionic/react" "8.4.3"
13011310
tslib "*"
13021311

1303-
"@ionic/[email protected]", "@ionic/react@^6.3.6":
1312+
13041313
version "6.3.6"
13051314
resolved "https://registry.yarnpkg.com/@ionic/react/-/react-6.3.6.tgz#978d9b3224cec1afb1d02be1fa8adec5f6124d3e"
13061315
integrity sha512-g5S5wHfVnNQ+2n+jlT7U1thn9g9Xj2JPaz+0EwD/qmyzlt8ikyzDAoaWCxla7hm2+5IvR1pIkENnKxRAH6FZzg==
@@ -1309,6 +1318,15 @@
13091318
ionicons "^6.0.2"
13101319
tslib "*"
13111320

1321+
1322+
version "8.4.3"
1323+
resolved "https://registry.yarnpkg.com/@ionic/react/-/react-8.4.3.tgz#c9505e6eb2bee2a3192c35804d59cfb1b58d8ad2"
1324+
integrity sha512-AqwmoRCjTDBIgmywE6VnOOacOry21ma6TWMS8Dg8ZGu41rT6edDSmX/lKvAAV+jg4TkjE/U5n//OxzHBY/0+Zg==
1325+
dependencies:
1326+
"@ionic/core" "8.4.3"
1327+
ionicons "^7.0.0"
1328+
tslib "*"
1329+
13121330
13131331
version "2.1.5"
13141332
resolved "https://registry.yarnpkg.com/@ionic/utils-array/-/utils-array-2.1.5.tgz#15e4119b01e3978d58324a06d816959c25e248b6"
@@ -1749,11 +1767,21 @@
17491767
dependencies:
17501768
"@sinonjs/commons" "^1.7.0"
17511769

1770+
"@stencil/[email protected]":
1771+
version "4.20.0"
1772+
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-4.20.0.tgz#221f2b36ab999891560449b02d6915862c435f49"
1773+
integrity sha512-WPrTHFngvN081RY+dJPneKQLwnOFD60OMCOQGmmSHfCW0f4ujPMzzhwWU1gcSwXPWXz5O+8cBiiCaxAbJU7kAg==
1774+
17521775
"@stencil/core@^2.18.0":
17531776
version "2.18.0"
17541777
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-2.18.0.tgz#2556b0f8d1fb6f2c06c3fb22de495d59ca7daf05"
17551778
integrity sha512-NLEY8Jq59smyiivBAxHKipsp9YkkW/K/Vm90zAyXQqukb12i2SFucWHJ1Ik7ropVlhmMVvigyxXgRfQ9quIqtg==
17561779

1780+
"@stencil/core@^4.0.3":
1781+
version "4.25.1"
1782+
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-4.25.1.tgz#95bb17bb3fb1503203f9ef46a3e3924b7559add3"
1783+
integrity sha512-SJhAAN6nHj7l2n2F7H6NoOUFhXC5tYXSvOpAaNFi5As6c2jOvaDOvAH+om4OKmw8U2kHI9yihEqpZrtY1J20dQ==
1784+
17571785
"@stencil/core@~2.16.0":
17581786
version "2.16.1"
17591787
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-2.16.1.tgz#f6752026af72a10356d5b1f27e2db6b1ee0c730f"
@@ -6418,6 +6446,13 @@ ionicons@^6.0.2:
64186446
dependencies:
64196447
"@stencil/core" "~2.16.0"
64206448

6449+
ionicons@^7.0.0, ionicons@^7.2.2:
6450+
version "7.4.0"
6451+
resolved "https://registry.yarnpkg.com/ionicons/-/ionicons-7.4.0.tgz#9c285aaa8089befbd6c5a89ae13292d364cd9ace"
6452+
integrity sha512-ZK94MMqgzMCPPMhmk8Ouu6goyVHFIlw/ACP6oe3FrikcI0N7CX0xcwVaEbUc0G/v3W0shI93vo+9ve/KpvcNhQ==
6453+
dependencies:
6454+
"@stencil/core" "^4.0.3"
6455+
64216456
ip-regex@^2.1.0:
64226457
version "2.1.0"
64236458
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"

0 commit comments

Comments
 (0)