Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2023
1 parent 1b23332 commit 65af9a9
Show file tree
Hide file tree
Showing 6 changed files with 161 additions and 148 deletions.
2 changes: 1 addition & 1 deletion fixtures/eslint-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"devDependencies": {
"@types/node": "18.18.8",
"@xerox/eslint-config": "workspace:*",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"private": true
}
2 changes: 1 addition & 1 deletion fixtures/eslint-typescriptreact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@types/node": "18.18.8",
"@types/react": "18.2.33",
"@xerox/eslint-config": "workspace:*",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"private": true
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"@auto-it/core": "11.0.4",
"@auto-it/slack": "11.0.4",
"auto": "11.0.4",
"browserslist": "4.22.1",
"browserslist": "4.22.2",
"enhanced-resolve": "5.15.0",
"eslint": "8.52.0",
"eslint": "8.56.0",
"lerna": "7.4.2",
"prettier": "3.0.3",
"prettier": "3.1.1",
"stylelint": "15.11.0",
"vitest": "0.34.6"
},
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.13.1",
"pnpm": {
"overrides": {
"yargs-parser@<13.1.2": "^13.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/xerox-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/node": "18.18.8",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"dependencies": {
"chalk": "5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/xerox-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-import-resolver-typescript": "^3.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-jsdoc": "46.9.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-testing-library": "^6.0.0",
Expand Down
Loading

0 comments on commit 65af9a9

Please sign in to comment.