Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Mar 21, 2021
1 parent 675c372 commit 5e26b6a
Show file tree
Hide file tree
Showing 2 changed files with 290 additions and 289 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"reflect-metadata": "0.1.13",
"remeda": "0.0.27",
"rxjs": "6.6.6",
"sanitize-html": "2.3.2",
"sanitize-html": "2.3.3",
"semver": "7.3.4",
"serialize-error": "8.0.1",
"spellchecker": "https://github.com/vladimiry-playground/node-spellchecker#37cebc43ccbfce27dac51f64ec45f72d9aa80b8f",
Expand All @@ -160,33 +160,33 @@
"valid-url": "1.0.9"
},
"devDependencies": {
"@angular-devkit/build-optimizer": "0.1102.4",
"@angular-eslint/eslint-plugin": "1.2.0",
"@angular/animations": "11.2.5",
"@angular/cdk": "11.2.4",
"@angular/common": "11.2.5",
"@angular/compiler": "11.2.5",
"@angular/compiler-cli": "11.2.5",
"@angular/core": "11.2.5",
"@angular/forms": "11.2.5",
"@angular/language-service": "11.2.5",
"@angular/platform-browser": "11.2.5",
"@angular/platform-browser-dynamic": "11.2.5",
"@angular/router": "11.2.5",
"@angular-devkit/build-optimizer": "0.1102.5",
"@angular-eslint/eslint-plugin": "2.0.2",
"@angular/animations": "11.2.6",
"@angular/cdk": "11.2.5",
"@angular/common": "11.2.6",
"@angular/compiler": "11.2.6",
"@angular/compiler-cli": "11.2.6",
"@angular/core": "11.2.6",
"@angular/forms": "11.2.6",
"@angular/language-service": "11.2.6",
"@angular/platform-browser": "11.2.6",
"@angular/platform-browser-dynamic": "11.2.6",
"@angular/router": "11.2.6",
"@expo/spawn-async": "1.5.0",
"@ng-select/ng-select": "6.1.0",
"@ngrx/component": "11.0.1",
"@ngrx/effects": "11.0.1",
"@ngrx/store": "11.0.1",
"@ngtools/webpack": "11.2.4",
"@ngtools/webpack": "11.2.5",
"@types/archiver": "5.1.0",
"@types/byline": "4.2.32",
"@types/fs-extra": "9.0.8",
"@types/html-to-text": "6.0.0",
"@types/jasmine": "3.6.6",
"@types/jasmine": "3.6.7",
"@types/js-base64": "3.0.0",
"@types/karma": "6.1.0",
"@types/node": "14.14.34",
"@types/node": "14.14.35",
"@types/node-fetch": "2.5.8",
"@types/oboe": "2.1.0",
"@types/path-is-inside": "1.0.0",
Expand All @@ -201,8 +201,8 @@
"@types/spellchecker": "3.5.0",
"@types/valid-url": "1.0.3",
"@types/validator": "13.1.3",
"@typescript-eslint/eslint-plugin": "4.17.0",
"@typescript-eslint/parser": "4.17.0",
"@typescript-eslint/eslint-plugin": "4.18.0",
"@typescript-eslint/parser": "4.18.0",
"@vladimiry/import-sort-style": "0.1.1",
"app-builder-lib": "22.10.5",
"archiver": "5.3.0",
Expand All @@ -212,9 +212,9 @@
"combine-errors": "3.0.3",
"cpx2": "3.0.0",
"cross-env": "7.0.3",
"css-loader": "5.1.2",
"css-loader": "5.1.3",
"dts-generator": "3.0.0",
"electron": "12.0.1",
"electron": "13.0.0-beta.6",
"electron-builder": "22.10.5",
"escape-string-regexp": "4.0.0",
"eslint": "7.22.0",
Expand All @@ -226,11 +226,11 @@
"html-to-text": "7.0.0",
"html-webpack-plugin": "5.3.1",
"husky": "5.1.3",
"immer": "8.0.1",
"immer": "9.0.1",
"import-sort-cli": "6.0.0",
"import-sort-parser-typescript": "6.0.0",
"imports-loader": "2.0.0",
"jasmine": "3.6.4",
"jasmine": "3.7.0",
"jsdom": "16.5.1",
"karma": "6.2.0",
"karma-jasmine": "4.0.1",
Expand All @@ -247,7 +247,7 @@
"null-loader": "4.0.1",
"patch-package": "6.4.7",
"postcss-loader": "5.2.0",
"postcss-url": "10.1.1",
"postcss-url": "10.1.3",
"randomstring": "1.1.5",
"rate-limiter-flexible": "2.2.1",
"resolve-url-loader": "3.1.2",
Expand All @@ -268,7 +268,7 @@
"typescript": "4.2.3",
"typescript-transform-paths": "2.2.3",
"url-loader": "4.1.1",
"webpack": "5.25.0",
"webpack": "5.27.1",
"webpack-cli": "4.5.0",
"webpack-merge": "5.7.3",
"webpack-node-externals": "2.5.2",
Expand Down
Loading

0 comments on commit 5e26b6a

Please sign in to comment.