Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Jun 20, 2021
1 parent 09236e8 commit 4ac771c
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 210 deletions.
51 changes: 25 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"pureimage": "0.2.7",
"quickjs-emscripten": "0.13.0",
"reflect-metadata": "0.1.13",
"remeda": "0.0.27",
"remeda": "0.0.28",
"rxjs": "7.1.0",
"sanitize-html": "2.4.0",
"semver": "7.3.5",
Expand All @@ -150,31 +150,31 @@
"valid-url": "1.0.9"
},
"devDependencies": {
"@angular-devkit/build-optimizer": "0.1200.4",
"@angular-eslint/eslint-plugin": "12.1.0",
"@angular/animations": "12.0.4",
"@angular/cdk": "12.0.4",
"@angular/common": "12.0.4",
"@angular/compiler": "12.0.4",
"@angular/compiler-cli": "12.0.4",
"@angular/core": "12.0.4",
"@angular/forms": "12.0.4",
"@angular/language-service": "12.0.4",
"@angular/platform-browser": "12.0.4",
"@angular/platform-browser-dynamic": "12.0.4",
"@angular/router": "12.0.4",
"@angular-devkit/build-optimizer": "0.1200.5",
"@angular-eslint/eslint-plugin": "12.2.0",
"@angular/animations": "12.0.5",
"@angular/cdk": "12.0.5",
"@angular/common": "12.0.5",
"@angular/compiler": "12.0.5",
"@angular/compiler-cli": "12.0.5",
"@angular/core": "12.0.5",
"@angular/forms": "12.0.5",
"@angular/language-service": "12.0.5",
"@angular/platform-browser": "12.0.5",
"@angular/platform-browser-dynamic": "12.0.5",
"@angular/router": "12.0.5",
"@expo/spawn-async": "1.5.0",
"@ng-select/ng-select": "7.0.0",
"@ngrx/component": "12.1.0",
"@ngrx/effects": "12.1.0",
"@ngrx/store": "12.1.0",
"@ngtools/webpack": "12.0.4",
"@ngtools/webpack": "12.0.5",
"@types/archiver": "5.1.0",
"@types/byline": "4.2.32",
"@types/fs-extra": "9.0.11",
"@types/html-to-text": "6.0.0",
"@types/html-to-text": "8.0.0",
"@types/js-base64": "3.3.1",
"@types/node": "15.12.2",
"@types/node": "15.12.4",
"@types/node-fetch": "2.5.10",
"@types/oboe": "2.1.0",
"@types/path-is-inside": "1.0.0",
Expand All @@ -191,8 +191,8 @@
"@types/ts-nameof": "4.2.1",
"@types/valid-url": "1.0.3",
"@types/validator": "13.1.4",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.27.0",
"@vladimiry/import-sort-style": "0.1.4",
"@zerollup/ts-transform-paths": "1.7.18",
"app-builder-lib": "22.11.7",
Expand All @@ -205,9 +205,9 @@
"cross-env": "7.0.3",
"css-loader": "5.2.6",
"dts-generator": "3.0.0",
"electron": "14.0.0-beta.5",
"electron": "13.1.2",
"electron-builder": "22.11.7",
"eslint": "7.28.0",
"eslint": "7.29.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-sonarjs": "0.8.0-125",
"file-loader": "6.2.0",
Expand All @@ -222,7 +222,7 @@
"imports-loader": "3.0.0",
"lint-staged": "11.0.0",
"mini-css-extract-plugin": "1.6.0",
"monaco-editor": "0.25.0",
"monaco-editor": "0.25.2",
"ndx": "1.0.2",
"ndx-query": "1.0.1",
"ngx-bootstrap": "6.2.0",
Expand All @@ -238,7 +238,7 @@
"rate-limiter-flexible": "2.2.2",
"resolve-url-loader": "5.0.0-alpha.1",
"rimraf": "3.0.2",
"sass": "1.34.1",
"sass": "1.32.13",
"sass-loader": "12.1.0",
"script-loader": "0.7.2",
"sinon": "11.1.1",
Expand All @@ -252,9 +252,9 @@
"ts-node": "10.0.0",
"ts-patch": "1.3.3",
"tsconfig-paths": "3.9.0",
"typescript": "4.3.2",
"typescript": "4.3.4",
"url-loader": "4.1.1",
"webpack": "5.38.1",
"webpack": "5.39.1",
"webpack-cli": "4.7.2",
"webpack-merge": "5.8.0",
"webpack-node-externals": "3.0.0",
Expand All @@ -265,7 +265,6 @@
"*/**/tslib": "^2.x",
"*/**/typescript": "^4.x",
"*/**/rxjs": "^7.x",
"*/**/sass": "1.32.13",
"keytar/node-addon-api": "3.1.0",
"@types/react-router/@types/react": "^17.x",
"import-sort-cli/yargs": "^17.x",
Expand Down
Loading

0 comments on commit 4ac771c

Please sign in to comment.