File tree Expand file tree Collapse file tree 3 files changed +1
-18
lines changed
Expand file tree Collapse file tree 3 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 2222 "private" : true ,
2323 "dependencies" : {
2424 "@acrodata/gui" : " ^3.0.0" ,
25- "@angular/animations" : " ^20.3.12" ,
2625 "@angular/cdk" : " ^20.2.13" ,
2726 "@angular/common" : " ^20.3.12" ,
2827 "@angular/compiler" : " ^20.3.12" ,
2928 "@angular/core" : " ^20.3.12" ,
3029 "@angular/forms" : " ^20.3.12" ,
3130 "@angular/material" : " ^20.2.13" ,
3231 "@angular/platform-browser" : " ^20.3.12" ,
33- "@angular/platform-browser-dynamic" : " ^20.3.12" ,
3432 "@angular/router" : " ^20.3.12" ,
3533 "@codemirror/language-data" : " ^6.5.1" ,
3634 "@codemirror/merge" : " ^6.10.0" ,
Original file line number Diff line number Diff line change 11import { ApplicationConfig } from '@angular/core' ;
2- import { provideAnimations } from '@angular/platform-browser/animations' ;
32import { provideRouter } from '@angular/router' ;
43
54import { routes } from './app.routes' ;
65
76export const appConfig : ApplicationConfig = {
8- providers : [ provideRouter ( routes ) , provideAnimations ( ) ] ,
7+ providers : [ provideRouter ( routes ) ] ,
98} ;
Original file line number Diff line number Diff line change 317317 dependencies :
318318 " @angular-eslint/bundled-angular-compiler" " 20.6.0"
319319
320- " @angular/animations@^20.3.12 " :
321- version "20.3.12"
322- resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-20.3.12.tgz#34f65b15d40a598c6f6b9d7f2ef3e4e10408e502"
323- integrity sha512-tkzruF0pbcOrC2lwsPKjkp5btazs6vcX4At7kyVFjjuPbgI6RNG+MoFXHpN9ypenscYtTAhDcPSmjBnzoDaXhQ==
324- dependencies :
325- tslib "^2.3.0"
326-
327320" @angular/build@^20.3.10 " :
328321 version "20.3.10"
329322 resolved "https://registry.yarnpkg.com/@angular/build/-/build-20.3.10.tgz#cbf6da726f92678000eff964224e4a2ce007f07e"
439432 dependencies :
440433 tslib "^2.3.0"
441434
442- " @angular/platform-browser-dynamic@^20.3.12 " :
443- version "20.3.12"
444- resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-20.3.12.tgz#3a87d6229a79972249f79d29c5deffd0336a75d0"
445- integrity sha512-VviTUCpcbwErQjWd+EZklQf1Fw1FtXui6ey4rEb9g9mCEJ/o08LkM7mWV5IoE6QNCfbgkfgNjEJSJvWe409Mow==
446- dependencies :
447- tslib "^2.3.0"
448-
449435" @angular/platform-browser@^20.3.12 " :
450436 version "20.3.12"
451437 resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-20.3.12.tgz#9c5031fbd3dd8743ccb81c3b0e3cfbcc9441b61c"
You can’t perform that action at this time.
0 commit comments