Skip to content

Commit

Permalink
chore: update dev-build
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Feb 15, 2024
1 parent 0cbfbab commit b123367
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": "7.6.2-dev.11704998705.1e1f9850",
"@ionic/angular": "7.7.2-dev.11707932366.16baf005",
"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": "7.6.2-dev.11704998705.1e1f9850",
"@ionic/angular": "7.7.2-dev.11707932366.16baf005",
"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": "7.6.2-dev.11704998705.1e1f9850",
"@ionic/react-router": "7.6.2-dev.11704998705.1e1f9850",
"@ionic/react": "7.7.2-dev.11707932366.16baf005",
"@ionic/react-router": "7.7.2-dev.11707932366.16baf005",
"@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": "7.6.2-dev.11704998705.1e1f9850",
"@ionic/vue-router": "^7.0.0",
"@ionic/vue": "7.7.2-dev.11707932366.16baf005",
"@ionic/vue-router": "7.7.2-dev.11707932366.16baf005",
"ionicons": "^7.0.0",
"vue": "^3.3.0",
"vue-router": "^4.2.0"
Expand Down

0 comments on commit b123367

Please sign in to comment.