Skip to content

Commit 04f39dd

Browse files
committed
feat(postprocessing): bump peer deps
1 parent 0eb8d7e commit 04f39dd

File tree

3 files changed

+52
-52
lines changed

3 files changed

+52
-52
lines changed

libs/core/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -25,31 +25,31 @@
2525
"@angular/common": ">=18.0.0 <19.0.0",
2626
"@angular/core": ">=18.0.0 <19.0.0",
2727
"ngxtension": ">=3.0.0",
28-
"three": ">=0.148.0 <0.170.0",
29-
"@nativescript/angular": ">=18.0.0 <19.0.0",
30-
"@nativescript/canvas": "2.0.0-webgpu.11",
31-
"@nativescript/canvas-three": "2.0.0-webgpu.11",
32-
"@nativescript/canvas-media": "2.0.0-webgpu.11"
33-
},
34-
"peerDependenciesMeta": {
35-
"@nativescript/angular": {
36-
"optional": true
37-
},
38-
"@nativescript/canvas": {
39-
"optional": true
40-
},
41-
"@nativescript/canvas-three": {
42-
"optional": true
43-
},
44-
"@nativescript/canvas-media": {
45-
"optional": true
46-
}
47-
},
28+
"three": ">=0.148.0 <0.170.0",
29+
"@nativescript/angular": ">=18.0.0 <19.0.0",
30+
"@nativescript/canvas": "2.0.0-webgpu.11",
31+
"@nativescript/canvas-three": "2.0.0-webgpu.11",
32+
"@nativescript/canvas-media": "2.0.0-webgpu.11"
33+
},
34+
"peerDependenciesMeta": {
35+
"@nativescript/angular": {
36+
"optional": true
37+
},
38+
"@nativescript/canvas": {
39+
"optional": true
40+
},
41+
"@nativescript/canvas-three": {
42+
"optional": true
43+
},
44+
"@nativescript/canvas-media": {
45+
"optional": true
46+
}
47+
},
4848
"dependencies": {
4949
"tslib": "^2.7.0",
50-
"@nx/devkit": "^19.0.0",
50+
"@nx/devkit": "^20.0.0",
5151
"@phenomnomnominal/tsquery": "^6.0.0",
52-
"nx": "^19.0.0"
52+
"nx": "^20.0.0"
5353
},
5454
"generators": "./plugin/generators.json",
5555
"schematics": "./plugin/generators.json",
@@ -72,7 +72,7 @@
7272
]
7373
},
7474
"web-types": [
75-
"./web-types.json",
76-
"../../node_modules/angular-three/web-types.json"
77-
]
75+
"./web-types.json",
76+
"../../node_modules/angular-three/web-types.json"
77+
]
7878
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"postcss-import": "~16.1.0",
8484
"postcss-preset-env": "~9.6.0",
8585
"postcss-url": "~10.1.3",
86-
"postprocessing": "^6.36.3",
86+
"postprocessing": "^6.36.4",
8787
"prettier": "^3.3.3",
8888
"prettier-plugin-organize-imports": "^4.1.0",
8989
"raw-loader": "^4.0.2",
@@ -141,7 +141,7 @@
141141
"marked-highlight": "^2.1.4",
142142
"mermaid": "^10.9.1",
143143
"meshline": "^3.3.1",
144-
"n8ao": "^1.9.2",
144+
"n8ao": "^1.9.3",
145145
"ngxtension": "^4.1.0",
146146
"node-three-gltf": "^1.8.2",
147147
"prismjs": "^1.29.0",
@@ -151,7 +151,7 @@
151151
"stats-gl": "^2.2.8",
152152
"three-custom-shader-material": "^6.0.13",
153153
"three-mesh-bvh": "^0.8.2",
154-
"three-stdlib": "^2.33.0",
154+
"three-stdlib": "^2.34.0",
155155
"troika-three-text": "^0.50.2",
156156
"tslib": "^2.7.0",
157157
"zone.js": "0.15.0"

pnpm-lock.yaml

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)