Skip to content

Commit d4f14f5

Browse files
committed
'[CHECKPOINT]' updated package to reflect the version 19.1.7 of @angular/core package
1 parent af3595c commit d4f14f5

File tree

25 files changed

+238
-238
lines changed

25 files changed

+238
-238
lines changed

package-lock.json

+111-111
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular-devkit/core": "19.1.6",
14-
"@angular/animations": "19.1.6",
15-
"@angular/common": "19.1.6",
16-
"@angular/compiler": "19.1.6",
17-
"@angular/core": "19.1.6",
18-
"@angular/forms": "19.1.6",
19-
"@angular/platform-browser": "19.1.6",
20-
"@angular/platform-browser-dynamic": "19.1.6",
21-
"@angular/router": "19.1.6",
13+
"@angular-devkit/core": "19.1.7",
14+
"@angular/animations": "19.1.7",
15+
"@angular/common": "19.1.7",
16+
"@angular/compiler": "19.1.7",
17+
"@angular/core": "19.1.7",
18+
"@angular/forms": "19.1.7",
19+
"@angular/platform-browser": "19.1.7",
20+
"@angular/platform-browser-dynamic": "19.1.7",
21+
"@angular/router": "19.1.7",
2222
"@ngx-translate/core": "16.0.4",
2323
"@ngx-translate/http-loader": "16.0.1",
2424
"cannon-es": "^0.20.0",
@@ -32,13 +32,13 @@
3232
"zone.js": "~0.15.0"
3333
},
3434
"devDependencies": {
35-
"@angular-devkit/build-angular": "19.1.6",
35+
"@angular-devkit/build-angular": "19.1.7",
3636
"@angular-eslint/builder": "^18.0.1",
3737
"@angular-eslint/eslint-plugin": "^18.0.1",
3838
"@angular-eslint/eslint-plugin-template": "^18.0.1",
3939
"@angular-eslint/template-parser": "^18.0.1",
40-
"@angular/cli": "19.1.6",
41-
"@angular/compiler-cli": "19.1.6",
40+
"@angular/cli": "19.1.7",
41+
"@angular/compiler-cli": "19.1.7",
4242
"@types/jasmine": "~5.1.0",
4343
"@types/three": "^0.170.0",
4444
"@typescript-eslint/eslint-plugin": "^7.2.0",

projects/wml-accordion/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-accordion",
88
"name": "@windmillcode/angular-wml-accordion",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.6",
11-
"@angular/core": "^19.1.6",
12-
"@windmillcode/angular-wml-components-base": "^19.1.6000",
13-
"@windmillcode/wml-components-base": "^19.1.6000"
10+
"@angular/common": "^19.1.7",
11+
"@angular/core": "^19.1.7",
12+
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13+
"@windmillcode/wml-components-base": "^19.1.7000"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.6000"
23+
"version": "19.1.7000"
2424
}

projects/wml-angular-components-base/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-angular-components-base",
88
"name": "@windmillcode/angular-wml-components-base",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.6",
11-
"@angular/core": "^19.1.6",
12-
"@windmillcode/wml-components-base": "^19.1.6000"
10+
"@angular/common": "^19.1.7",
11+
"@angular/core": "^19.1.7",
12+
"@windmillcode/wml-components-base": "^19.1.7000"
1313
},
1414
"private": false,
1515
"repository": {
@@ -19,5 +19,5 @@
1919
"scripts": {
2020
"build": "npx ng build"
2121
},
22-
"version": "19.1.6000"
22+
"version": "19.1.7000"
2323
}

projects/wml-button/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-button",
88
"name": "@windmillcode/angular-wml-button",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.6",
11-
"@angular/core": "^19.1.6",
12-
"@windmillcode/angular-wml-components-base": "^19.1.6000",
13-
"@windmillcode/wml-components-base": "^19.1.6000"
10+
"@angular/common": "^19.1.7",
11+
"@angular/core": "^19.1.7",
12+
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13+
"@windmillcode/wml-components-base": "^19.1.7000"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.6000"
23+
"version": "19.1.7000"
2424
}

