Skip to content

Commit a3abcb5

Browse files
committed
chore(repo): upgrade nx
1 parent 4b96d58 commit a3abcb5

File tree

2 files changed

+318
-318
lines changed

2 files changed

+318
-318
lines changed

package.json

Lines changed: 160 additions & 160 deletions
Original file line numberDiff line numberDiff line change
@@ -1,162 +1,162 @@
11
{
2-
"name": "@platform/source",
3-
"version": "0.0.0",
4-
"license": "MIT",
5-
"scripts": {
6-
"**comments**": "these scripts are here for convenience to debugging",
7-
"generate-json": "node tools/scripts/json/index.mjs",
8-
"generate-soba": "node tools/scripts/generate-soba-json.mjs",
9-
"commit": "czg",
10-
"package_old": "nx run-many -t build --projects=core,cannon,postprocessing,soba,rapier,plugin-old && nx generate-json @platform/source",
11-
"package": "nx run-many -t build --projects=core,cannon,postprocessing,soba,rapier,plugin,tweakpane,theatre && nx generate-json @platform/source --skip-nx-cache"
12-
},
13-
"private": true,
14-
"devDependencies": {
15-
"@angular-devkit/build-angular": "20.0.2",
16-
"@angular-devkit/core": "20.0.2",
17-
"@angular-devkit/schematics": "20.0.2",
18-
"@angular-eslint/eslint-plugin": "20.0.0",
19-
"@angular-eslint/eslint-plugin-template": "20.0.0",
20-
"@angular-eslint/template-parser": "20.0.0",
21-
"@angular/build": "20.0.2",
22-
"@angular/cli": "~20.0.2",
23-
"@angular/compiler-cli": "20.0.3",
24-
"@angular/language-service": "20.0.3",
25-
"@chromatic-com/storybook": "^4.0.1",
26-
"@eslint/eslintrc": "^2.1.1",
27-
"@nx/angular": "21.2.2",
28-
"@nx/cypress": "21.2.2",
29-
"@nx/devkit": "21.2.2",
30-
"@nx/eslint": "21.2.2",
31-
"@nx/eslint-plugin": "21.2.2",
32-
"@nx/jest": "21.2.2",
33-
"@nx/js": "21.2.2",
34-
"@nx/plugin": "21.2.2",
35-
"@nx/storybook": "21.2.2",
36-
"@nx/vite": "21.2.2",
37-
"@nx/web": "21.2.2",
38-
"@nx/workspace": "21.2.2",
39-
"@phenomnomnominal/tsquery": "^6.1.3",
40-
"@rosskevin/gltfjsx": "^7.1.3",
41-
"@schematics/angular": "20.0.2",
42-
"@storybook/addon-docs": "^9.0.17",
43-
"@storybook/angular": "9.0.17",
44-
"@storybook/test-runner": "0.23.0",
45-
"@swc-node/register": "1.10.10",
46-
"@swc/cli": "0.7.8",
47-
"@swc/core": "1.12.7",
48-
"@tailwindcss/postcss": "^4.1.11",
49-
"@tweakpane/core": "^2.0.5",
50-
"@types/jest": "29.5.14",
51-
"@types/node": "20.14.12",
52-
"@types/three": "^0.178.1",
53-
"@typescript-eslint/utils": "8.34.0",
54-
"autoprefixer": "^10.4.21",
55-
"cypress": "14.4.1",
56-
"cz-git": "^1.12.0",
57-
"czg": "^1.12.0",
58-
"dotenv-cli": "^8.0.0",
59-
"enquirer": "^2.4.1",
60-
"eslint": "9.28.0",
61-
"eslint-config-prettier": "10.1.5",
62-
"eslint-plugin-cypress": "^2.13.4",
63-
"eslint-plugin-storybook": "9.0.17",
64-
"glslify-loader": "^2.0.0",
65-
"jest": "29.7.0",
66-
"jest-environment-jsdom": "29.7.0",
67-
"jest-environment-node": "^29.7.0",
68-
"jest-preset-angular": "14.6.0",
69-
"jiti": "2.4.2",
70-
"jsdom": "^24.1.1",
71-
"jsonc-eslint-parser": "^2.4.0",
72-
"ng-packagr": "20.0.0",
73-
"node-three-gltf": "^2.0.2",
74-
"nx": "21.2.2",
75-
"path-browserify": "^1.0.1",
76-
"postcss": "^8.5.6",
77-
"postcss-import": "~16.1.1",
78-
"postcss-preset-env": "~10.2.4",
79-
"postcss-url": "~10.1.3",
80-
"postprocessing": "^6.37.6",
81-
"prettier": "^3.6.2",
82-
"prettier-plugin-organize-imports": "^4.1.0",
83-
"storybook": "9.0.17",
84-
"storybook-addon-deep-controls": "^0.9.4",
85-
"tailwindcss": "^4.1.11",
86-
"three": "^0.178.0",
87-
"ts-jest": "^29.4.0",
88-
"ts-morph": "^26.0.0",
89-
"ts-node": "10.9.2",
90-
"tweakpane": "^4.0.5",
91-
"typescript": "5.8.3",
92-
"typescript-eslint": "^8.35.0",
93-
"vite": "6.3.5",
94-
"vitest-webgl-canvas-mock": "^1.1.0"
95-
},
96-
"dependencies": {
97-
"@angular/animations": "20.0.3",
98-
"@angular/common": "20.0.3",
99-
"@angular/compiler": "20.0.3",
100-
"@angular/core": "20.0.3",
101-
"@angular/forms": "20.0.3",
102-
"@angular/platform-browser": "20.0.3",
103-
"@angular/platform-browser-dynamic": "20.0.3",
104-
"@angular/platform-server": "20.0.3",
105-
"@angular/router": "20.0.3",
106-
"@dimforge/rapier3d-compat": "^0.17.3",
107-
"@monogrid/gainmap-js": "^3.1.0",
108-
"@pmndrs/cannon-worker-api": "^2.4.0",
109-
"@pmndrs/vanilla": "^1.21.0",
110-
"@swc/helpers": "0.5.17",
111-
"@theatre/core": "^0.7.2",
112-
"@theatre/studio": "^0.7.2",
113-
"camera-controls": "^2.10.1",
114-
"cannon-es": "^0.20.0",
115-
"cannon-es-debugger": "^1.0.0",
116-
"front-matter": "^4.0.2",
117-
"gl-noise": "^1.6.1",
118-
"gsap": "^3.13.0",
119-
"hls.js": "^1.6.7",
120-
"maath": "^0.10.8",
121-
"meshline": "^3.3.1",
122-
"n8ao": "^1.10.1",
123-
"ngxtension": "^5.0.0",
124-
"rxjs": "~7.8.2",
125-
"stats-gl": "^3.6.0",
126-
"three-custom-shader-material": "~6.3.7",
127-
"three-mesh-bvh": "^0.9.1",
128-
"three-stdlib": "^2.36.0",
129-
"troika-three-text": "^0.52.4",
130-
"tslib": "^2.8.1",
131-
"zone.js": "0.15.1"
132-
},
133-
"web-types": [
134-
"node_modules/angular-three/web-types.json",
135-
"node_modules/angular-three-soba/web-types.json"
136-
],
137-
"config": {
138-
"commitizen": {
139-
"path": "node_modules/cz-git",
140-
"czConfig": "cz.config.js"
141-
}
142-
},
143-
"packageManager": "[email protected]",
144-
"nx": {
145-
"targets": {
146-
"generate-json": {
147-
"executor": "nx:run-commands",
148-
"options": {
149-
"commands": [
150-
"node ./tools/scripts/json/index.mjs"
151-
],
152-
"parallel": true
153-
}
154-
}
155-
}
156-
},
157-
"pnpm": {
158-
"patchedDependencies": {
159-
"@nx/angular": "patches/@nx__angular.patch"
160-
}
161-
}
2+
"name": "@platform/source",
3+
"version": "0.0.0",
4+
"license": "MIT",
5+
"scripts": {
6+
"**comments**": "these scripts are here for convenience to debugging",
7+
"generate-json": "node tools/scripts/json/index.mjs",
8+
"generate-soba": "node tools/scripts/generate-soba-json.mjs",
9+
"commit": "czg",
10+
"package_old": "nx run-many -t build --projects=core,cannon,postprocessing,soba,rapier,plugin-old && nx generate-json @platform/source",
11+
"package": "nx run-many -t build --projects=core,cannon,postprocessing,soba,rapier,plugin,tweakpane,theatre && nx generate-json @platform/source --skip-nx-cache"
12+
},
13+
"private": true,
14+
"devDependencies": {
15+
"@angular-devkit/build-angular": "20.0.2",
16+
"@angular-devkit/core": "20.0.2",
17+
"@angular-devkit/schematics": "20.0.2",
18+
"@angular-eslint/eslint-plugin": "20.0.0",
19+
"@angular-eslint/eslint-plugin-template": "20.0.0",
20+
"@angular-eslint/template-parser": "20.0.0",
21+
"@angular/build": "20.0.2",
22+
"@angular/cli": "~20.0.2",
23+
"@angular/compiler-cli": "20.0.3",
24+
"@angular/language-service": "20.0.3",
25+
"@chromatic-com/storybook": "^4.0.1",
26+
"@eslint/eslintrc": "^2.1.1",
27+
"@nx/angular": "21.2.4",
28+
"@nx/cypress": "21.2.4",
29+
"@nx/devkit": "21.2.4",
30+
"@nx/eslint": "21.2.4",
31+
"@nx/eslint-plugin": "21.2.4",
32+
"@nx/jest": "21.2.4",
33+
"@nx/js": "21.2.4",
34+
"@nx/plugin": "21.2.4",
35+
"@nx/storybook": "21.2.4",
36+
"@nx/vite": "21.2.4",
37+
"@nx/web": "21.2.4",
38+
"@nx/workspace": "21.2.4",
39+
"@phenomnomnominal/tsquery": "^6.1.3",
40+
"@rosskevin/gltfjsx": "^7.1.3",
41+
"@schematics/angular": "20.0.2",
42+
"@storybook/addon-docs": "^9.0.17",
43+
"@storybook/angular": "9.0.17",
44+
"@storybook/test-runner": "0.23.0",
45+
"@swc-node/register": "1.10.10",
46+
"@swc/cli": "0.7.8",
47+
"@swc/core": "1.12.7",
48+
"@tailwindcss/postcss": "^4.1.11",
49+
"@tweakpane/core": "^2.0.5",
50+
"@types/jest": "29.5.14",
51+
"@types/node": "20.14.12",
52+
"@types/three": "^0.178.1",
53+
"@typescript-eslint/utils": "8.34.0",
54+
"autoprefixer": "^10.4.21",
55+
"cypress": "14.4.1",
56+
"cz-git": "^1.12.0",
57+
"czg": "^1.12.0",
58+
"dotenv-cli": "^8.0.0",
59+
"enquirer": "^2.4.1",
60+
"eslint": "9.28.0",
61+
"eslint-config-prettier": "10.1.5",
62+
"eslint-plugin-cypress": "^2.13.4",
63+
"eslint-plugin-storybook": "9.0.17",
64+
"glslify-loader": "^2.0.0",
65+
"jest": "29.7.0",
66+
"jest-environment-jsdom": "29.7.0",
67+
"jest-environment-node": "^29.7.0",
68+
"jest-preset-angular": "14.6.0",
69+
"jiti": "2.4.2",
70+
"jsdom": "^24.1.1",
71+
"jsonc-eslint-parser": "^2.4.0",
72+
"ng-packagr": "20.0.0",
73+
"node-three-gltf": "^2.0.2",
74+
"nx": "21.2.4",
75+
"path-browserify": "^1.0.1",
76+
"postcss": "^8.5.6",
77+
"postcss-import": "~16.1.1",
78+
"postcss-preset-env": "~10.2.4",
79+
"postcss-url": "~10.1.3",
80+
"postprocessing": "^6.37.6",
81+
"prettier": "^3.6.2",
82+
"prettier-plugin-organize-imports": "^4.1.0",
83+
"storybook": "9.0.17",
84+
"storybook-addon-deep-controls": "^0.9.4",
85+
"tailwindcss": "^4.1.11",
86+
"three": "^0.178.0",
87+
"ts-jest": "^29.4.0",
88+
"ts-morph": "^26.0.0",
89+
"ts-node": "10.9.2",
90+
"tweakpane": "^4.0.5",
91+
"typescript": "5.8.3",
92+
"typescript-eslint": "^8.35.0",
93+
"vite": "6.3.5",
94+
"vitest-webgl-canvas-mock": "^1.1.0"
95+
},
96+
"dependencies": {
97+
"@angular/animations": "20.0.3",
98+
"@angular/common": "20.0.3",
99+
"@angular/compiler": "20.0.3",
100+
"@angular/core": "20.0.3",
101+
"@angular/forms": "20.0.3",
102+
"@angular/platform-browser": "20.0.3",
103+
"@angular/platform-browser-dynamic": "20.0.3",
104+
"@angular/platform-server": "20.0.3",
105+
"@angular/router": "20.0.3",
106+
"@dimforge/rapier3d-compat": "^0.17.3",
107+
"@monogrid/gainmap-js": "^3.1.0",
108+
"@pmndrs/cannon-worker-api": "^2.4.0",
109+
"@pmndrs/vanilla": "^1.21.0",
110+
"@swc/helpers": "0.5.17",
111+
"@theatre/core": "^0.7.2",
112+
"@theatre/studio": "^0.7.2",
113+
"camera-controls": "^2.10.1",
114+
"cannon-es": "^0.20.0",
115+
"cannon-es-debugger": "^1.0.0",
116+
"front-matter": "^4.0.2",
117+
"gl-noise": "^1.6.1",
118+
"gsap": "^3.13.0",
119+
"hls.js": "^1.6.7",
120+
"maath": "^0.10.8",
121+
"meshline": "^3.3.1",
122+
"n8ao": "^1.10.1",
123+
"ngxtension": "^5.0.0",
124+
"rxjs": "~7.8.2",
125+
"stats-gl": "^3.6.0",
126+
"three-custom-shader-material": "~6.3.7",
127+
"three-mesh-bvh": "^0.9.1",
128+
"three-stdlib": "^2.36.0",
129+
"troika-three-text": "^0.52.4",
130+
"tslib": "^2.8.1",
131+
"zone.js": "0.15.1"
132+
},
133+
"web-types": [
134+
"node_modules/angular-three/web-types.json",
135+
"node_modules/angular-three-soba/web-types.json"
136+
],
137+
"config": {
138+
"commitizen": {
139+
"path": "node_modules/cz-git",
140+
"czConfig": "cz.config.js"
141+
}
142+
},
143+
"packageManager": "[email protected]",
144+
"nx": {
145+
"targets": {
146+
"generate-json": {
147+
"executor": "nx:run-commands",
148+
"options": {
149+
"commands": [
150+
"node ./tools/scripts/json/index.mjs"
151+
],
152+
"parallel": true
153+
}
154+
}
155+
}
156+
},
157+
"pnpm": {
158+
"patchedDependencies": {
159+
"@nx/angular": "patches/@nx__angular.patch"
160+
}
161+
}
162162
}

0 commit comments

Comments
 (0)