Skip to content

Commit

Permalink
chore: update lint packages
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 5, 2024
1 parent ffd7d52 commit 68f3e49
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 57 deletions.
103 changes: 52 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@npmcli/map-workspaces": "^3.0.6",
"@npmcli/package-json": "^5.2.0",
"@types/mocha": "^10.0.7",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
Expand All @@ -68,7 +68,7 @@
"lint-staged": "^15.2.7",
"markdown-table": "^3.0.3",
"open-cli": "^8.0.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"typescript": "~5.2.2"
},
"engineStrict": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lodash": "^4.17.21",
"mocha": "^10.6.0",
"nyc": "^17.0.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"source-map-support": "^0.5.21",
"typescript": "~5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"eslint": "^8.57.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-plugin": "^5.5.1",
"eslint-plugin-mocha": "^10.4.3"
Expand Down

0 comments on commit 68f3e49

Please sign in to comment.