Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @nx/devkit from 19.4.2 to 19.7.3 #5641

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@jsdevtools/npm-publish": "3.0.1",
"@nx/devkit": "19.4.2",
"@nx/devkit": "19.7.3",
"@nx/eslint": "19.4.2",
"@nx/eslint-plugin": "19.4.2",
"@nx/js": "19.4.2",
Expand Down
30 changes: 29 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2797,6 +2797,15 @@ __metadata:
languageName: node
linkType: hard

"@nrwl/devkit@npm:19.7.3":
version: 19.7.3
resolution: "@nrwl/devkit@npm:19.7.3"
dependencies:
"@nx/devkit": "npm:19.7.3"
checksum: 10/18332a1025ac22268d1c165999e3ebcb8577acd96c05b17dab988dbfe06881e13d17ddea5c41901c98b818de4a6c7a469002ac6aa1ccae20bcb86650fdbfe2e0
languageName: node
linkType: hard

"@nrwl/eslint-plugin-nx@npm:19.4.2":
version: 19.4.2
resolution: "@nrwl/eslint-plugin-nx@npm:19.4.2"
Expand Down Expand Up @@ -2921,6 +2930,25 @@ __metadata:
languageName: node
linkType: hard

"@nx/devkit@npm:19.7.3":
version: 19.7.3
resolution: "@nx/devkit@npm:19.7.3"
dependencies:
"@nrwl/devkit": "npm:19.7.3"
ejs: "npm:^3.1.7"
enquirer: "npm:~2.3.6"
ignore: "npm:^5.0.4"
minimatch: "npm:9.0.3"
semver: "npm:^7.5.3"
tmp: "npm:~0.2.1"
tslib: "npm:^2.3.0"
yargs-parser: "npm:21.1.1"
peerDependencies:
nx: ">= 17 <= 20"
checksum: 10/678e7dcd2fb5eede00a4c15736581be6006a5363f1847376c8fea97838de2d9025ca3fe39748f2f2a6bac435f92133010d0291076fdef4c1206e253ccd1c24f6
languageName: node
linkType: hard

"@nx/eslint-plugin@npm:19.4.2":
version: 19.4.2
resolution: "@nx/eslint-plugin@npm:19.4.2"
Expand Down Expand Up @@ -9462,7 +9490,7 @@ __metadata:
"@commitlint/cli": "npm:18.6.0"
"@commitlint/config-conventional": "npm:18.6.0"
"@jsdevtools/npm-publish": "npm:3.0.1"
"@nx/devkit": "npm:19.4.2"
"@nx/devkit": "npm:19.7.3"
"@nx/eslint": "npm:19.4.2"
"@nx/eslint-plugin": "npm:19.4.2"
"@nx/js": "npm:19.4.2"
Expand Down
Loading