Skip to content

Commit 4acd9f4

Browse files
chore(deps): update ionic to v8.4.0 (#3878)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a40ae3 commit 4acd9f4

File tree

6 files changed

+55
-55
lines changed

6 files changed

+55
-55
lines changed

static/code/stackblitz/v8/angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"@ionic/angular": "8.3.4",
4-
"@ionic/core": "8.3.4",
3+
"@ionic/angular": "8.4.0",
4+
"@ionic/core": "8.4.0",
55
"@angular/platform-browser-dynamic": "18.2.9",
66
"ionicons": "7.4.0"
77
}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@ionic/core": "8.3.4",
3+
"@ionic/core": "8.4.0",
44
"ionicons": "7.4.0"
55
}
66
}

static/code/stackblitz/v8/react/package-lock.json

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/code/stackblitz/v8/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@ionic/react": "8.3.4",
7-
"@ionic/react-router": "8.3.4",
6+
"@ionic/react": "8.4.0",
7+
"@ionic/react-router": "8.4.0",
88
"@types/node": "^22.0.0",
99
"@types/react": "^18.0.9",
1010
"@types/react-dom": "^18.0.4",

static/code/stackblitz/v8/vue/package-lock.json

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/code/stackblitz/v8/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@ionic/vue": "8.3.4",
12-
"@ionic/vue-router": "8.3.4",
11+
"@ionic/vue": "8.4.0",
12+
"@ionic/vue-router": "8.4.0",
1313
"vue": "^3.2.25",
1414
"vue-router": "4.4.5"
1515
},

0 commit comments

Comments
 (0)