Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Feb 20, 2020
1 parent 389c56a commit 93ebc28
Show file tree
Hide file tree
Showing 2 changed files with 273 additions and 366 deletions.
51 changes: 25 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"proxy-agent": "3.1.1",
"pureimage": "0.1.6",
"reflect-metadata": "0.1.13",
"remeda": "0.0.14",
"remeda": "0.0.15",
"rolling-rate-limiter": "0.1.11",
"rxjs": "6.5.4",
"sanitize-html": "1.21.1",
Expand All @@ -152,36 +152,36 @@
"valid-url": "1.0.9"
},
"devDependencies": {
"@angular-devkit/build-optimizer": "0.900.2",
"@angular/animations": "9.0.1",
"@angular/cdk": "9.0.0",
"@angular/common": "9.0.1",
"@angular/compiler": "9.0.1",
"@angular/compiler-cli": "9.0.1",
"@angular/core": "9.0.1",
"@angular/forms": "9.0.1",
"@angular/language-service": "9.0.1",
"@angular/platform-browser": "9.0.1",
"@angular/platform-browser-dynamic": "9.0.1",
"@angular/router": "9.0.1",
"@angular-devkit/build-optimizer": "0.900.3",
"@angular/animations": "9.0.2",
"@angular/cdk": "9.0.1",
"@angular/common": "9.0.2",
"@angular/compiler": "9.0.2",
"@angular/compiler-cli": "9.0.2",
"@angular/core": "9.0.2",
"@angular/forms": "9.0.2",
"@angular/language-service": "9.0.2",
"@angular/platform-browser": "9.0.2",
"@angular/platform-browser-dynamic": "9.0.2",
"@angular/router": "9.0.2",
"@bazel/typescript": "1.3.0",
"@email-securely-app/import-sort-style": "0.1.0",
"@expo/spawn-async": "1.5.0",
"@ng-select/ng-select": "3.7.2",
"@ngrx/effects": "8.6.0",
"@ngrx/store": "8.6.0",
"@ngtools/webpack": "9.0.2",
"@ngtools/webpack": "9.0.3",
"@octokit/rest": "16.43.1",
"@types/angular": "1.6.57",
"@types/archiver": "3.0.0",
"@types/byline": "4.2.31",
"@types/debug": "4.1.5",
"@types/fs-extra": "8.0.1",
"@types/fs-extra": "8.1.0",
"@types/html-to-text": "1.4.31",
"@types/html-webpack-plugin": "3.2.2",
"@types/jasmine": "3.5.4",
"@types/jasmine": "3.5.5",
"@types/js-base64": "2.3.1",
"@types/karma": "3.0.6",
"@types/karma": "3.0.7",
"@types/keytar": "4.4.2",
"@types/mime-types": "2.1.0",
"@types/mini-css-extract-plugin": "0.9.0",
Expand All @@ -208,8 +208,8 @@
"@types/webpack-env": "1.15.1",
"@types/webpack-merge": "4.1.5",
"@types/webpack-node-externals": "1.7.1",
"@typescript-eslint/eslint-plugin": "2.19.2",
"@typescript-eslint/parser": "2.19.2",
"@typescript-eslint/eslint-plugin": "2.20.0",
"@typescript-eslint/parser": "2.20.0",
"app-builder-lib": "22.3.3",
"archiver": "3.1.1",
"ava": "3.3.0",
Expand All @@ -228,7 +228,7 @@
"escape-string-regexp": "2.0.0",
"eslint": "6.8.0",
"exports-loader": "0.7.0",
"file-loader": "5.0.2",
"file-loader": "5.1.0",
"font-awesome": "4.7.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "4.0.0-beta.2",
Expand All @@ -237,7 +237,7 @@
"import-sort-cli": "6.0.0",
"import-sort-parser-typescript": "6.0.0",
"jasmine": "3.5.0",
"jsdom": "16.1.0",
"jsdom": "16.2.0",
"karma": "4.4.1",
"karma-jasmine": "2.0.1",
"karma-jsdom-launcher": "8.0.0",
Expand All @@ -255,7 +255,7 @@
"npm-run-all": "4.1.5",
"null-loader": "3.0.0",
"otplib": "12.0.1",
"postcss-custom-properties": "9.0.2",
"postcss-custom-properties": "9.1.1",
"postcss-loader": "3.0.0",
"postcss-url": "8.0.0",
"ps-node": "0.1.6",
Expand All @@ -269,7 +269,7 @@
"sass-loader": "8.0.2",
"script-loader": "0.7.2",
"serializerr": "1.0.3",
"sinon": "8.1.1",
"sinon": "9.0.0",
"source-map-loader": "0.2.4",
"source-map-support": "0.5.16",
"spectron": "10.0.1",
Expand All @@ -284,7 +284,7 @@
"tslint-eslint-rules": "5.4.0",
"tslint-rules-bunch": "0.0.8",
"ttypescript": "1.5.10",
"type-fest": "0.10.0",
"type-fest": "0.11.0",
"typescript": "3.7.5",
"typescript-transform-paths": "1.1.14",
"url-loader": "3.0.0",
Expand All @@ -298,7 +298,6 @@
"resolutions": {
"*/**/@types/webpack": "4.41.6",
"*/**/builder-util-runtime": "8.6.0",
"*/**/karma-jasmine": "^2.0.1",
"@ngtools/webpack/tree-kill": "^1.2.2"
"*/**/karma-jasmine": "2.0.1"
}
}
Loading

0 comments on commit 93ebc28

Please sign in to comment.