Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6648c0

Browse files
committed
chore(repo): bump storybook
1 parent 1dd7235 commit e6648c0

File tree

2 files changed

+509
-551
lines changed

2 files changed

+509
-551
lines changed

package.json

Lines changed: 172 additions & 172 deletions
Original file line numberDiff line numberDiff line change
@@ -1,174 +1,174 @@
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": "19.2.12",
16-
"@angular-devkit/core": "19.2.12",
17-
"@angular-devkit/schematics": "19.2.12",
18-
"@angular-eslint/eslint-plugin": "19.2.1",
19-
"@angular-eslint/eslint-plugin-template": "19.2.1",
20-
"@angular-eslint/template-parser": "19.2.1",
21-
"@angular/build": "19.2.12",
22-
"@angular/cli": "~19.2.12",
23-
"@angular/compiler-cli": "19.2.11",
24-
"@angular/language-service": "19.2.11",
25-
"@chromatic-com/storybook": "^3.2.6",
26-
"@eslint/eslintrc": "^2.1.1",
27-
"@nx/angular": "21.0.3",
28-
"@nx/cypress": "21.0.3",
29-
"@nx/devkit": "21.0.3",
30-
"@nx/eslint": "21.0.3",
31-
"@nx/eslint-plugin": "21.0.3",
32-
"@nx/jest": "21.0.3",
33-
"@nx/js": "21.0.3",
34-
"@nx/plugin": "21.0.3",
35-
"@nx/storybook": "21.0.3",
36-
"@nx/vite": "21.0.3",
37-
"@nx/web": "21.0.3",
38-
"@nx/workspace": "21.0.3",
39-
"@phenomnomnominal/tsquery": "^6.1.3",
40-
"@rosskevin/gltfjsx": "^7.1.3",
41-
"@schematics/angular": "19.2.12",
42-
"@storybook/addon-essentials": "^8.6.12",
43-
"@storybook/addon-interactions": "^8.6.12",
44-
"@storybook/angular": "^8.6.12",
45-
"@storybook/core-server": "^8.6.12",
46-
"@storybook/manager-api": "^8.6.12",
47-
"@storybook/test": "^8.6.12",
48-
"@storybook/test-runner": "0.22.0",
49-
"@storybook/theming": "^8.6.12",
50-
"@swc-node/register": "1.10.10",
51-
"@swc/cli": "0.7.3",
52-
"@swc/core": "1.11.22",
53-
"@tweakpane/core": "^2.0.5",
54-
"@types/jest": "29.5.14",
55-
"@types/node": "20.14.12",
56-
"@types/three": "^0.175.0",
57-
"@typescript-eslint/utils": "8.26.1",
58-
"@vitest/coverage-v8": "^1.0.4",
59-
"@vitest/ui": "^1.3.1",
60-
"autoprefixer": "^10.4.21",
61-
"cypress": "14.3.2",
62-
"cz-git": "^1.11.1",
63-
"czg": "^1.11.1",
64-
"dotenv-cli": "^7.4.4",
65-
"enquirer": "^2.4.1",
66-
"eslint": "9.22.0",
67-
"eslint-config-prettier": "10.1.2",
68-
"eslint-plugin-cypress": "^2.13.4",
69-
"glsl-noise": "^0.0.0",
70-
"glslify-loader": "^2.0.0",
71-
"jest": "29.7.0",
72-
"jest-environment-jsdom": "29.7.0",
73-
"jest-environment-node": "^29.7.0",
74-
"jest-preset-angular": "14.5.4",
75-
"jiti": "2.4.2",
76-
"jsdom": "^24.1.1",
77-
"jsonc-eslint-parser": "^2.4.0",
78-
"ng-packagr": "19.2.2",
79-
"node-three-gltf": "^2.0.1",
80-
"nx": "21.0.3",
81-
"postcss": "^8.5.3",
82-
"postcss-import": "~16.1.0",
83-
"postcss-preset-env": "~9.6.0",
84-
"postcss-url": "~10.1.3",
85-
"postprocessing": "^6.37.2",
86-
"prettier": "^3.5.3",
87-
"prettier-plugin-organize-imports": "^4.1.0",
88-
"raw-loader": "^4.0.2",
89-
"storybook": "^8.6.12",
90-
"storybook-addon-deep-controls": "^0.9.2",
91-
"tailwindcss": "^3.4.17",
92-
"three": "^0.175.0",
93-
"ts-jest": "^29.2.6",
94-
"ts-morph": "^25.0.1",
95-
"ts-node": "10.9.2",
96-
"tweakpane": "^4.0.5",
97-
"typescript": "5.7.3",
98-
"typescript-eslint": "^8.24.1",
99-
"vite": "6.2.4",
100-
"vitest": "1.6.0",
101-
"vitest-webgl-canvas-mock": "^1.1.0"
102-
},
103-
"dependencies": {
104-
"@angular/animations": "19.2.11",
105-
"@angular/common": "19.2.11",
106-
"@angular/compiler": "19.2.11",
107-
"@angular/core": "19.2.11",
108-
"@angular/forms": "19.2.11",
109-
"@angular/platform-browser": "19.2.11",
110-
"@angular/platform-browser-dynamic": "19.2.11",
111-
"@angular/platform-server": "19.2.11",
112-
"@angular/router": "19.2.11",
113-
"@dimforge/rapier3d-compat": "^0.16.0",
114-
"@monogrid/gainmap-js": "^3.1.0",
115-
"@pmndrs/cannon-worker-api": "^2.4.0",
116-
"@pmndrs/vanilla": "^1.20.4",
117-
"@swc/helpers": "0.5.17",
118-
"@theatre/core": "^0.7.2",
119-
"@theatre/studio": "^0.7.2",
120-
"camera-controls": "^2.10.1",
121-
"cannon-es": "^0.20.0",
122-
"cannon-es-debugger": "^1.0.0",
123-
"front-matter": "^4.0.2",
124-
"gl-noise": "^1.6.1",
125-
"gsap": "^3.12.7",
126-
"hls.js": "^1.6.2",
127-
"ionicons": "^7.4.0",
128-
"maath": "^0.10.8",
129-
"marked-gfm-heading-id": "^4.1.1",
130-
"marked-highlight": "^2.2.1",
131-
"meshline": "^3.3.1",
132-
"n8ao": "^1.9.4",
133-
"ngxtension": "^5.0.0",
134-
"react": "^18.3.1",
135-
"react-dom": "^18.3.1",
136-
"rxjs": "~7.8.2",
137-
"stats-gl": "^3.6.0",
138-
"three-custom-shader-material": "~6.3.5",
139-
"three-mesh-bvh": "^0.9.0",
140-
"three-stdlib": "^2.35.16",
141-
"troika-three-text": "^0.52.4",
142-
"tslib": "^2.8.1",
143-
"zone.js": "0.15.0"
144-
},
145-
"web-types": [
146-
"node_modules/angular-three/web-types.json",
147-
"node_modules/angular-three-soba/web-types.json"
148-
],
149-
"config": {
150-
"commitizen": {
151-
"path": "node_modules/cz-git",
152-
"czConfig": "cz.config.js"
153-
}
154-
},
155-
"packageManager": "[email protected]",
156-
"nx": {
157-
"targets": {
158-
"generate-json": {
159-
"executor": "nx:run-commands",
160-
"options": {
161-
"commands": [
162-
"node ./tools/scripts/json/index.mjs"
163-
],
164-
"parallel": true
165-
}
166-
}
167-
}
168-
},
169-
"pnpm": {
170-
"patchedDependencies": {
171-
"@nx/angular": "patches/@nx__angular.patch"
172-
}
173-
}
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": "19.2.12",
16+
"@angular-devkit/core": "19.2.12",
17+
"@angular-devkit/schematics": "19.2.12",
18+
"@angular-eslint/eslint-plugin": "19.2.1",
19+
"@angular-eslint/eslint-plugin-template": "19.2.1",
20+
"@angular-eslint/template-parser": "19.2.1",
21+
"@angular/build": "19.2.12",
22+
"@angular/cli": "~19.2.12",
23+
"@angular/compiler-cli": "19.2.11",
24+
"@angular/language-service": "19.2.11",
25+
"@chromatic-com/storybook": "^3.2.6",
26+
"@eslint/eslintrc": "^2.1.1",
27+
"@nx/angular": "21.0.3",
28+
"@nx/cypress": "21.0.3",
29+
"@nx/devkit": "21.0.3",
30+
"@nx/eslint": "21.0.3",
31+
"@nx/eslint-plugin": "21.0.3",
32+
"@nx/jest": "21.0.3",
33+
"@nx/js": "21.0.3",
34+
"@nx/plugin": "21.0.3",
35+
"@nx/storybook": "21.0.3",
36+
"@nx/vite": "21.0.3",
37+
"@nx/web": "21.0.3",
38+
"@nx/workspace": "21.0.3",
39+
"@phenomnomnominal/tsquery": "^6.1.3",
40+
"@rosskevin/gltfjsx": "^7.1.3",
41+
"@schematics/angular": "19.2.12",
42+
"@storybook/addon-essentials": "^8.6.14",
43+
"@storybook/addon-interactions": "^8.6.14",
44+
"@storybook/angular": "^8.6.14",
45+
"@storybook/core-server": "^8.6.14",
46+
"@storybook/manager-api": "^8.6.14",
47+
"@storybook/test": "^8.6.14",
48+
"@storybook/test-runner": "0.22.0",
49+
"@storybook/theming": "^8.6.14",
50+
"@swc-node/register": "1.10.10",
51+
"@swc/cli": "0.7.3",
52+
"@swc/core": "1.11.22",
53+
"@tweakpane/core": "^2.0.5",
54+
"@types/jest": "29.5.14",
55+
"@types/node": "20.14.12",
56+
"@types/three": "^0.175.0",
57+
"@typescript-eslint/utils": "8.26.1",
58+
"@vitest/coverage-v8": "^1.0.4",
59+
"@vitest/ui": "^1.3.1",
60+
"autoprefixer": "^10.4.21",
61+
"cypress": "14.3.2",
62+
"cz-git": "^1.11.1",
63+
"czg": "^1.11.1",
64+
"dotenv-cli": "^7.4.4",
65+
"enquirer": "^2.4.1",
66+
"eslint": "9.22.0",
67+
"eslint-config-prettier": "10.1.2",
68+
"eslint-plugin-cypress": "^2.13.4",
69+
"glsl-noise": "^0.0.0",
70+
"glslify-loader": "^2.0.0",
71+
"jest": "29.7.0",
72+
"jest-environment-jsdom": "29.7.0",
73+
"jest-environment-node": "^29.7.0",
74+
"jest-preset-angular": "14.5.4",
75+
"jiti": "2.4.2",
76+
"jsdom": "^24.1.1",
77+
"jsonc-eslint-parser": "^2.4.0",
78+
"ng-packagr": "19.2.2",
79+
"node-three-gltf": "^2.0.1",
80+
"nx": "21.0.3",
81+
"postcss": "^8.5.3",
82+
"postcss-import": "~16.1.0",
83+
"postcss-preset-env": "~9.6.0",
84+
"postcss-url": "~10.1.3",
85+
"postprocessing": "^6.37.2",
86+
"prettier": "^3.5.3",
87+
"prettier-plugin-organize-imports": "^4.1.0",
88+
"raw-loader": "^4.0.2",
89+
"storybook": "^8.6.14",
90+
"storybook-addon-deep-controls": "^0.9.2",
91+
"tailwindcss": "^3.4.17",
92+
"three": "^0.175.0",
93+
"ts-jest": "^29.2.6",
94+
"ts-morph": "^25.0.1",
95+
"ts-node": "10.9.2",
96+
"tweakpane": "^4.0.5",
97+
"typescript": "5.7.3",
98+
"typescript-eslint": "^8.24.1",
99+
"vite": "6.2.4",
100+
"vitest": "1.6.0",
101+
"vitest-webgl-canvas-mock": "^1.1.0"
102+
},
103+
"dependencies": {
104+
"@angular/animations": "19.2.11",
105+
"@angular/common": "19.2.11",
106+
"@angular/compiler": "19.2.11",
107+
"@angular/core": "19.2.11",
108+
"@angular/forms": "19.2.11",
109+
"@angular/platform-browser": "19.2.11",
110+
"@angular/platform-browser-dynamic": "19.2.11",
111+
"@angular/platform-server": "19.2.11",
112+
"@angular/router": "19.2.11",
113+
"@dimforge/rapier3d-compat": "^0.16.0",
114+
"@monogrid/gainmap-js": "^3.1.0",
115+
"@pmndrs/cannon-worker-api": "^2.4.0",
116+
"@pmndrs/vanilla": "^1.20.4",
117+
"@swc/helpers": "0.5.17",
118+
"@theatre/core": "^0.7.2",
119+
"@theatre/studio": "^0.7.2",
120+
"camera-controls": "^2.10.1",
121+
"cannon-es": "^0.20.0",
122+
"cannon-es-debugger": "^1.0.0",
123+
"front-matter": "^4.0.2",
124+
"gl-noise": "^1.6.1",
125+
"gsap": "^3.12.7",
126+
"hls.js": "^1.6.2",
127+
"ionicons": "^7.4.0",
128+
"maath": "^0.10.8",
129+
"marked-gfm-heading-id": "^4.1.1",
130+
"marked-highlight": "^2.2.1",
131+
"meshline": "^3.3.1",
132+
"n8ao": "^1.9.4",
133+
"ngxtension": "^5.0.0",
134+
"react": "^18.3.1",
135+
"react-dom": "^18.3.1",
136+
"rxjs": "~7.8.2",
137+
"stats-gl": "^3.6.0",
138+
"three-custom-shader-material": "~6.3.5",
139+
"three-mesh-bvh": "^0.9.0",
140+
"three-stdlib": "^2.35.16",
141+
"troika-three-text": "^0.52.4",
142+
"tslib": "^2.8.1",
143+
"zone.js": "0.15.0"
144+
},
145+
"web-types": [
146+
"node_modules/angular-three/web-types.json",
147+
"node_modules/angular-three-soba/web-types.json"
148+
],
149+
"config": {
150+
"commitizen": {
151+
"path": "node_modules/cz-git",
152+
"czConfig": "cz.config.js"
153+
}
154+
},
155+
"packageManager": "[email protected]",
156+
"nx": {
157+
"targets": {
158+
"generate-json": {
159+
"executor": "nx:run-commands",
160+
"options": {
161+
"commands": [
162+
"node ./tools/scripts/json/index.mjs"
163+
],
164+
"parallel": true
165+
}
166+
}
167+
}
168+
},
169+
"pnpm": {
170+
"patchedDependencies": {
171+
"@nx/angular": "patches/@nx__angular.patch"
172+
}
173+
}
174174
}

0 commit comments

Comments
 (0)