|
1 | 1 | { |
2 | | - "name": "@stormstack/root", |
| 2 | + "name": "monorepo", |
3 | 3 | "namespace": "@stormstack", |
4 | 4 | "version": "0.0.0", |
5 | 5 | "private": true, |
|
38 | 38 | "url": "https://stormcloud.dev" |
39 | 39 | }, |
40 | 40 | "scripts": { |
41 | | - "nx": "nx", |
42 | | - "help": "nx help", |
43 | | - "prepare": "pnpm prepare:husky && npx patch-package -y", |
44 | | - "prepare:husky": "is-ci || husky install", |
45 | | - "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm", |
46 | | - "install:csb": "corepack enable && pnpm install --frozen-lockfile", |
47 | | - "local-registry": "nx local-registry @stormstack/root", |
48 | 41 | "add:contributors": "all-contributors add", |
49 | 42 | "add:decisions": "pnpm log4brains adr new", |
50 | 43 | "analyze": "cross-env ANALYZE=true npm run build", |
51 | 44 | "build": "pnpm nx run-many -t build --all --parallel 4", |
| 45 | + "build:relay": "relay-compiler ./dist/tools/devops/config/relay", |
52 | 46 | "build:storybook": "cross-env FORCE_COLOR=1 storybook build -s public", |
53 | 47 | "build:tools": "cross-env FORCE_COLOR=1 pnpm nx run tools-executors-typescript:build && pnpm nx run tools-executors-docs:build && pnpm nx run design-system-tokens:build:impact", |
54 | 48 | "build:tools-ci": "pnpm nx run tools-executors-typescript:build && pnpm nx run design-system-tokens:style-dictionary", |
55 | 49 | "build:web-deploy": "pnpm run build:tools-ci && pnpm nx run web-shell:build:production", |
56 | | - "build:relay": "relay-compiler ./dist/tools/devops/config/relay", |
57 | 50 | "clean": "rimraf dist", |
58 | 51 | "clean:apps": "rimraf dist/apps", |
59 | 52 | "clean:libs": "rimraf dist/libs", |
60 | 53 | "clean:tools": "rimraf dist/tools", |
61 | 54 | "commit": "git-cz", |
62 | 55 | "dep-graph": "nx dep-graph", |
| 56 | + "e2e": "nx e2e", |
63 | 57 | "format": "nx format:write && pnpm doctoc --github README.md", |
64 | 58 | "generate": "graphql-codegen --config graphql-codegen.ts", |
65 | 59 | "generate:contributors": "all-contributors generate", |
66 | 60 | "generate:graphql": "graphql-codegen --config graphql-codegen.ts", |
| 61 | + "help": "nx help", |
| 62 | + "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm", |
| 63 | + "install:csb": "corepack enable && pnpm install --frozen-lockfile", |
67 | 64 | "lint": "pnpm lint:language && lint:dependency-versions", |
68 | 65 | "lint:dependency-versions": "cross-env FORCE_COLOR=1 check-dependency-version-consistency . --fix", |
69 | 66 | "lint:language": "cross-env FORCE_COLOR=1 alex . !**/CODE_OF_CONDUCT.md --quiet", |
70 | 67 | "lint:spellcheck": "cross-env FORCE_COLOR=1 cspell lint \"**/*.{txt,js,jsx,ts,tsx,md,mdx}\" --cache --no-progress --relative --dot --gitignore --config=dist/tools/devops/config/cspell/config.js", |
| 68 | + "local-registry": "nx local-registry @stormstack/root", |
| 69 | + "nx": "nx", |
| 70 | + "nx-release": "nx generate @stormstack/tools-generators-typescript:monorepo-release --no-interactive", |
71 | 71 | "pre-commit": "lint-staged --concurrent false --config @stormstack/tools-devops-config/lint-staged", |
| 72 | + "prepare": "pnpm prepare:husky && npx patch-package -y", |
| 73 | + "prepare:husky": "is-ci || husky install", |
72 | 74 | "preview:decisions": "pnpm log4brains preview", |
73 | | - "watch:relay": "pnpm build:relay --watch", |
74 | 75 | "repo-check": "pnpm repo-check:manypkg && pnpm repo-check:circular-deps", |
75 | 76 | "repo-check:circular-deps": "pnpm exec dpdm ", |
76 | 77 | "repo-check:manypkg": "pnpm exec manypkg check", |
77 | 78 | "start": "nx serve", |
78 | 79 | "storybook": "cross-env FORCE_COLOR=1 storybook dev -p 6006", |
79 | 80 | "test": "nx test", |
80 | | - "e2e": "nx e2e", |
81 | 81 | "test:storybook": "cross-env FORCE_COLOR=1 test-storybook", |
82 | 82 | "typecheck": "pnpm run -r typecheck", |
83 | | - "nx-release": "nx generate @stormstack/tools-generators-typescript:monorepo-release --no-interactive" |
| 83 | + "watch:relay": "pnpm build:relay --watch" |
84 | 84 | }, |
85 | 85 | "husky": { |
86 | 86 | "hooks": { |
|
170 | 170 | "@manypkg/cli": "^0.21.0", |
171 | 171 | "@mdx-js/react": "1.6.22", |
172 | 172 | "@nx-plus/docusaurus": "^15.0.0-rc.0", |
173 | | - "@nx/cypress": "16.7.0", |
174 | | - "@nx/devkit": "16.7.0", |
175 | | - "@nx/esbuild": "16.7.0", |
176 | | - "@nx/eslint-plugin": "16.7.0", |
177 | | - "@nx/jest": "16.7.0", |
178 | | - "@nx/js": "16.7.0", |
179 | | - "@nx/linter": "16.7.0", |
180 | | - "@nx/next": "16.7.0", |
181 | | - "@nx/node": "16.7.0", |
182 | | - "@nx/plugin": "16.7.0", |
183 | | - "@nx/react": "16.7.0", |
184 | | - "@nx/rollup": "16.7.0", |
185 | | - "@nx/storybook": "16.7.0", |
186 | | - "@nx/web": "16.7.0", |
187 | | - "@nx/webpack": "16.7.0", |
188 | | - "@nx/workspace": "16.7.0", |
| 173 | + "@nx/cypress": "16.9.1", |
| 174 | + "@nx/devkit": "16.9.1", |
| 175 | + "@nx/esbuild": "16.9.1", |
| 176 | + "@nx/eslint-plugin": "16.9.1", |
| 177 | + "@nx/jest": "16.9.1", |
| 178 | + "@nx/js": "16.9.1", |
| 179 | + "@nx/linter": "16.9.1", |
| 180 | + "@nx/next": "16.9.1", |
| 181 | + "@nx/node": "16.9.1", |
| 182 | + "@nx/plugin": "16.9.1", |
| 183 | + "@nx/react": "16.9.1", |
| 184 | + "@nx/rollup": "16.9.1", |
| 185 | + "@nx/storybook": "16.9.1", |
| 186 | + "@nx/web": "16.9.1", |
| 187 | + "@nx/webpack": "16.9.1", |
| 188 | + "@nx/workspace": "16.9.1", |
189 | 189 | "@nxkit/style-dictionary": "^3.0.2", |
190 | 190 | "@opentelemetry/api": "^1.4.1", |
191 | 191 | "@opentelemetry/instrumentation": "^0.41.2", |
|
213 | 213 | "@swc-jotai/react-refresh": "^0.1.0", |
214 | 214 | "@swc-node/register": "^1.6.7", |
215 | 215 | "@swc/cli": "^0.1.62", |
216 | | - "@swc/core": "^1.3.83", |
217 | | - "@swc/helpers": "^0.5.2", |
| 216 | + "@swc/core": "1.3.90", |
| 217 | + "@swc/helpers": "0.5.2", |
218 | 218 | "@swc/jest": "^0.2.29", |
219 | 219 | "@tailwindcss/forms": "^0.5.3", |
220 | 220 | "@tailwindcss/line-clamp": "^0.4.4", |
|
243 | 243 | "cross-env": "^7.0.3", |
244 | 244 | "cspell": "^6.31.1", |
245 | 245 | "css-loader": "^6.4.0", |
246 | | - "cypress": "^12.16.0", |
| 246 | + "cypress": "^13.0.0", |
247 | 247 | "cz-conventional-changelog": "^3.3.0", |
248 | 248 | "doctoc": "^2.2.1", |
249 | 249 | "dpdm": "^3.13.1", |
250 | | - "esbuild": "^0.18.11", |
| 250 | + "esbuild": "0.19.2", |
251 | 251 | "eslint": "8.46.0", |
252 | 252 | "eslint-config-next": "^13.4.7", |
253 | 253 | "eslint-config-prettier": "8.8.0", |
|
272 | 272 | "log4brains": "^1.0.1", |
273 | 273 | "mustache": "^4.2.0", |
274 | 274 | "next-intl": "^2.13.1", |
275 | | - "nx": "16.7.0", |
276 | | - "nx-cloud": "16.3.0", |
| 275 | + "nx": "16.9.1", |
| 276 | + "nx-cloud": "16.4.0", |
277 | 277 | "patch-package": "^7.0.0", |
278 | 278 | "postcss": "^8.4.23", |
279 | 279 | "postcss-import": "^15.1.0", |
|
333 | 333 | }, |
334 | 334 | "pnpm": { |
335 | 335 | "patchedDependencies": { |
336 | | - "@nx/js@16.7.0": "patches/@nx__js@16.7.0.patch", |
337 | 336 | "@graphql-hive/client@0.24.1": "patches/@graphql-hive__client@0.24.1.patch", |
338 | 337 | "@graphql-hive/core@0.2.3": "patches/@graphql-hive__core@0.2.3.patch", |
339 | 338 | "@graphql-tools/graphql-file-loader@8.0.0": "patches/@graphql-tools__graphql-file-loader@8.0.0.patch", |
|
0 commit comments