Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                               | from    | to       |
| ----------- | ------------------------------------- | ------- | -------- |
| npm         | @typescript-eslint/eslint-plugin      | 4.25.0  | 4.28.5   |
| npm         | @typescript-eslint/experimental-utils | 4.25.0  | 4.28.5   |
| npm         | @typescript-eslint/parser             | 4.25.0  | 4.28.5   |
| npm         | eslint                                | 7.27.0  | 7.31.0   |
| npm         | lint-staged                           | 11.0.0  | 11.1.1   |
| github-tags | nodejs/node                           | 14.15.0 | v14.17.3 |
| npm         | prettier                              | 2.3.0   | 2.3.2    |
| npm         | tslib                                 | 2.2.0   | 2.3.0    |
| npm         | typescript                            | 4.2.4   | 4.3.5    |
  • Loading branch information
renovate-bot committed Jul 26, 2021
1 parent 58f21b7 commit 3c0ecb0
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.15.0
14.17.3
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
"devDependencies": {
"@types/eslint": "^7.2.11",
"@types/estree": "^0.0.47",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.27.0",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
"lint-staged": "^11.1.1",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
},
"prettier": {
"printWidth": 120,
"semi": true,
"singleQuote": false
},
"dependencies": {
"@typescript-eslint/experimental-utils": "^4.25.0",
"@typescript-eslint/experimental-utils": "^4.28.5",
"compare-versions": "^3.6.0",
"tslib": "^2.2.0"
"tslib": "^2.3.0"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 3c0ecb0

Please sign in to comment.