Skip to content

Commit

Permalink
build: 📦 update nx workspace to 19.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] authored and github-actions[bot] committed Jul 18, 2024
1 parent 8292aca commit ede5cdc
Show file tree
Hide file tree
Showing 5 changed files with 347 additions and 347 deletions.
30 changes: 15 additions & 15 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.4",
"create-nx-workspace": "19.5.0",
"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.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",
"@nx/devkit": "19.5.0",
"@nx/eslint": "19.5.0",
"@nx/eslint-plugin": "19.5.0",
"@nx/express": "19.5.0",
"@nx/jest": "19.5.0",
"@nx/js": "19.5.0",
"@nx/node": "19.5.0",
"@nx/plugin": "19.5.0",
"@nx/webpack": "19.5.0",
"@nx/workspace": "19.5.0",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
Expand All @@ -47,8 +47,8 @@
"@types/tar-fs": "^2.0.4",
"@types/tcp-port-used": "^1.0.4",
"@types/tmp": "^0.2.6",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"chalk": "^4.1.2",
"cz-git": "^1.8.0",
"czg": "^1.8.0",
Expand All @@ -66,7 +66,7 @@
"jsonc-eslint-parser": "^2.1.0",
"kill-port": "^2.0.1",
"lint-staged": "^15.2.0",
"nx": "19.4.4",
"nx": "19.5.0",
"prettier": "^3.1.1",
"process-exists": "^4.1.0",
"supertest": "^7.0.0",
Expand All @@ -75,7 +75,7 @@
"tree-kill": "^1.2.2",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"typescript": "5.5.3",
"verdaccio": "^5.0.4",
"yargs": "^17.7.2"
},
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.4",
"@nx/plugin": "19.5.0",
"chalk": "^4.1.2",
"dockerode": "^4.0.2",
"kill-port": "^2.0.1",
"nx": "19.4.4",
"nx": "19.5.0",
"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.4",
"create-nx-workspace": "19.5.0",
"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.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",
"@nx/devkit": "19.5.0",
"@nx/eslint": "19.5.0",
"@nx/express": "19.5.0",
"@nx/js": "19.5.0",
"@nx/webpack": "19.5.0",
"nx": "19.5.0",
"tiny-invariant": "^1.3.3",
"tslib": "^2.4.1"
},
Expand Down
Loading

0 comments on commit ede5cdc

Please sign in to comment.