Skip to content

Commit 399be91

Browse files
committed
'[CHECKPOINT]' updated package to reflect the version 19.2.9 of @angular/core package
1 parent ae20742 commit 399be91

File tree

46 files changed

+2802
-2802
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2802
-2802
lines changed

package-lock.json

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

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular-devkit/core": "19.2.8",
14-
"@angular/animations": "19.2.8",
15-
"@angular/common": "19.2.8",
16-
"@angular/compiler": "19.2.8",
17-
"@angular/core": "19.2.8",
18-
"@angular/forms": "19.2.8",
19-
"@angular/platform-browser": "19.2.8",
20-
"@angular/platform-browser-dynamic": "19.2.8",
21-
"@angular/router": "19.2.8",
13+
"@angular-devkit/core": "19.2.9",
14+
"@angular/animations": "19.2.9",
15+
"@angular/common": "19.2.9",
16+
"@angular/compiler": "19.2.9",
17+
"@angular/core": "19.2.9",
18+
"@angular/forms": "19.2.9",
19+
"@angular/platform-browser": "19.2.9",
20+
"@angular/platform-browser-dynamic": "19.2.9",
21+
"@angular/router": "19.2.9",
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.2.8",
35+
"@angular-devkit/build-angular": "19.2.9",
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.2.8",
41-
"@angular/compiler-cli": "19.2.8",
40+
"@angular/cli": "19.2.9",
41+
"@angular/compiler-cli": "19.2.9",
4242
"@types/jasmine": "~5.1.0",
4343
"@types/three": "^0.170.0",
4444
"@typescript-eslint/eslint-plugin": "^7.2.0",

projects/wml-accordion/README.md

Lines changed: 135 additions & 135 deletions
Large diffs are not rendered by default.

projects/wml-accordion/package.json

Lines changed: 5 additions & 5 deletions
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.2.8",
11-
"@angular/core": "^19.2.8",
12-
"@windmillcode/angular-wml-components-base": "^19.2.8000",
13-
"@windmillcode/wml-components-base": "^19.2.8000"
10+
"@angular/common": "^19.2.9",
11+
"@angular/core": "^19.2.9",
12+
"@windmillcode/angular-wml-components-base": "^19.2.9000",
13+
"@windmillcode/wml-components-base": "^19.2.9000"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.2.8000"
23+
"version": "19.2.9000"
2424
}

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

Lines changed: 4 additions & 4 deletions
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.2.8",
11-
"@angular/core": "^19.2.8",
12-
"@windmillcode/wml-components-base": "^19.2.8000"
10+
"@angular/common": "^19.2.9",
11+
"@angular/core": "^19.2.9",
12+
"@windmillcode/wml-components-base": "^19.2.9000"
1313
},
1414
"private": false,
1515
"repository": {
@@ -19,5 +19,5 @@
1919
"scripts": {
2020
"build": "npx ng build"
2121
},
22-
"version": "19.2.8000"
22+
"version": "19.2.9000"
2323
}

projects/wml-button/README.md

Lines changed: 155 additions & 155 deletions
Large diffs are not rendered by default.

projects/wml-button/package.json

Lines changed: 5 additions & 5 deletions
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.2.8",
11-
"@angular/core": "^19.2.8",
12-
"@windmillcode/angular-wml-components-base": "^19.2.8000",
13-
"@windmillcode/wml-components-base": "^19.2.8000"
10+
"@angular/common": "^19.2.9",
11+
"@angular/core": "^19.2.9",
12+
"@windmillcode/angular-wml-components-base": "^19.2.9000",
13+
"@windmillcode/wml-components-base": "^19.2.9000"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.2.8000"
23+
"version": "19.2.9000"
2424
}

projects/wml-carousel/README.md

Lines changed: 44 additions & 44 deletions
Large diffs are not rendered by default.

projects/wml-carousel/package.json

Lines changed: 5 additions & 5 deletions
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.2.8",
11-
"@angular/core": "^19.2.8",
12-
"@windmillcode/angular-wml-components-base": "^19.2.8000",
13-
"@windmillcode/wml-components-base": "^19.2.8000"
10+
"@angular/common": "^19.2.9",
11+
"@angular/core": "^19.2.9",
12+
"@windmillcode/angular-wml-components-base": "^19.2.9000",
13+
"@windmillcode/wml-components-base": "^19.2.9000"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.2.8000"
23+
"version": "19.2.9000"
2424
}

projects/wml-chips/README.md

Lines changed: 137 additions & 137 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)