Skip to content

Commit 91afe93

Browse files
committed
fix(deps): update all dependencies to v6.3.0
1 parent b3fbf13 commit 91afe93

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"dependencies": {
66
"@capacitor/core": "2.5.0",
77
"@ionic/pwa-elements": "3.1.1",
8-
"@ionic/react": "6.2.9",
8+
"@ionic/react": "6.3.0",
99
"@ionic/react-hooks": "0.0.8",
10-
"@ionic/react-router": "6.2.9",
10+
"@ionic/react-router": "6.3.0",
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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,10 +1273,10 @@
12731273
tar "^6.0.1"
12741274
tslib "^2.0.1"
12751275

1276-
"@ionic/core@^6.2.9":
1277-
version "6.2.9"
1278-
resolved "https://registry.yarnpkg.com/@ionic/core/-/core-6.2.9.tgz#55994ed3b9d7cfef7132407c8f56651a34e661b3"
1279-
integrity sha512-d2KBXYUKBND2AD8aMgash3O/t04IDc/DHHMshcOydfNJ5qqAxwJYzZR7hs96UknCcIlhHk1pb5C29epkv7gOcQ==
1276+
"@ionic/core@^6.3.0":
1277+
version "6.3.0"
1278+
resolved "https://registry.yarnpkg.com/@ionic/core/-/core-6.3.0.tgz#adabdeb1fecfa7f1426dbd82337468d0cb4901b0"
1279+
integrity sha512-6MR0hOdIM6sQyZyXez3/jWAnHScrZKaQxzGT2XiXXIpBrKztNdeAhqDLXoxbDU1PLyDnXXPWBzT6xZ698gG67g==
12801280
dependencies:
12811281
"@stencil/core" "^2.18.0"
12821282
ionicons "^6.0.3"
@@ -1292,20 +1292,20 @@
12921292
resolved "https://registry.yarnpkg.com/@ionic/react-hooks/-/react-hooks-0.0.8.tgz#3d036aaeffbb7b136ac411c896e907fb59bdbf92"
12931293
integrity sha512-0U9hoPByJxd4/Sdx/uad2sDYCgQmQdG0nt+UNEzkk6IF4TjNVAQPcFQ6nJIc2oiUAMjaxzoLKmG8ziamuyfZaQ==
12941294

1295-
"@ionic/react-router@6.2.9":
1296-
version "6.2.9"
1297-
resolved "https://registry.yarnpkg.com/@ionic/react-router/-/react-router-6.2.9.tgz#c2942b5e7925566d94c072033bb68a32b6d7345b"
1298-
integrity sha512-IrwnwnHhPWrwJZefBaW6myijEmNmgEtVdi/zI7nJPgwoH4O0MhxVM2yOsV3Q+v88ICEW29P+boX/paQ1bntvpA==
1295+
"@ionic/react-router@6.3.0":
1296+
version "6.3.0"
1297+
resolved "https://registry.yarnpkg.com/@ionic/react-router/-/react-router-6.3.0.tgz#1df29d7c331cd8839e888c5ce038577710cd0ac3"
1298+
integrity sha512-qbEnvTarIICGd09YnZedvYe1pgvL9xV1meHgUsxJ58Fgt095YoyKD0NP//9U2D1pwBaIWAfsmidRU/eadCuptw==
12991299
dependencies:
1300-
"@ionic/react" "^6.2.9"
1300+
"@ionic/react" "^6.3.0"
13011301
tslib "*"
13021302

1303-
"@ionic/react@6.2.9", "@ionic/react@^6.2.9":
1304-
version "6.2.9"
1305-
resolved "https://registry.yarnpkg.com/@ionic/react/-/react-6.2.9.tgz#44c8609231261c3c001cc90196082e47b4b0b87c"
1306-
integrity sha512-zQdzdfLvhJX9lnjAO5sAQfUqy2pqk5v5qpHKQLCzDv+JxwCkrnfIAd1maQDsnEmDaJHvMCBY+/yj5VdZOJrqCA==
1303+
"@ionic/react@6.3.0", "@ionic/react@^6.3.0":
1304+
version "6.3.0"
1305+
resolved "https://registry.yarnpkg.com/@ionic/react/-/react-6.3.0.tgz#ee0dc5e9cad76b1b09f2cf67f925cb8d8ba48e4a"
1306+
integrity sha512-h84M4HnhopKA7+vfnmB6zoOGJbun74LP1XtXluGi15Bi/buXCeBtHdgLunzLW50G/JMI6QvksyyQa/bhgRI+Eg==
13071307
dependencies:
1308-
"@ionic/core" "^6.2.9"
1308+
"@ionic/core" "^6.3.0"
13091309
ionicons "^6.0.2"
13101310
tslib "*"
13111311

0 commit comments

Comments
 (0)