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 Nov 20, 2023
1 parent 1b23332 commit 2321bef
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 130 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.2"
},
"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.2"
},
"private": true
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"auto": "11.0.4",
"browserslist": "4.22.1",
"enhanced-resolve": "5.15.0",
"eslint": "8.52.0",
"eslint": "8.54.0",
"lerna": "7.4.2",
"prettier": "3.0.3",
"prettier": "3.1.0",
"stylelint": "15.11.0",
"vitest": "0.34.6"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].5",
"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.2"
},
"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.0",
"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 2321bef

Please sign in to comment.