Skip to content

Commit 1e6f5ba

Browse files
committed
chore: remove unused angular dependencies
1 parent d445939 commit 1e6f5ba

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@
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",
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import { ApplicationConfig } from '@angular/core';
2-
import { provideAnimations } from '@angular/platform-browser/animations';
32
import { provideRouter } from '@angular/router';
43

54
import { routes } from './app.routes';
65

76
export const appConfig: ApplicationConfig = {
8-
providers: [provideRouter(routes), provideAnimations()],
7+
providers: [provideRouter(routes)],
98
};

yarn.lock

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -317,13 +317,6 @@
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"
@@ -439,13 +432,6 @@
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"

0 commit comments

Comments
 (0)