Skip to content

Commit

Permalink
fix(deps): update nx packages to v20.1.3
Browse files Browse the repository at this point in the history
| datasource | package           | from   | to     |
| ---------- | ----------------- | ------ | ------ |
| npm        | @nx/devkit        | 20.1.1 | 20.1.3 |
| npm        | @nx/eslint        | 20.1.2 | 20.1.3 |
| npm        | @nx/eslint-plugin | 20.1.2 | 20.1.3 |
| npm        | @nx/jest          | 20.1.2 | 20.1.3 |
| npm        | @nx/js            | 20.1.2 | 20.1.3 |
| npm        | @nx/plugin        | 20.1.1 | 20.1.3 |
  • Loading branch information
renovate[bot] committed Nov 23, 2024
1 parent f360ab5 commit 5bd5cae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 @@ -18,12 +18,12 @@
"@ebizbase/nx-docker": "^1.4.3",
"@eslint/js": "^9.8.0",
"@jscutlery/semver": "^5.3.1",
"@nx/devkit": "20.1.1",
"@nx/eslint": "20.1.2",
"@nx/eslint-plugin": "20.1.2",
"@nx/jest": "20.1.2",
"@nx/js": "20.1.2",
"@nx/plugin": "20.1.1",
"@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",
"@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.0",
"dependencies": {
"tslib": "^2.3.0",
"@nx/devkit": "20.1.1",
"@nx/devkit": "20.1.3",
"@ebizbase/nx-devkit": "1.0.0"
},
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion tools/nx-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@swc/helpers": "~0.5.11",
"@ebizbase/nx-devkit": "1.0.0",
"@nx/devkit": "20.1.1",
"@nx/devkit": "20.1.3",
"semver": "^7.6.3"
},
"devDependencies": {},
Expand Down

0 comments on commit 5bd5cae

Please sign in to comment.