Skip to content

Commit

Permalink
ranged peer deps (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
koliveira15 committed Nov 19, 2023
1 parent 3b9ea18 commit 0e32083
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"private": true,
"devDependencies": {
"@nx/devkit": "17.1.2",
"@nx/eslint": "17.1.2",
"@nx/eslint-plugin": "17.1.2",
"@nx/jest": "17.1.2",
"@nx/js": "17.1.2",
Expand All @@ -41,8 +42,7 @@
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"verdaccio": "^5.0.4",
"@nx/eslint": "17.1.2"
"verdaccio": "^5.0.4"
},
"dependencies": {
"@phenomnomnominal/tsquery": "5.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/nx-sonarqube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"generators": "./generators.json",
"executors": "./executors.json",
"peerDependencies": {
"@nx/devkit": "17.1.2",
"@nx/devkit": ">= 16 < 18",
"@phenomnomnominal/tsquery": "5.0.1",
"sonarqube-scanner": "3.1.0",
"nx": "17.1.2",
"tslib": "2.3.0"
"nx": ">= 16 < 18",
"tslib": ">= 2.3.0 < 3"
}
}

0 comments on commit 0e32083

Please sign in to comment.