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-config-prettier                | 8.3.0   | 8.8.0    |
| npm         | eslint-plugin-prettier                | 3.4.0   | 3.4.1    |
| npm         | lint-staged                           | 11.0.0  | 11.2.6   |
| github-tags | nodejs/node                           | 14.15.0 | v14.21.3 |
| npm         | prettier                              | 2.3.0   | 2.8.8    |
| npm         | tslib                                 | 2.2.0   | 2.6.0    |
| npm         | typescript                            | 4.2.4   | 4.9.5    |
  • Loading branch information
renovate[bot] authored Jun 27, 2023
1 parent 58f21b7 commit 3d1fe1e
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 231 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.21.3
20 changes: 10 additions & 10 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",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.8.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.6",
"prettier": "^2.8.8",
"typescript": "^4.9.5"
},
"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.6.0"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 3d1fe1e

Please sign in to comment.