Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(deps): package dependency build errors (DSP-1400) (#410)
* chore(deps): reinstall node_modules

* chore(deps): bump angular to v9.1.13

* chore(deps): update packages
  • Loading branch information
kilchenmann committed Mar 5, 2021
1 parent 6ffc3b6 commit 17e0e1a
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 162 deletions.
215 changes: 66 additions & 149 deletions package-lock.json

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

26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -21,21 +21,21 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^9.1.12",
"@angular/animations": "^9.1.13",
"@angular/cdk": "^9.2.4",
"@angular/common": "~9.1.12",
"@angular/compiler": "~9.1.12",
"@angular/core": "^9.1.12",
"@angular/forms": "~9.1.12",
"@angular/common": "9.1.13",
"@angular/compiler": "^9.1.13",
"@angular/core": "^9.1.13",
"@angular/forms": "^9.1.13",
"@angular/material": "^9.2.4",
"@angular/platform-browser": "~9.1.12",
"@angular/platform-browser-dynamic": "~9.1.12",
"@angular/router": "~9.1.12",
"@angular/platform-browser": "^9.1.13",
"@angular/platform-browser-dynamic": "^9.1.13",
"@angular/router": "^9.1.13",
"@ckeditor/ckeditor5-angular": "^1.2.3",
"@dasch-swiss/dsp-js": "^2.1.1",
"@dasch-swiss/dsp-ui": "^1.2.2",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@ngx-translate/core": "^12.1.2",
"@ngx-translate/http-loader": "5.0.0",
"3d-force-graph": "^1.60.12",
"angular-split": "^4.0.0",
"ckeditor5-custom-build": "github:dasch-swiss/ckeditor_custom_build",
Expand All @@ -62,9 +62,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.12",
"@angular-eslint/eslint-plugin": "^1.2.0",
"@angular/cli": "~9.1.12",
"@angular/compiler-cli": "~9.1.12",
"@angular/language-service": "~9.1.12",
"@angular/cli": "^9.1.13",
"@angular/compiler-cli": "^9.1.13",
"@angular/language-service": "^9.1.13",
"@types/d3": "^5.7.2",
"@types/jasmine": "~3.4.4",
"@types/jasminewd2": "~2.0.3",
Expand Down

0 comments on commit 17e0e1a

Please sign in to comment.