Skip to content

Commit

Permalink
remove moment from the dependencies (#3496)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Oct 26, 2023
1 parent 8aa4707 commit b2f3aa6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
4 changes: 2 additions & 2 deletions app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"main": "app/src/main.ts",
"tsConfig": "app/tsconfig.app.json",
"polyfills": "app/src/polyfills.ts",
"allowedCommonJsDependencies": ["moment-es6", "minimatch", "moment", "cropperjs"],
"allowedCommonJsDependencies": ["minimatch", "cropperjs"],
"stylePreprocessorOptions": {
"includePaths": ["projects/aca-content/src/lib/ui", "node_modules"]
},
Expand Down Expand Up @@ -91,7 +91,7 @@
"projects/aca-content/src/lib/ui/application.scss",
"app/src/styles.scss"
],
"scripts": ["node_modules/pdfjs-dist/build/pdf.js", "node_modules/pdfjs-dist/web/pdf_viewer.js", "node_modules/moment/min/moment.min.js"],
"scripts": ["node_modules/pdfjs-dist/build/pdf.js", "node_modules/pdfjs-dist/web/pdf_viewer.js"],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
Expand Down
14 changes: 2 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,11 @@
"@angular/forms": "14.1.3",
"@angular/material": "14.1.3",
"@angular/material-date-fns-adapter": "14.1.3",
"@angular/material-moment-adapter": "14.1.3",
"@angular/platform-browser": "14.1.3",
"@angular/platform-browser-dynamic": "14.1.3",
"@angular/router": "14.1.3",
"@fontsource/open-sans": "^5.0.12",
"@mat-datetimepicker/core": "^10.1.1",
"@mat-datetimepicker/moment": "^10.1.1",
"@ngrx/effects": "^14.2.0",
"@ngrx/router-store": "^14.2.0",
"@ngrx/store": "^14.2.0",
Expand All @@ -61,8 +59,6 @@
"date-fns": "^2.30.0",
"material-icons": "^1.13.8",
"minimatch-browser": "^1.0.0",
"moment": "^2.29.4",
"moment-es6": "1.0.0",
"pdfjs-dist": "3.3.122",
"rxjs": "6.6.6",
"tslib": "^2.5.3",
Expand Down

0 comments on commit b2f3aa6

Please sign in to comment.