Skip to content

Commit

Permalink
build: 📦 update nx workspace to 19.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] authored and hakalb committed Jul 17, 2024
1 parent 9e4b573 commit 8292aca
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 210 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
},
"dependencies": {
"@swc/helpers": "0.5.11",
"create-nx-workspace": "19.4.3",
"create-nx-workspace": "19.4.4",
"tslib": "^2.3.0"
},
"devDependencies": {
"@clack/prompts": "^0.7.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-angular": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@nx/devkit": "19.4.3",
"@nx/eslint": "19.4.3",
"@nx/eslint-plugin": "19.4.3",
"@nx/express": "19.4.3",
"@nx/jest": "19.4.3",
"@nx/js": "19.4.3",
"@nx/node": "19.4.3",
"@nx/plugin": "19.4.3",
"@nx/webpack": "19.4.3",
"@nx/workspace": "19.4.3",
"@nx/devkit": "19.4.4",
"@nx/eslint": "19.4.4",
"@nx/eslint-plugin": "19.4.4",
"@nx/express": "19.4.4",
"@nx/jest": "19.4.4",
"@nx/js": "19.4.4",
"@nx/node": "19.4.4",
"@nx/plugin": "19.4.4",
"@nx/webpack": "19.4.4",
"@nx/workspace": "19.4.4",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
Expand Down Expand Up @@ -66,7 +66,7 @@
"jsonc-eslint-parser": "^2.1.0",
"kill-port": "^2.0.1",
"lint-staged": "^15.2.0",
"nx": "19.4.3",
"nx": "19.4.4",
"prettier": "^3.1.1",
"process-exists": "^4.1.0",
"supertest": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.0.1",
"dependencies": {
"@clack/prompts": "^0.7.0",
"@nx/plugin": "19.4.3",
"@nx/plugin": "19.4.4",
"chalk": "^4.1.2",
"dockerode": "^4.0.2",
"kill-port": "^2.0.1",
"nx": "19.4.3",
"nx": "19.4.4",
"tar-fs": "2.0.1",
"tcp-port-used": "^1.0.2",
"tree-kill": "^1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-payload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"chalk": "^4.1.0",
"create-nx-workspace": "19.4.3",
"create-nx-workspace": "19.4.4",
"enquirer": "^2.4.1",
"tslib": "^2.4.1",
"yargs": "^17.7.2"
Expand Down
12 changes: 6 additions & 6 deletions packages/nx-payload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"access": "public"
},
"dependencies": {
"@nx/devkit": "19.4.3",
"@nx/eslint": "19.4.3",
"@nx/express": "19.4.3",
"@nx/js": "19.4.3",
"@nx/webpack": "19.4.3",
"nx": "19.4.3",
"@nx/devkit": "19.4.4",
"@nx/eslint": "19.4.4",
"@nx/express": "19.4.4",
"@nx/js": "19.4.4",
"@nx/webpack": "19.4.4",
"nx": "19.4.4",
"tiny-invariant": "^1.3.3",
"tslib": "^2.4.1"
},
Expand Down
Loading

0 comments on commit 8292aca

Please sign in to comment.