@aws/create-nx-workspace 1.0.0-rc.5 → 1.0.0-rc.6

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 +1 -6
  2. package/package.json +1 -1
package/bin/index.cjs CHANGED
@@ -86,25 +86,20 @@ const NX_VERSION = {
86
86
  esbuild: "0.28.0",
87
87
  "event-source-polyfill": "1.0.31",
88
88
  "@types/event-source-polyfill": "1.0.5",
89
- "@typescript-eslint/eslint-plugin": "8.60.1",
90
- "@typescript-eslint/parser": "8.60.1",
89
+ "@biomejs/biome": "2.4.16",
91
90
  "@prisma/adapter-mariadb": "7.8.0",
92
91
  "@prisma/adapter-pg": "7.8.0",
93
92
  "@prisma/client": "7.8.0",
94
- "eslint-plugin-prettier": "5.5.6",
95
93
  express: "5.2.1",
96
94
  "fast-glob": "3.3.3",
97
95
  husky: "9.1.7",
98
96
  "fs-extra": "11.3.5",
99
97
  "@types/fs-extra": "11.0.4",
100
- "jsonc-eslint-parser": "3.1.0",
101
- "typescript-eslint": "8.60.1",
102
98
  "make-dir-cli": "4.0.0",
103
99
  mariadb: "3.5.2",
104
100
  ncp: "2.0.0",
105
101
  "npm-check-updates": "19.6.6",
106
102
  "oidc-client-ts": "3.5.0",
107
- prettier: "3.8.3",
108
103
  pg: "8.21.0",
109
104
  prisma: "7.8.0",
110
105
  "react-oidc-context": "3.3.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/create-nx-workspace",
3
- "version": "1.0.0-rc.5",
3
+ "version": "1.0.0-rc.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",