Skip to content

Commit d4a7841

Browse files
authored
Merge pull request #73 from ahmnouira/renovate/ionic-react-router-6.x
fix(deps): update dependency @ionic/react-router to v6.1.1
2 parents ccdd0f7 + 9b120ec commit d4a7841

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@ionic/react": "6.0.5",
7-
"@ionic/react-router": "6.0.12",
7+
"@ionic/react-router": "6.1.1",
88
"@testing-library/jest-dom": "5.16.4",
99
"@testing-library/react": "11.2.7",
1010
"@testing-library/user-event": "12.8.3",

example/yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,15 +1133,6 @@
11331133
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
11341134
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
11351135

1136-
"@ionic/core@^6.0.12":
1137-
version "6.0.12"
1138-
resolved "https://registry.yarnpkg.com/@ionic/core/-/core-6.0.12.tgz#7840d132bef212d61b53e7c87c13b08d78c1bc98"
1139-
integrity sha512-WpcVzSXBuvdHUZuNg1NTdnF4Ur7AGNCpgc4t4lyjPcEr0j//E855gd6GtUD7imNFERdtrvVC86JTpj5t0L+OMg==
1140-
dependencies:
1141-
"@stencil/core" "^2.14.1"
1142-
ionicons "^6.0.0"
1143-
tslib "^2.1.0"
1144-
11451136
"@ionic/core@^6.0.5":
11461137
version "6.0.5"
11471138
resolved "https://registry.yarnpkg.com/@ionic/core/-/core-6.0.5.tgz#6573a852d0d2cb914e4b04b4b9d170552cb2f7db"
@@ -1151,12 +1142,21 @@
11511142
ionicons "^6.0.0"
11521143
tslib "^2.1.0"
11531144

1154-
1155-
version "6.0.12"
1156-
resolved "https://registry.yarnpkg.com/@ionic/react-router/-/react-router-6.0.12.tgz#52080f08f72b58974f30659b59db4e61a7d121a6"
1157-
integrity sha512-LR1rTEreC9rLzxEGibfBND/hRtnuFOBozKtw/E5AzKyJ3Ord/pGG5n1w8UVlEbmqjXFpjWswTE7VuKsP/uVynw==
1145+
"@ionic/core@^6.1.1":
1146+
version "6.1.1"
1147+
resolved "https://registry.yarnpkg.com/@ionic/core/-/core-6.1.1.tgz#e22e24309d5284eb4bb48fe59233556b3bb99522"
1148+
integrity sha512-R5eCTmCIE0ZuHWApJPIJsTNug2yykr5UCYbODRnuHlpuJXXIuTGNlQB2lAT3ds4yziC0dqSi1FXS8gIPDSFBBA==
11581149
dependencies:
1159-
"@ionic/react" "^6.0.12"
1150+
"@stencil/core" "^2.14.2"
1151+
ionicons "^6.0.0"
1152+
tslib "^2.1.0"
1153+
1154+
1155+
version "6.1.1"
1156+
resolved "https://registry.yarnpkg.com/@ionic/react-router/-/react-router-6.1.1.tgz#f4f47dc4c088b89fb70c9c09a1221ed8f7552537"
1157+
integrity sha512-mbs7BWNjnID5NAxAVQoOtFfaT6UWQ0LA37HbLvKu7QH1yuwcyxSzq5laVwzck+i3S/Wdq8iNbOufvQ2dbO/VsQ==
1158+
dependencies:
1159+
"@ionic/react" "^6.1.1"
11601160
tslib "*"
11611161

11621162
@@ -1168,12 +1168,12 @@
11681168
ionicons "^6.0.0"
11691169
tslib "*"
11701170

1171-
"@ionic/react@^6.0.12":
1172-
version "6.0.12"
1173-
resolved "https://registry.yarnpkg.com/@ionic/react/-/react-6.0.12.tgz#0b0a5dba725dc85293fc0d6efa1ab86a1dc3e953"
1174-
integrity sha512-u/9Y0iu5+0jxNoyoCLgJHk/Vkh8OQ/LSulTKf7EB3qWglyYrHlXd0j58dJjxM3pK8UO9PS6FAfeizatqqMxq1g==
1171+
"@ionic/react@^6.1.1":
1172+
version "6.1.1"
1173+
resolved "https://registry.yarnpkg.com/@ionic/react/-/react-6.1.1.tgz#2c871bcf957d05cb4e47eeece0384ba3d9c4cdf0"
1174+
integrity sha512-rgjT0RoL70Z5SMyGrkeppCxtT8N2e/DZ3whJPNDuQiLFlTcPQDYfB3EkpsLl+sX9NZBbeMMv+zAhumfaHKD+dg==
11751175
dependencies:
1176-
"@ionic/core" "^6.0.12"
1176+
"@ionic/core" "^6.1.1"
11771177
ionicons "^6.0.0"
11781178
tslib "*"
11791179

@@ -1478,10 +1478,10 @@
14781478
dependencies:
14791479
"@sinonjs/commons" "^1.7.0"
14801480

1481-
"@stencil/core@^2.14.1":
1482-
version "2.14.2"
1483-
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-2.14.2.tgz#c221d18bbfd9b637d755d43631598695c7526ff2"
1484-
integrity sha512-NMC5Xi8sPFJxaO4rz6CbMHuD6PteE/RJWtjrbkusmpjKRtMXkfZJPIgOrleZ4xO+vXcNyL535Ru7vUADqEsTiQ==
1481+
"@stencil/core@^2.14.2":
1482+
version "2.15.0"
1483+
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-2.15.0.tgz#cc49f090a24906b28c926e2f6dc49e75c4adaedf"
1484+
integrity sha512-58+FPFpJCJScd5nmqVsZN+qk7aui57wFcMHWzySr1SQzoY8Efst9OPG7XRf27UsNj1DNeEdYWTtdrTfJyn3mZg==
14851485

14861486
"@stencil/core@~2.12.0":
14871487
version "2.12.1"

0 commit comments

Comments
 (0)