Skip to content

Commit

Permalink
chore(deps): update definitelytyped
Browse files Browse the repository at this point in the history
| datasource  | package                               | from    | to       |
| ----------- | ------------------------------------- | ------- | -------- |
| npm         | @types/eslint                         | 7.2.11  | 7.2.13   |
| npm         | @types/estree                         | 0.0.47  | 0.0.48   |
| npm         | @typescript-eslint/eslint-plugin      | 4.25.0  | 4.27.0   |
| npm         | @typescript-eslint/experimental-utils | 4.25.0  | 4.27.0   |
| npm         | @typescript-eslint/parser             | 4.25.0  | 4.27.0   |
| npm         | eslint                                | 7.27.0  | 7.28.0   |
| github-tags | nodejs/node                           | 14.15.0 | v14.17.1 |
| npm         | prettier                              | 2.3.0   | 2.3.1    |
| npm         | tslib                                 | 2.2.0   | 2.3.0    |
| npm         | typescript                            | 4.2.4   | 4.3.3    |
  • Loading branch information
renovate-bot committed Jun 17, 2021
1 parent 58f21b7 commit e5f7ad4
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 127 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.1
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
"prepublishOnly": "yarn build"
},
"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",
"@types/eslint": "^7.2.13",
"@types/estree": "^0.0.48",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.28.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"
"prettier": "^2.3.1",
"typescript": "^4.3.3"
},
"prettier": {
"printWidth": 120,
"semi": true,
"singleQuote": false
},
"dependencies": {
"@typescript-eslint/experimental-utils": "^4.25.0",
"@typescript-eslint/experimental-utils": "^4.27.0",
"compare-versions": "^3.6.0",
"tslib": "^2.2.0"
"tslib": "^2.3.0"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit e5f7ad4

Please sign in to comment.