Skip to content

Commit afbb912

Browse files
chore(deps): bump @angular/animations from 18.2.13 to 20.1.7
Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 18.2.13 to 20.1.7. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/20.1.7/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 20.1.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 533435b commit afbb912

File tree

5 files changed

+70
-24
lines changed

5 files changed

+70
-24
lines changed

apps/examples/components/autosuggest/angular/angular-19-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^19.1.0",
13+
"@angular/animations": "^20.1.7",
1414
"@angular/common": "^19.1.0",
1515
"@angular/compiler": "^19.1.0",
1616
"@angular/core": "^19.1.0",

apps/examples/components/autosuggest/angular/angular-ng-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^18.2.13",
13+
"@angular/animations": "^20.1.7",
1414
"@angular/common": "^18.2.13",
1515
"@angular/compiler": "^18.2.13",
1616
"@angular/core": "^18.2.13",

apps/examples/components/map/angular/angular-ng-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^18.2.13",
13+
"@angular/animations": "^20.1.7",
1414
"@angular/common": "^18.2.13",
1515
"@angular/compiler": "^18.2.13",
1616
"@angular/core": "^18.2.13",

package-lock.json

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

packages/components/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"watch": "ng build --watch --configuration development"
1313
},
1414
"dependencies": {
15-
"@angular/animations": "^18.1.2",
15+
"@angular/animations": "^20.1.7",
1616
"@angular/common": "^18.1.2",
1717
"@angular/compiler": "^18.1.2",
1818
"@angular/core": "^18.1.2",

0 commit comments

Comments
 (0)