Skip to content
Snippets Groups Projects
Commit 55b2bb26 authored by François Grand's avatar François Grand
Browse files

add @angular/animations dependency

refs #500
parent 32912046
No related branches found
No related tags found
1 merge request!155Resolve "Update to the last version of Angular"
......@@ -11,6 +11,7 @@
"license": "MIT",
"dependencies": {
"@angular-devkit/build-angular": "^13.3.8",
"@angular/animations": "^13.3.11",
"@angular/cdk": "^13.3.9",
"@angular/common": "^13.3.11",
"@angular/compiler": "^13.3.11",
......@@ -2184,7 +2185,6 @@
"version": "13.3.11",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.3.11.tgz",
"integrity": "sha512-KE/3RuvixHIk9YTSwaUsezsUm9Ig9Y8rZMpHOT/8bRtzPiJ5ld2GnDHjrJgyZn7TdoP4wz4YCta5eC4ycu+KCw==",
"peer": true,
"dependencies": {
"tslib": "^2.3.0"
},
......@@ -27890,7 +27890,6 @@
"version": "13.3.11",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.3.11.tgz",
"integrity": "sha512-KE/3RuvixHIk9YTSwaUsezsUm9Ig9Y8rZMpHOT/8bRtzPiJ5ld2GnDHjrJgyZn7TdoP4wz4YCta5eC4ycu+KCw==",
"peer": true,
"requires": {
"tslib": "^2.3.0"
}
......@@ -37,6 +37,7 @@
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^13.3.8",
"@angular/animations": "^13.3.11",
"@angular/cdk": "^13.3.9",
"@angular/common": "^13.3.11",
"@angular/compiler": "^13.3.11",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment