Skip to content

Commit d3762d2

Browse files
nartcclaude
andcommitted
chore(plugin): update default versions and compat matrix
- bump three/types default install versions to ^0.183.0 - bump stats-gl default install version to ^4.1.0 - update compat matrix three range to <0.184.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 55137da commit d3762d2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

libs/plugin/src/versions.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/** Default version of angular-three to install */
22
export const ANGULAR_THREE_VERSION = '^4.0.0';
33
/** Default version of three to install */
4-
export const THREE_VERSION = '^0.182.0';
4+
export const THREE_VERSION = '^0.183.0';
55
/** Default version of @types/three to install */
6-
export const THREE_TYPE_VERSION = '^0.182.0';
6+
export const THREE_TYPE_VERSION = '^0.183.0';
77
/** Default version of ngxtension to install */
88
export const NGXTENSION_VERSION = '^7.0.0';
99

@@ -20,7 +20,7 @@ export const PEER_DEPENDENCIES: Record<string, Record<string, string>> = {
2020
'hls.js': '^1.6.0',
2121
maath: '^0.10.8',
2222
meshline: '^3.3.0',
23-
'stats-gl': '^3.8.0',
23+
'stats-gl': '^4.1.0',
2424
'three-custom-shader-material': '^6.4.0',
2525
'three-mesh-bvh': '^0.9.0',
2626
'troika-three-text': '^0.52.0',

tools/compat-matrix.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"combined": [
66
{
77
"angularThree": ">=4.0.0",
8-
"three": ">=0.157.0 <0.183.0",
8+
"three": ">=0.157.0 <0.184.0",
99
"angular": ">=20.0.0 <22.0.0",
1010
"ngxtension": ">=3.0.0"
1111
}

0 commit comments

Comments
 (0)