Skip to content

Commit

Permalink
dependencies: Update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 1, 2021
1 parent 4b1a034 commit 5aaf918
Show file tree
Hide file tree
Showing 2 changed files with 706 additions and 204 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,30 @@
},
"private": true,
"dependencies": {
"@angular/animations": "12.1.4",
"@angular/cdk": "12.1.4",
"@angular/common": "12.1.4",
"@angular/compiler": "12.1.4",
"@angular/core": "12.1.4",
"@angular/animations": "12.2.4",
"@angular/cdk": "12.2.4",
"@angular/common": "12.2.4",
"@angular/compiler": "12.2.4",
"@angular/core": "12.2.4",
"@angular/flex-layout": "12.0.0-beta.34",
"@angular/forms": "12.1.4",
"@angular/material": "12.1.4",
"@angular/platform-browser": "12.1.4",
"@angular/platform-browser-dynamic": "12.1.4",
"@angular/router": "12.1.4",
"@angular/forms": "12.2.4",
"@angular/material": "12.2.4",
"@angular/platform-browser": "12.2.4",
"@angular/platform-browser-dynamic": "12.2.4",
"@angular/router": "12.2.4",
"@metamask/detect-provider": "^1.2.0",
"ajv": "8.6.2",
"assert": "2.0.0",
"bignumber.js": "9.0.1",
"buffer": "6.0.3",
"core-js": "3.16.0",
"core-js": "3.17.0",
"crypto-browserify": "3.12.0",
"ethereum-blockies-base64": "1.0.2",
"https-browserify": "1.0.0",
"jasmine": "3.8.0",
"jasmine": "3.9.0",
"material-design-icons": "3.0.1",
"ngx-clipboard": "14.0.1",
"ngx-toastr": "14.0.0",
"ngx-toastr": "14.1.0",
"os-browserify": "0.3.0",
"process": "0.11.10",
"qrcode": "1.4.4",
Expand All @@ -55,27 +55,27 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "12.1.0",
"@angular-devkit/build-angular": "12.1.4",
"@angular-devkit/build-angular": "12.2.3",
"@angular-eslint/builder": "12.3.1",
"@angular-eslint/eslint-plugin": "12.3.1",
"@angular-eslint/eslint-plugin-template": "12.3.1",
"@angular-eslint/schematics": "12.3.1",
"@angular-eslint/template-parser": "12.3.1",
"@angular/cli": "12.1.4",
"@angular/compiler-cli": "12.1.4",
"@angular/language-service": "12.1.4",
"@angular/cli": "12.2.3",
"@angular/compiler-cli": "12.2.4",
"@angular/language-service": "12.2.4",
"@types/jasmine": "3.8.2",
"@types/jasminewd2": "2.0.10",
"@types/node": "14.17.7",
"@types/qrcode": "1.4.1",
"@typescript-eslint/eslint-plugin": "4.28.5",
"@typescript-eslint/parser": "4.28.5",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
"eslint": "7.32.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jsdoc": "31.6.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "3.8.0",
"jasmine-core": "3.9.0",
"jasmine-spec-reporter": "6.0.0",
"karma": "6.3.4",
"karma-chrome-launcher": "3.1.0",
Expand All @@ -85,7 +85,7 @@
"karma-junit-reporter": "2.0.1",
"prettier": "2.3.2",
"protractor": "7.0.0",
"sass": "1.37.0",
"sass": "1.38.2",
"ts-node": "9.1.1",
"typescript": "4.3.5"
}
Expand Down
Loading

0 comments on commit 5aaf918

Please sign in to comment.