@aws/create-nx-workspace 1.0.0-rc.95 → 1.0.0-rc.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/index.cjs +9 -8
  2. package/package.json +1 -1
package/bin/index.cjs CHANGED
@@ -33,14 +33,14 @@ const TS_VERSIONS = {
33
33
  "@middy/core": "7.9.2",
34
34
  "@nxlv/python": "23.0.0",
35
35
  "@nx-extend/terraform": "10.4.1",
36
- nx: "23.1.2",
37
- "@nx/devkit": "23.1.2",
38
- "@nx/js": "23.1.2",
39
- "@nx/react": "23.1.2",
40
- "@nx/vite": "23.1.2",
41
- "@nx/vitest": "23.1.2",
42
- "@nx/workspace": "23.1.2",
43
- "create-nx-workspace": "23.1.2",
36
+ nx: "23.2.0",
37
+ "@nx/devkit": "23.2.0",
38
+ "@nx/js": "23.2.0",
39
+ "@nx/react": "23.2.0",
40
+ "@nx/vite": "23.2.0",
41
+ "@nx/vitest": "23.2.0",
42
+ "@nx/workspace": "23.2.0",
43
+ "create-nx-workspace": "23.2.0",
44
44
  "@swc-node/register": "1.12.1",
45
45
  "@swc/core": "1.16.1",
46
46
  "@modelcontextprotocol/sdk": "1.30.0",
@@ -136,6 +136,7 @@ const TS_VERSIONS = {
136
136
  vite: "8.2.2",
137
137
  typescript: "6.0.3",
138
138
  vitest: "4.1.11",
139
+ jsdom: "27.4.0",
139
140
  zod: "4.5.4",
140
141
  ws: "8.21.3"
141
142
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/create-nx-workspace",
3
- "version": "1.0.0-rc.95",
3
+ "version": "1.0.0-rc.96",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",