projects/wml-carousel/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-carousel",
88
"name": "@windmillcode/angular-wml-carousel",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.6",
11-
"@angular/core": "^19.1.6",
12-
"@windmillcode/angular-wml-components-base": "^19.1.6000",
13-
"@windmillcode/wml-components-base": "^19.1.6000"
10+
"@angular/common": "^19.1.7",
11+
"@angular/core": "^19.1.7",
12+
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13+
"@windmillcode/wml-components-base": "^19.1.7000"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.6000"
23+
"version": "19.1.7000"
2424
}

projects/wml-chips/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-chips",
88
"name": "@windmillcode/angular-wml-chips",
99
"peerDependencies": {
10-
"@angular/animations": "^19.1.6",
11-
"@angular/cdk": "^19.1.6",
12-
"@angular/common": "^19.1.6",
13-
"@angular/core": "^19.1.6",
14-
"@windmillcode/angular-wml-button": "^19.1.6000",
15-
"@windmillcode/angular-wml-components-base": "^19.1.6000",
16-
"@windmillcode/wml-components-base": "^19.1.6000"
10+
"@angular/animations": "^19.1.7",
11+
"@angular/cdk": "^19.1.7",
12+
"@angular/common": "^19.1.7",
13+
"@angular/core": "^19.1.7",
14+
"@windmillcode/angular-wml-button": "^19.1.7000",
15+
"@windmillcode/angular-wml-components-base": "^19.1.7000",
16+
"@windmillcode/wml-components-base": "^19.1.7000"
1717
},
1818
"private": false,
1919
"repository": {
@@ -24,5 +24,5 @@
2424
"build": "npx ng build",
2525
"test": "npx ng test wml-chips --code-coverage"
2626
},
27-
"version": "19.1.6000"
27+
"version": "19.1.7000"
2828
}

projects/wml-components-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"scripts": {
1414
"build": "npx ng build"
1515
},
16-
"version": "19.1.6000"
16+
"version": "19.1.7000"
1717
}

projects/wml-field/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-field",
88
"name": "@windmillcode/angular-wml-field",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.6",
11-
"@angular/core": "^19.1.6",
12-
"@windmillcode/angular-wml-components-base": "^19.1.6000",
13-
"@windmillcode/wml-components-base": "^19.1.6000"
10+
"@angular/common": "^19.1.7",
11+
"@angular/core": "^19.1.7",
12+
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13+
"@windmillcode/wml-components-base": "^19.1.7000"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.6000"
23+
"version": "19.1.7000"
2424
}

projects/wml-file-manager/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-file-manager",
88
"name": "@windmillcode/angular-wml-file-manager",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.6",
11-
"@angular/core": "^19.1.6",
12-
"@windmillcode/angular-wml-components-base": "^19.1.6000",
13-
"@windmillcode/wml-components-base": "^19.1.6000"
10+
"@angular/common": "^19.1.7",
11+
"@angular/core": "^19.1.7",
12+
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13+
"@windmillcode/wml-components-base": "^19.1.7000"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.6000"
23+
"version": "19.1.7000"
2424
}

projects/wml-form/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-form",
88
"name": "@windmillcode/angular-wml-form",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.6",
11-
"@angular/core": "^19.1.6",
12-
"@windmillcode/angular-wml-components-base": "^19.1.6000",
13-
"@windmillcode/wml-components-base": "^19.1.6000"
10+
"@angular/common": "^19.1.7",
11+
"@angular/core": "^19.1.7",
12+
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13+
"@windmillcode/wml-components-base": "^19.1.7000"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.6000"
23+
"version": "19.1.7000"
2424
}

