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.33.0   |
| npm         | @typescript-eslint/experimental-utils | 4.25.0  | 4.33.0   |
| npm         | @typescript-eslint/parser             | 4.25.0  | 4.33.0   |
| npm         | eslint                                | 7.27.0  | 7.32.0   |
| npm         | eslint-plugin-prettier                | 3.4.0   | 3.4.1    |
| npm         | lint-staged                           | 11.0.0  | 11.2.3   |
| github-tags | nodejs/node                           | 14.15.0 | v14.18.1 |
| npm         | prettier                              | 2.3.0   | 2.4.1    |
| npm         | tslib                                 | 2.2.0   | 2.3.1    |
| npm         | typescript                            | 4.2.4   | 4.4.4    |
  • Loading branch information
renovate-bot committed Oct 20, 2021
1 parent 58f21b7 commit cb1741b
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 200 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.18.1
18 changes: 9 additions & 9 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.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-prettier": "^3.4.1",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
"lint-staged": "^11.2.3",
"prettier": "^2.4.1",
"typescript": "^4.4.4"
},
"prettier": {
"printWidth": 120,
"semi": true,
"singleQuote": false
},
"dependencies": {
"@typescript-eslint/experimental-utils": "^4.25.0",
"@typescript-eslint/experimental-utils": "^4.33.0",
"compare-versions": "^3.6.0",
"tslib": "^2.2.0"
"tslib": "^2.3.1"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit cb1741b

Please sign in to comment.