Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
use ^ for package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmojicatech committed Nov 17, 2023
1 parent 5bd8f52 commit a0a7de2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions packages/capacitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
"dependencies": {
"tslib": "^2.3.0",
"ignore": "^5.2.4",
"@nx/devkit": "17.1.2",
"nx": "17.1.1"
"@nx/devkit": "^17.1.2"
},
"peerDependencies": {
"@nx/web": "17.1.2"
}
}
}
8 changes: 4 additions & 4 deletions packages/ionic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"tslib": "^2.3.0",
"@nxext/capacitor": "^17.0.0",
"@phenomnomnominal/tsquery": "~5.0.1",
"@nx/devkit": "17.1.2",
"typescript": "5.2.2",
"@nx/js": "17.1.2"
"@nx/devkit": "^17.1.2",
"typescript": "^5.2.2",
"@nx/js": "^17.1.2"
},
"peerDependencies": {
"@nx/angular": "17.1.2",
"@nx/eslint": "17.1.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/ionic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"dependencies": {
"tslib": "^2.3.0",
"@nxext/capacitor": "^17.0.0",
"@nx/devkit": "17.1.2",
"typescript": "5.2.2"
"@nx/devkit": "^17.1.2",
"typescript": "^5.2.2"
},
"peerDependencies": {
"@nx/react": "17.1.2",
"@phenomnomnominal/tsquery": "~5.0.1",
"@nx/eslint": "17.1.2"
}
}
}

0 comments on commit a0a7de2

Please sign in to comment.