Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#622)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent ee46b4b commit bc085f7
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 348 deletions.
160 changes: 80 additions & 80 deletions .yarn/releases/yarn-4.5.2.cjs → .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'

yarnPath: .yarn/releases/yarn-4.5.2.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@lerna-lite/cli": "^3.10.0",
"@lerna-lite/cli": "^3.10.1",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^22.9.3",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/coverage-v8": "^2.1.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.10",
"npm-run-all2": "^7.0.1",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"rimraf": "^6.0.1",
"turbo": "^2.3.1",
"turbo": "^2.3.3",
"typescript": "^5.5.2",
"vite": "^5.4.11",
"vitest": "^2.1.5"
"vitest": "^2.1.6"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand All @@ -55,5 +55,5 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}
Loading

0 comments on commit bc085f7

Please sign in to comment.