Skip to content

Commit

Permalink
chore(ionic): latest v8
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Apr 17, 2024
1 parent 14247cc commit ccbcbe7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion angular-standalone/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/platform-browser": "^17.0.2",
"@angular/platform-browser-dynamic": "^17.0.2",
"@angular/router": "^17.0.2",
"@ionic/angular": "^8.0.0-rc.1",
"@ionic/angular": "^8.0.0",
"ionicons": "^7.2.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion angular/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/platform-browser": "^17.0.2",
"@angular/platform-browser-dynamic": "^17.0.2",
"@angular/router": "^17.0.2",
"@ionic/angular": "^8.0.0-rc.1",
"@ionic/angular": "^8.0.0",
"ionicons": "^7.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand Down
4 changes: 2 additions & 2 deletions react-vite/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"lint": "eslint"
},
"dependencies": {
"@ionic/react": "^8.0.0-rc.1",
"@ionic/react-router": "^8.0.0-rc.1",
"@ionic/react": "^8.0.0",
"@ionic/react-router": "^8.0.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"ionicons": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions vue-vite/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"lint": "eslint ."
},
"dependencies": {
"@ionic/vue": "^8.0.0-rc.1",
"@ionic/vue-router": "^8.0.0-rc.1",
"@ionic/vue": "^8.0.0",
"@ionic/vue-router": "^8.0.0",
"ionicons": "^7.0.0",
"vue": "^3.3.0",
"vue-router": "^4.2.0"
Expand Down

0 comments on commit ccbcbe7

Please sign in to comment.