Skip to content

Commit cbfd22b

Browse files
committed
[UPDATE] additional work
1 parent 7b01d74 commit cbfd22b

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

projects/wml-form/src/lib/wml-form-zero/wml-form-zero/wml-form-zero.component.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import { generateClassPrefix, WMLUIProperty, WMLView } from '@windmillcode/wml-c
99
import { WMLFieldZeroProps } from '@windmillcode/angular-wml-field';
1010

1111
@Component({
12-
selector: 'wml-form-zero',
13-
templateUrl: './wml-form-zero.component.html',
14-
styleUrls: ['./wml-form-zero.component.scss'],
15-
changeDetection: ChangeDetectionStrategy.OnPush,
16-
standalone: false
12+
selector: 'wml-form-zero',
13+
templateUrl: './wml-form-zero.component.html',
14+
styleUrls: ['./wml-form-zero.component.scss'],
15+
changeDetection: ChangeDetectionStrategy.OnPush,
16+
standalone: false
1717
})
1818
export class WMLFormZeroComponent {
1919

projects/wml-three/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"dependencies": {
3-
"tslib": "^2.3.0"
4-
},
5-
"funding": "https://github.com/sponsors/WindMillCode",
6-
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/intro/wml-three",
7-
"name": "@windmillcode/wml-three",
8-
"peerDependencies": {
9-
"@types/three": "^0.170.0",
10-
"@windmillcode/wml-components-base": "^19.1.1000",
11-
"lil-gui": "0.20.0",
12-
"three": "0.171.0"
13-
},
14-
"private": false,
15-
"repository": {
16-
"url": "https://github.com/WindMillCode/Windmillcode-Angular-CDK"
17-
},
18-
"schematics": "",
19-
"scripts": {
20-
"build": "npx ng build"
21-
},
22-
"version": "19.1.0"
2+
"dependencies": {
3+
"tslib": "^2.3.0"
4+
},
5+
"funding": "https://github.com/sponsors/WindMillCode",
6+
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/intro/wml-three",
7+
"name": "@windmillcode/wml-three",
8+
"peerDependencies": {
9+
"@types/three": "0.172.0",
10+
"@windmillcode/wml-components-base": "^19.1.1000",
11+
"lil-gui": "0.20.0",
12+
"three": "0.172.0"
13+
},
14+
"private": false,
15+
"repository": {
16+
"url": "https://github.com/WindMillCode/Windmillcode-Angular-CDK"
17+
},
18+
"schematics": "",
19+
"scripts": {
20+
"build": "npx ng build"
21+
},
22+
"version": "19.1.0"
2323
}

0 commit comments

Comments
 (0)