Skip to content

Commit 9dfe8f5

Browse files
codeware-actions[bot]codeware-actions[bot]
authored andcommitted
build(repo): update nx workspace to 22.0.3
1 parent 374f8fe commit 9dfe8f5

4 files changed

Lines changed: 332 additions & 571 deletions

File tree

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -92,23 +92,23 @@
9292
"@eslint/js": "^9.8.0",
9393
"@evilmartians/lefthook": "^1.8.0",
9494
"@homebridge/node-pty-prebuilt-multiarch": "^0.13.0",
95-
"@nx/cypress": "22.0.2",
96-
"@nx/devkit": "22.0.2",
97-
"@nx/esbuild": "22.0.2",
98-
"@nx/eslint": "22.0.2",
99-
"@nx/eslint-plugin": "22.0.2",
100-
"@nx/jest": "22.0.2",
101-
"@nx/js": "22.0.2",
102-
"@nx/next": "22.0.2",
103-
"@nx/node": "22.0.2",
104-
"@nx/playwright": "22.0.2",
105-
"@nx/plugin": "22.0.2",
106-
"@nx/react": "22.0.2",
107-
"@nx/remix": "22.0.2",
108-
"@nx/vite": "22.0.2",
109-
"@nx/web": "22.0.2",
110-
"@nx/webpack": "22.0.2",
111-
"@nx/workspace": "22.0.2",
95+
"@nx/cypress": "22.0.3",
96+
"@nx/devkit": "22.0.3",
97+
"@nx/esbuild": "22.0.3",
98+
"@nx/eslint": "22.0.3",
99+
"@nx/eslint-plugin": "22.0.3",
100+
"@nx/jest": "22.0.3",
101+
"@nx/js": "22.0.3",
102+
"@nx/next": "22.0.3",
103+
"@nx/node": "22.0.3",
104+
"@nx/playwright": "22.0.3",
105+
"@nx/plugin": "22.0.3",
106+
"@nx/react": "22.0.3",
107+
"@nx/remix": "22.0.3",
108+
"@nx/vite": "22.0.3",
109+
"@nx/web": "22.0.3",
110+
"@nx/webpack": "22.0.3",
111+
"@nx/workspace": "22.0.3",
112112
"@octokit/core": "6.1.6",
113113
"@octokit/graphql-schema": "^15.25.0",
114114
"@octokit/plugin-rest-endpoint-methods": "^13.2.6",
@@ -149,7 +149,7 @@
149149
"babel-jest": "30.0.5",
150150
"chalk": "^4.1.0",
151151
"concurrently": "^9.1.2",
152-
"create-nx-workspace": "22.0.2",
152+
"create-nx-workspace": "22.0.3",
153153
"cz-git": "^1.8.0",
154154
"czg": "^1.8.0",
155155
"docker-cli-js": "^2.10.0",
@@ -175,7 +175,7 @@
175175
"memfs": "^4.14.0",
176176
"nodemon": "^3.1.9",
177177
"npm-whoami": "^1.1.4",
178-
"nx": "22.0.2",
178+
"nx": "22.0.3",
179179
"nx-cloud": "19.1.0",
180180
"postcss": "~8.5.2",
181181
"prettier": "^3.0.0",

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
"@actions/github": "^6.0.0",
3535
"@clack/prompts": "^0.11.0",
3636
"@homebridge/node-pty-prebuilt-multiarch": "^0.13.0",
37-
"@nx/devkit": "^22.0.2",
38-
"@nx/plugin": "^22.0.2",
37+
"@nx/devkit": "^22.0.3",
38+
"@nx/plugin": "^22.0.3",
3939
"@octokit/request-error": "^5.0.1",
4040
"chalk": "^4.1.0",
4141
"docker-cli-js": "^2.10.0",
4242
"fast-glob": "^3.3.2",
4343
"http-status-codes": "^2.3.0",
4444
"kill-port": "^2.0.1",
4545
"npm-whoami": "^1.1.4",
46-
"nx": "^22.0.2",
46+
"nx": "^22.0.3",
4747
"simple-git": "^3.27.0",
4848
"tcp-port-used": "^1.0.2",
4949
"tiny-invariant": "^1.3.3",

packages/create-nx-payload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"chalk": "^4.1.0",
24-
"create-nx-workspace": "22.0.2",
24+
"create-nx-workspace": "22.0.3",
2525
"enquirer": "^2.4.1",
2626
"tslib": "^2.4.1",
2727
"yargs": "^17.7.2"

0 commit comments

Comments
 (0)