projects/wml-infinite-dropdown/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-infinite-dropdown",
88
"name": "@windmillcode/angular-wml-infinite-dropdown",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.6",
11-
"@angular/core": "^19.1.6",
12-
"@windmillcode/angular-wml-components-base": "^19.1.6000",
13-
"@windmillcode/wml-components-base": "^19.1.6000"
10+
"@angular/common": "^19.1.7",
11+
"@angular/core": "^19.1.7",
12+
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13+
"@windmillcode/wml-components-base": "^19.1.7000"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.6000"
23+
"version": "19.1.7000"
2424
}

projects/wml-input/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-input",
88
"name": "@windmillcode/angular-wml-input",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.6",
11-
"@angular/core": "^19.1.6",
12-
"@windmillcode/angular-wml-components-base": "^19.1.6000",
13-
"@windmillcode/wml-components-base": "^19.1.6000"
10+
"@angular/common": "^19.1.7",
11+
"@angular/core": "^19.1.7",
12+
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13+
"@windmillcode/wml-components-base": "^19.1.7000"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.6000"
23+
"version": "19.1.7000"
2424
}

projects/wml-mobile-nav/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-mobile-nav",
88
"name": "@windmillcode/angular-wml-mobile-nav",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.6",
11-
"@angular/core": "^19.1.6",
12-
"@angular/forms": "^19.1.6",
13-
"@windmillcode/angular-wml-components-base": "^19.1.6000",
14-
"@windmillcode/angular-wml-infinite-dropdown": "^19.1.6000",
15-
"@windmillcode/wml-components-base": "^19.1.6000"
10+
"@angular/common": "^19.1.7",
11+
"@angular/core": "^19.1.7",
12+
"@angular/forms": "^19.1.7",
13+
"@windmillcode/angular-wml-components-base": "^19.1.7000",
14+
"@windmillcode/angular-wml-infinite-dropdown": "^19.1.7000",
15+
"@windmillcode/wml-components-base": "^19.1.7000"
1616
},
1717
"private": false,
1818
"repository": {
@@ -22,5 +22,5 @@
2222
"scripts": {
2323
"build": "npx ng build"
2424
},
25-
"version": "19.1.6000"
25+
"version": "19.1.7000"
2626
}

projects/wml-notify/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-notify",
88
"name": "@windmillcode/angular-wml-notify",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.6",
11-
"@angular/core": "^19.1.6",
12-
"@windmillcode/angular-wml-components-base": "^19.1.6000",
13-
"@windmillcode/wml-components-base": "^19.1.6000"
10+
"@angular/common": "^19.1.7",
11+
"@angular/core": "^19.1.7",
12+
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13+
"@windmillcode/wml-components-base": "^19.1.7000"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.6000"
23+
"version": "19.1.7000"
2424
}

projects/wml-options/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-options",
88
"name": "@windmillcode/angular-wml-options",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.6",
11-
"@angular/core": "^19.1.6",
12-
"@windmillcode/angular-wml-button": "^19.1.6000"
10+
"@angular/common": "^19.1.7",
11+
"@angular/core": "^19.1.7",
12+
"@windmillcode/angular-wml-button": "^19.1.7000"
1313
},
1414
"private": false,
1515
"repository": {
@@ -19,5 +19,5 @@
1919
"scripts": {
2020
"build": "npx ng build"
2121
},
22-
"version": "19.1.6000"
22+
"version": "19.1.7000"
2323
}

projects/wml-panel/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-panel",
88
"name": "@windmillcode/angular-wml-panel",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.6",
11-
"@angular/core": "^19.1.6",
12-
"@windmillcode/angular-wml-components-base": "^19.1.6000",
13-
"@windmillcode/wml-components-base": "^19.1.6000"
10+
"@angular/common": "^19.1.7",
11+
"@angular/core": "^19.1.7",
12+
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13+
"@windmillcode/wml-components-base": "^19.1.7000"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.6000"
23+
"version": "19.1.7000"
2424
}

0 commit comments

Comments
 (0)