Skip to content

Commit

Permalink
fix(deps): update nx packages to v20.1.4
Browse files Browse the repository at this point in the history
| datasource | package           | from   | to     |
| ---------- | ----------------- | ------ | ------ |
| npm        | @nx/devkit        | 20.1.3 | 20.1.4 |
| npm        | @nx/eslint        | 20.1.3 | 20.1.4 |
| npm        | @nx/eslint-plugin | 20.1.3 | 20.1.4 |
| npm        | @nx/jest          | 20.1.3 | 20.1.4 |
| npm        | @nx/js            | 20.1.3 | 20.1.4 |
| npm        | @nx/plugin        | 20.1.3 | 20.1.4 |
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent e857e2e commit 9720a23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@commitlint/config-conventional": "^19.5.0",
"@devcontainers/cli": "^0.72.0",
"@eslint/js": "^9.8.0",
"@nx/devkit": "20.1.3",
"@nx/eslint": "20.1.3",
"@nx/eslint-plugin": "20.1.3",
"@nx/jest": "20.1.3",
"@nx/js": "20.1.3",
"@nx/plugin": "20.1.3",
"@nx/devkit": "20.1.4",
"@nx/eslint": "20.1.4",
"@nx/eslint-plugin": "20.1.4",
"@nx/jest": "20.1.4",
"@nx/js": "20.1.4",
"@nx/plugin": "20.1.4",
"@octokit/rest": "^21.0.2",
"@swc-node/register": "^1.10.9",
"@swc/cli": "~0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-dive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.1",
"dependencies": {
"tslib": "^2.3.0",
"@nx/devkit": "20.1.3",
"@nx/devkit": "20.1.4",
"@ebizbase/nx-devkit": "1.0.0"
},
"type": "commonjs",
Expand Down

0 comments on commit 9720a23

Please sign in to comment.