Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2023
1 parent ee99a2a commit a0fe2b5
Show file tree
Hide file tree
Showing 9 changed files with 143 additions and 68 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@qiwi/multi-semantic-release": "7.1.1",
"@types/eslint": "8.56.0",
"@types/micromatch": "4.0.6",
"@typescript-eslint/parser": "6.15.0",
"@typescript-eslint/parser": "6.16.0",
"@willbooster/prettier-config": "^9.0.1",
"conventional-changelog-conventionalcommits": "6.1.0",
"dotenv-cli": "7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/babel__core": "7.20.5",
"@willbooster/prettier-config": "^9.0.1",
"core-js": "3.34.0",
"core-js": "3.35.0",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"sort-package-json": "2.6.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-blitz-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@types/eslint": "8.56.0",
"@types/micromatch": "4.0.6",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@types/react": "18.2.46",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@willbooster/prettier-config": "^9.0.1",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-js-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/eslint": "8.56.0",
"@types/micromatch": "4.0.6",
"@types/react": "18.2.45",
"@types/react": "18.2.46",
"@willbooster/prettier-config": "^9.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@types/eslint": "8.56.0",
"@types/micromatch": "4.0.6",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@types/react": "18.2.46",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@willbooster/prettier-config": "^9.0.1",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-ts-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@types/eslint": "8.56.0",
"@types/micromatch": "4.0.6",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@types/react": "18.2.46",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@willbooster/prettier-config": "^9.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@types/eslint": "8.56.0",
"@types/micromatch": "4.0.6",
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@willbooster/prettier-config": "^9.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"devDependencies": {
"@types/eslint": "8.56.0",
"@types/micromatch": "4.0.6",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@willbooster/prettier-config": "^9.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand Down
Loading

0 comments on commit a0fe2b5

Please sign in to comment.