Skip to content

Commit 0b3a2dc

Browse files
fix(deps): update all non-major dependencies (#300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c787864 commit 0b3a2dc

File tree

2 files changed

+211
-1037
lines changed

2 files changed

+211
-1037
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"prism-react-renderer": "^2.4.1",
4545
"react": "^18.3.1",
4646
"react-dom": "^18.3.1",
47-
"swr": "^2.3.2"
47+
"swr": "^2.3.3"
4848
},
4949
"devDependencies": {
50-
"@commitlint/cli": "^19.7.1",
51-
"@commitlint/config-conventional": "^19.7.1",
50+
"@commitlint/cli": "^19.8.0",
51+
"@commitlint/config-conventional": "^19.8.0",
5252
"@docusaurus/module-type-aliases": "^3.7.0",
5353
"@docusaurus/tsconfig": "^3.7.0",
5454
"@sapphire/cron": "^1.2.1",
@@ -61,15 +61,15 @@
6161
"@sapphire/timer-manager": "^1.0.4",
6262
"@sapphire/timestamp": "^1.0.5",
6363
"@sapphire/ts-config": "^5.0.1",
64-
"@types/node": "^22.13.8",
64+
"@types/node": "^22.13.10",
6565
"@types/react": "^18.3.18",
6666
"@types/react-dom": "^18.3.5",
6767
"@typescript-eslint/eslint-plugin": "^7.18.0",
6868
"@typescript-eslint/parser": "^7.18.0",
6969
"cz-conventional-changelog": "^3.3.0",
7070
"docusaurus-plugin-typedoc": "^1.2.3",
7171
"eslint": "^8.57.1",
72-
"eslint-config-prettier": "^10.0.2",
72+
"eslint-config-prettier": "^10.1.1",
7373
"eslint-plugin-import": "^2.31.0",
7474
"eslint-plugin-jsx-a11y": "^6.10.2",
7575
"eslint-plugin-prettier": "^5.2.3",
@@ -78,14 +78,14 @@
7878
"lint-staged": "^15.4.3",
7979
"markdownlint": "^0.37.4",
8080
"markdownlint-cli2": "^0.17.2",
81-
"prettier": "^3.5.2",
81+
"prettier": "^3.5.3",
8282
"rimraf": "^6.0.1",
8383
"typedoc": "^0.27.7",
8484
"typedoc-plugin-djs-links": "^2.2.1",
8585
"typedoc-plugin-markdown": "^4.4.2",
8686
"typedoc-plugin-mdn-links": "4.0.13",
8787
"typescript": "~5.4.5",
88-
"wrangler": "^3.111.0"
88+
"wrangler": "^3.114.0"
8989
},
9090
"resolutions": {
9191
"ansi-regex": "^5.0.1",

0 commit comments

Comments
 (0)