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] committed Sep 9, 2024
1 parent 1b23332 commit d7310b1
Show file tree
Hide file tree
Showing 7 changed files with 1,952 additions and 1,294 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browserslist-stats-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '12.x'
- uses: webfactory/ssh-agent@v0.8.0
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{secrets.SSH_PRIVATE_KEY}}
- name: Get yarn cache directory path
Expand Down
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.6.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.6.2"
},
"private": true
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
},
"prettier": "./packages/xerox-prettier-config/index.js",
"devDependencies": {
"@auto-it/core": "11.0.4",
"@auto-it/slack": "11.0.4",
"auto": "11.0.4",
"browserslist": "4.22.1",
"enhanced-resolve": "5.15.0",
"@auto-it/core": "11.2.1",
"@auto-it/slack": "11.2.1",
"auto": "11.2.1",
"browserslist": "4.23.3",
"enhanced-resolve": "5.17.1",
"eslint": "8.52.0",
"lerna": "7.4.2",
"prettier": "3.0.3",
"prettier": "3.3.3",
"stylelint": "15.11.0",
"vitest": "0.34.6"
},
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.15.9",
"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.6.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.10.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 d7310b1

Please sign in to comment.