Skip to content

Commit 36e74f9

Browse files
committed
chore(repo): upgrade storybook
1 parent 3c57692 commit 36e74f9

File tree

2 files changed

+841
-1496
lines changed

2 files changed

+841
-1496
lines changed

package.json

Lines changed: 161 additions & 161 deletions
Original file line numberDiff line numberDiff line change
@@ -1,163 +1,163 @@
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.1.4",
16-
"@angular-devkit/core": "20.1.4",
17-
"@angular-devkit/schematics": "20.1.4",
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.1.4",
22-
"@angular/cli": "~20.1.0",
23-
"@angular/compiler-cli": "20.1.4",
24-
"@angular/language-service": "20.1.4",
25-
"@chromatic-com/storybook": "^4.0.1",
26-
"@eslint/eslintrc": "^2.1.1",
27-
"@nx/angular": "21.3.11",
28-
"@nx/cypress": "21.3.11",
29-
"@nx/devkit": "21.3.11",
30-
"@nx/eslint": "21.3.11",
31-
"@nx/eslint-plugin": "21.3.11",
32-
"@nx/jest": "21.3.11",
33-
"@nx/js": "21.3.11",
34-
"@nx/plugin": "21.3.11",
35-
"@nx/storybook": "21.3.11",
36-
"@nx/vite": "21.3.11",
37-
"@nx/web": "21.3.11",
38-
"@nx/workspace": "21.3.11",
39-
"@phenomnomnominal/tsquery": "^6.1.3",
40-
"@rosskevin/gltfjsx": "^7.1.3",
41-
"@schematics/angular": "20.1.4",
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": "30.0.0",
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": "30.0.5",
66-
"jest-environment-jsdom": "30.0.5",
67-
"jest-environment-node": "^29.7.0",
68-
"jest-preset-angular": "15.0.0",
69-
"jiti": "2.4.2",
70-
"jsdom": "^24.1.1",
71-
"jsonc-eslint-parser": "^2.4.0",
72-
"ng-packagr": "20.1.0",
73-
"node-three-gltf": "^2.0.2",
74-
"nx": "21.3.11",
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-
"jest-util": "30.0.5"
96-
},
97-
"dependencies": {
98-
"@angular/animations": "20.1.4",
99-
"@angular/common": "20.1.4",
100-
"@angular/compiler": "20.1.4",
101-
"@angular/core": "20.1.4",
102-
"@angular/forms": "20.1.4",
103-
"@angular/platform-browser": "20.1.4",
104-
"@angular/platform-browser-dynamic": "20.1.4",
105-
"@angular/platform-server": "20.1.4",
106-
"@angular/router": "20.1.4",
107-
"@dimforge/rapier3d-compat": "^0.17.3",
108-
"@monogrid/gainmap-js": "^3.1.0",
109-
"@pmndrs/cannon-worker-api": "^2.4.0",
110-
"@pmndrs/vanilla": "^1.21.0",
111-
"@swc/helpers": "0.5.17",
112-
"@theatre/core": "^0.7.2",
113-
"@theatre/studio": "^0.7.2",
114-
"camera-controls": "^2.10.1",
115-
"cannon-es": "^0.20.0",
116-
"cannon-es-debugger": "^1.0.0",
117-
"front-matter": "^4.0.2",
118-
"gl-noise": "^1.6.1",
119-
"gsap": "^3.13.0",
120-
"hls.js": "^1.6.7",
121-
"maath": "^0.10.8",
122-
"meshline": "^3.3.1",
123-
"n8ao": "^1.10.1",
124-
"ngxtension": "^5.0.0",
125-
"rxjs": "~7.8.2",
126-
"stats-gl": "^3.6.0",
127-
"three-custom-shader-material": "~6.3.7",
128-
"three-mesh-bvh": "^0.9.1",
129-
"three-stdlib": "^2.36.0",
130-
"troika-three-text": "^0.52.4",
131-
"tslib": "^2.8.1",
132-
"zone.js": "0.15.1"
133-
},
134-
"web-types": [
135-
"node_modules/angular-three/web-types.json",
136-
"node_modules/angular-three-soba/web-types.json"
137-
],
138-
"config": {
139-
"commitizen": {
140-
"path": "node_modules/cz-git",
141-
"czConfig": "cz.config.js"
142-
}
143-
},
144-
"packageManager": "[email protected]",
145-
"nx": {
146-
"targets": {
147-
"generate-json": {
148-
"executor": "nx:run-commands",
149-
"options": {
150-
"commands": [
151-
"node ./tools/scripts/json/index.mjs"
152-
],
153-
"parallel": true
154-
}
155-
}
156-
}
157-
},
158-
"pnpm": {
159-
"patchedDependencies": {
160-
"@nx/angular": "patches/@nx__angular.patch"
161-
}
162-
}
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.1.4",
16+
"@angular-devkit/core": "20.1.4",
17+
"@angular-devkit/schematics": "20.1.4",
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.1.4",
22+
"@angular/cli": "~20.1.0",
23+
"@angular/compiler-cli": "20.1.4",
24+
"@angular/language-service": "20.1.4",
25+
"@chromatic-com/storybook": "^4.1.0",
26+
"@eslint/eslintrc": "^2.1.1",
27+
"@nx/angular": "21.3.11",
28+
"@nx/cypress": "21.3.11",
29+
"@nx/devkit": "21.3.11",
30+
"@nx/eslint": "21.3.11",
31+
"@nx/eslint-plugin": "21.3.11",
32+
"@nx/jest": "21.3.11",
33+
"@nx/js": "21.3.11",
34+
"@nx/plugin": "21.3.11",
35+
"@nx/storybook": "21.3.11",
36+
"@nx/vite": "21.3.11",
37+
"@nx/web": "21.3.11",
38+
"@nx/workspace": "21.3.11",
39+
"@phenomnomnominal/tsquery": "^6.1.3",
40+
"@rosskevin/gltfjsx": "^7.1.3",
41+
"@schematics/angular": "20.1.4",
42+
"@storybook/addon-docs": "^9.1.0",
43+
"@storybook/angular": "9.1.0",
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": "30.0.0",
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.1.0",
64+
"glslify-loader": "^2.0.0",
65+
"jest": "30.0.5",
66+
"jest-environment-jsdom": "30.0.5",
67+
"jest-environment-node": "^29.7.0",
68+
"jest-preset-angular": "15.0.0",
69+
"jiti": "2.4.2",
70+
"jsdom": "^24.1.1",
71+
"jsonc-eslint-parser": "^2.4.0",
72+
"ng-packagr": "20.1.0",
73+
"node-three-gltf": "^2.0.2",
74+
"nx": "21.3.11",
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.1.0",
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+
"jest-util": "30.0.5"
96+
},
97+
"dependencies": {
98+
"@angular/animations": "20.1.4",
99+
"@angular/common": "20.1.4",
100+
"@angular/compiler": "20.1.4",
101+
"@angular/core": "20.1.4",
102+
"@angular/forms": "20.1.4",
103+
"@angular/platform-browser": "20.1.4",
104+
"@angular/platform-browser-dynamic": "20.1.4",
105+
"@angular/platform-server": "20.1.4",
106+
"@angular/router": "20.1.4",
107+
"@dimforge/rapier3d-compat": "^0.17.3",
108+
"@monogrid/gainmap-js": "^3.1.0",
109+
"@pmndrs/cannon-worker-api": "^2.4.0",
110+
"@pmndrs/vanilla": "^1.21.0",
111+
"@swc/helpers": "0.5.17",
112+
"@theatre/core": "^0.7.2",
113+
"@theatre/studio": "^0.7.2",
114+
"camera-controls": "^2.10.1",
115+
"cannon-es": "^0.20.0",
116+
"cannon-es-debugger": "^1.0.0",
117+
"front-matter": "^4.0.2",
118+
"gl-noise": "^1.6.1",
119+
"gsap": "^3.13.0",
120+
"hls.js": "^1.6.7",
121+
"maath": "^0.10.8",
122+
"meshline": "^3.3.1",
123+
"n8ao": "^1.10.1",
124+
"ngxtension": "^5.0.0",
125+
"rxjs": "~7.8.2",
126+
"stats-gl": "^3.6.0",
127+
"three-custom-shader-material": "~6.3.7",
128+
"three-mesh-bvh": "^0.9.1",
129+
"three-stdlib": "^2.36.0",
130+
"troika-three-text": "^0.52.4",
131+
"tslib": "^2.8.1",
132+
"zone.js": "0.15.1"
133+
},
134+
"web-types": [
135+
"node_modules/angular-three/web-types.json",
136+
"node_modules/angular-three-soba/web-types.json"
137+
],
138+
"config": {
139+
"commitizen": {
140+
"path": "node_modules/cz-git",
141+
"czConfig": "cz.config.js"
142+
}
143+
},
144+
"packageManager": "[email protected]",
145+
"nx": {
146+
"targets": {
147+
"generate-json": {
148+
"executor": "nx:run-commands",
149+
"options": {
150+
"commands": [
151+
"node ./tools/scripts/json/index.mjs"
152+
],
153+
"parallel": true
154+
}
155+
}
156+
}
157+
},
158+
"pnpm": {
159+
"patchedDependencies": {
160+
"@nx/angular": "patches/@nx__angular.patch"
161+
}
162+
}
163163
}

0 commit comments

Comments
 (0)