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

Skip to content

Commit 422b902

Browse files
committed
feat(plugin): update versions for v4 release
1 parent 8e38cf1 commit 422b902

File tree

1 file changed

+24
-21
lines changed

1 file changed

+24
-21
lines changed

libs/plugin/src/versions.ts

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,39 @@
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';
55

66
export const PEER_DEPENDENCIES: Record<string, Record<string, string>> = {
77
'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',
1919
},
2020
'angular-three-rapier': {
21-
'@dimforge/rapier3d-compat': '~0.14.0',
21+
'@dimforge/rapier3d-compat': '^0.19.0',
22+
'three-stdlib': '^2.36.0',
2223
},
2324
'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',
2729
},
2830
'angular-three-cannon': {
29-
'@pmndrs/cannon-worker-api': '^2.0.0',
31+
'@pmndrs/cannon-worker-api': '^2.4.0',
3032
'cannon-es': '^0.20.0',
3133
'cannon-es-debugger': '^1.0.0',
3234
},
3335
'angular-three-tweakpane': {
34-
tweakpane: '^4.0.0',
36+
'@tweakpane/core': '^2.0.5',
37+
tweakpane: '^4.0.5',
3538
},
3639
};

0 commit comments

Comments
 (0)