Skip to content

Commit c7cbbd6

Browse files
chore(deps): update ionic to v8.5.0
1 parent 4160b52 commit c7cbbd6

File tree

6 files changed

+80
-55
lines changed

6 files changed

+80
-55
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@angular/platform-browser": "^19.0.0",
1616
"@angular/platform-browser-dynamic": "^19.0.0",
1717
"@angular/router": "^19.0.0",
18-
"@ionic/angular": "8.4.2",
19-
"@ionic/core": "8.4.2",
18+
"@ionic/angular": "8.5.0",
19+
"@ionic/core": "8.5.0",
2020
"ionicons": "7.4.0",
2121
"rxjs": "^7.8.1",
2222
"tslib": "^2.5.0",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@ionic/core": "8.4.2",
3+
"@ionic/core": "8.5.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.4.2",
7-
"@ionic/react-router": "8.4.2",
6+
"@ionic/react": "8.5.0",
7+
"@ionic/react-router": "8.5.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

+49-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.4.2",
12-
"@ionic/vue-router": "8.4.2",
11+
"@ionic/vue": "8.5.0",
12+
"@ionic/vue-router": "8.5.0",
1313
"vue": "^3.2.25",
1414
"vue-router": "4.5.0"
1515
},

0 commit comments

Comments
 (0)