Skip to content

Commit

Permalink
dependencies: Update all non-major and non-minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and manuelwedler committed Jul 8, 2021
1 parent fa025e3 commit a138b73
Show file tree
Hide file tree
Showing 3 changed files with 470 additions and 488 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.22.1
12.22.3
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,46 +30,46 @@
"@angular/platform-browser": "12.1.1",
"@angular/platform-browser-dynamic": "12.1.1",
"@angular/router": "12.1.1",
"ajv": "8.6.0",
"assert": "^2.0.0",
"ajv": "8.6.1",
"assert": "2.0.0",
"bignumber.js": "9.0.1",
"buffer": "^6.0.3",
"core-js": "3.15.1",
"crypto-browserify": "^3.12.0",
"buffer": "6.0.3",
"core-js": "3.15.2",
"crypto-browserify": "3.12.0",
"ethereum-blockies-base64": "1.0.2",
"https-browserify": "^1.0.0",
"https-browserify": "1.0.0",
"jasmine": "3.7.0",
"material-design-icons": "3.0.1",
"ngx-clipboard": "14.0.1",
"ngx-toastr": "14.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"os-browserify": "0.3.0",
"process": "0.11.10",
"qrcode": "1.4.4",
"rxjs": "6.6.7",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"stream-browserify": "3.0.0",
"stream-http": "3.2.0",
"tslib": "2.3.0",
"web3": "1.4.0",
"zone.js": "~0.11.4"
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "12.1.0",
"@angular-devkit/build-angular": "12.1.0",
"@angular-eslint/builder": "^12.0.0",
"@angular-eslint/eslint-plugin": "^12.0.0",
"@angular-eslint/eslint-plugin-template": "^12.0.0",
"@angular-devkit/build-angular": "12.1.1",
"@angular-eslint/builder": "12.2.0",
"@angular-eslint/eslint-plugin": "12.2.0",
"@angular-eslint/eslint-plugin-template": "12.2.0",
"@angular-eslint/schematics": "12.2.0",
"@angular-eslint/template-parser": "^12.0.0",
"@angular/cli": "12.1.0",
"@angular-eslint/template-parser": "12.2.0",
"@angular/cli": "12.1.1",
"@angular/compiler-cli": "12.1.1",
"@angular/language-service": "12.1.1",
"@types/jasmine": "3.7.7",
"@types/jasminewd2": "2.0.9",
"@types/node": "14.17.3",
"@types/qrcode": "1.4.0",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"eslint": "^7.26.0",
"@types/jasmine": "3.7.8",
"@types/jasminewd2": "2.0.10",
"@types/node": "14.17.5",
"@types/qrcode": "1.4.1",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"eslint": "7.29.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsdoc": "31.6.1",
Expand All @@ -82,9 +82,9 @@
"karma-coverage": "2.0.3",
"karma-jasmine": "4.0.1",
"karma-junit-reporter": "2.0.1",
"prettier": "2.3.1",
"prettier": "2.3.2",
"protractor": "7.0.0",
"sass": "1.35.1",
"sass": "1.35.2",
"ts-node": "9.1.1",
"typescript": "4.3.5"
}
Expand Down
Loading

0 comments on commit a138b73

Please sign in to comment.