|
1 | | -export const ANGULAR_THREE_VERSION = 'next'; |
2 | | -export const THREE_VERSION = '^0.178.0'; |
3 | | -export const THREE_TYPE_VERSION = '^0.178.0'; |
4 | | -export const NGXTENSION_VERSION = '^5.0.0'; |
| 1 | +export const ANGULAR_THREE_VERSION = '^4.0.0'; |
| 2 | +export const THREE_VERSION = '^0.182.0'; |
| 3 | +export const THREE_TYPE_VERSION = '^0.182.0'; |
| 4 | +export const NGXTENSION_VERSION = '^7.0.0'; |
5 | 5 |
|
6 | 6 | export const PEER_DEPENDENCIES: Record<string, Record<string, string>> = { |
7 | 7 | 'angular-three-soba': { |
8 | | - 'three-stdlib': '^2.0.0', |
9 | | - '@pmndrs/vanilla': '^1.20.0', |
10 | | - '@monogrid/gainmap-js': '^3.0.0', |
11 | | - 'camera-controls': '^2.8.0', |
12 | | - 'hls.js': '^1.5.0', |
13 | | - maath: '~0.10.0', |
14 | | - meshline: '^3.1.0', |
15 | | - 'stats-gl': '^2.0.0', |
16 | | - 'three-custom-shader-material': '~6.3.0', |
17 | | - 'three-mesh-bvh': '~0.9.0', |
18 | | - 'troika-three-text': '~0.52.0', |
| 8 | + 'three-stdlib': '^2.36.0', |
| 9 | + '@pmndrs/vanilla': '^1.25.0', |
| 10 | + '@monogrid/gainmap-js': '^3.4.0', |
| 11 | + 'camera-controls': '^2.10.0', |
| 12 | + 'hls.js': '^1.6.0', |
| 13 | + maath: '^0.10.8', |
| 14 | + meshline: '^3.3.0', |
| 15 | + 'stats-gl': '^3.8.0', |
| 16 | + 'three-custom-shader-material': '^6.4.0', |
| 17 | + 'three-mesh-bvh': '^0.9.0', |
| 18 | + 'troika-three-text': '^0.52.0', |
19 | 19 | }, |
20 | 20 | 'angular-three-rapier': { |
21 | | - '@dimforge/rapier3d-compat': '~0.14.0', |
| 21 | + '@dimforge/rapier3d-compat': '^0.19.0', |
| 22 | + 'three-stdlib': '^2.36.0', |
22 | 23 | }, |
23 | 24 | 'angular-three-postprocessing': { |
24 | | - maath: '~0.10.0', |
25 | | - n8ao: '~1.9.0', |
26 | | - postprocessing: '^6.0.0', |
| 25 | + maath: '^0.10.8', |
| 26 | + n8ao: '^1.10.0', |
| 27 | + postprocessing: '^6.38.0', |
| 28 | + 'three-stdlib': '^2.36.0', |
27 | 29 | }, |
28 | 30 | 'angular-three-cannon': { |
29 | | - '@pmndrs/cannon-worker-api': '^2.0.0', |
| 31 | + '@pmndrs/cannon-worker-api': '^2.4.0', |
30 | 32 | 'cannon-es': '^0.20.0', |
31 | 33 | 'cannon-es-debugger': '^1.0.0', |
32 | 34 | }, |
33 | 35 | 'angular-three-tweakpane': { |
34 | | - tweakpane: '^4.0.0', |
| 36 | + '@tweakpane/core': '^2.0.5', |
| 37 | + tweakpane: '^4.0.5', |
35 | 38 | }, |
36 | 39 | }; |
0 commit comments