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 Jul 6, 2023
1 parent 63c3eb5 commit 33e70c4
Show file tree
Hide file tree
Showing 7 changed files with 276 additions and 170 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.16.18",
"@xerox/eslint-config": "workspace:*",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"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.16.18",
"@types/react": "18.2.12",
"@xerox/eslint-config": "workspace:*",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"private": true
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"auto": "10.46.0",
"browserslist": "4.21.9",
"enhanced-resolve": "5.15.0",
"eslint": "8.42.0",
"eslint": "8.44.0",
"jest": "29.5.0",
"jest-package-audit": "5.0.3",
"lerna": "7.0.2",
"prettier": "2.8.8",
"stylelint": "15.7.0"
"stylelint": "15.10.1"
},
"resolutions": {
"yargs-parser@<13.1.2": "^13.1.2",
Expand Down Expand Up @@ -70,5 +70,5 @@
"minimatch@<3.0.5": "^3.0.5",
"json5@<1.0.2": "^1.0.2"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].6"
}
4 changes: 2 additions & 2 deletions packages/xerox-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"devDependencies": {
"@types/node": "18.16.18",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"dependencies": {
"chalk": "5.2.0",
"chalk": "5.3.0",
"find-up": "6.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/xerox-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint-import-resolver-typescript": "^3.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^27.0.0",
"eslint-plugin-jsdoc": "46.2.6",
"eslint-plugin-jsdoc": "46.4.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-testing-library": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/xerox-stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"devDependencies": {
"@xerox/prettier-config": "^4.0.0",
"stylelint": "15.7.0"
"stylelint": "15.10.1"
}
}
Loading

0 comments on commit 33e70c4

Please sign in to comment.