Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
chore(ionic-react): update @nxtend/capacitor to 12.0.0 (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinshoemaker authored Nov 19, 2021
1 parent 0b79396 commit 8c64491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ionic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"peerDependencies": {
"@nrwl/linter": "^12.0.0",
"@nrwl/react": "^12.0.0",
"@nxtend/capacitor": "^12.0.0-beta.1"
"@nxtend/capacitor": "^12.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/ionic-react/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const nxVersion = '^12.0.0';
export const nxtendCapacitorVersion = '^12.0.0-beta.1';
export const nxtendCapacitorVersion = '^12.0.0';
export const ionicReactVersion = '^5.8.3';
export const ionicReactRouterVersion = '^5.8.3';
export const ioniconsVersion = '^5.5.3';

0 comments on commit 8c64491

Please sign in to comment.