Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent f3ba817 commit 367c2c0
Show file tree
Hide file tree
Showing 4 changed files with 354 additions and 1,077 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.0.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 @@ -13,4 +13,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.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"swr": "^2.2.5"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"@sapphire/cron": "^1.1.3",
Expand All @@ -63,31 +63,31 @@
"@sapphire/timer-manager": "^1.0.2",
"@sapphire/timestamp": "^1.0.3",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^20.16.2",
"@types/react": "^18.3.5",
"@types/node": "^20.16.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"cz-conventional-changelog": "^3.3.0",
"docusaurus-plugin-typedoc": "^1.0.5",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"markdownlint": "^0.35.0",
"markdownlint-cli2": "^0.13.0",
"markdownlint-cli2": "^0.14.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typedoc": "0.26.5",
"typedoc-plugin-djs-links": "^2.2.1",
"typedoc-plugin-markdown": "^4.2.5",
"typedoc-plugin-mdn-links": "3.2.9",
"typescript": "~5.4.5",
"wrangler": "^3.73.0"
"wrangler": "^3.79.0"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down Expand Up @@ -130,7 +130,7 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"volta": {
"node": "20.17.0"
}
Expand Down
Loading

0 comments on commit 367c2c0

Please sign in to comment.