Skip to content

Commit

Permalink
fix(lint): Dependency rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jogelin committed May 10, 2024
1 parent 1a428a2 commit 1225361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/conventions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/jogelin/huge-nx"
},
"dependencies": {
"@nx/devkit": "18.2.2",
"@nx/devkit": "19.0.2",
"@huge-nx/devkit": "*",
"tslib": "^2.3.0",
"typescript": "5.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/devkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@swc/helpers": "~0.5.2",
"nx": "18.2.2"
"nx": "19.0.2"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down

0 comments on commit 1225361

Please sign in to comment.