Skip to content

Commit 1297b9b

Browse files
fix(deps): update all non-major dependencies
1 parent acd00d4 commit 1297b9b

File tree

2 files changed

+542
-1740
lines changed

2 files changed

+542
-1740
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
"@tippyjs/react": "^4.2.6",
4343
"clsx": "^2.1.1",
4444
"prism-react-renderer": "^2.4.1",
45-
"react": "^19.2.0",
46-
"react-dom": "^19.2.0",
47-
"swr": "^2.3.6"
45+
"react": "^19.2.4",
46+
"react-dom": "^19.2.4",
47+
"swr": "^2.4.0"
4848
},
4949
"devDependencies": {
50-
"@commitlint/cli": "^20.1.0",
51-
"@commitlint/config-conventional": "^20.0.0",
50+
"@commitlint/cli": "^20.4.1",
51+
"@commitlint/config-conventional": "^20.4.1",
5252
"@docusaurus/module-type-aliases": "^3.9.2",
5353
"@docusaurus/tsconfig": "^3.9.2",
5454
"@sapphire/cron": "^1.2.1",
@@ -60,9 +60,9 @@
6060
"@sapphire/result": "^2.8.0",
6161
"@sapphire/timer-manager": "^1.0.4",
6262
"@sapphire/timestamp": "^1.0.5",
63-
"@sapphire/ts-config": "^5.0.2",
64-
"@types/node": "^24.10.1",
65-
"@types/react": "^19.2.7",
63+
"@sapphire/ts-config": "^5.0.3",
64+
"@types/node": "^24.10.13",
65+
"@types/react": "^19.2.14",
6666
"@types/react-dom": "^19.2.3",
6767
"@typescript-eslint/eslint-plugin": "^7.18.0",
6868
"@typescript-eslint/parser": "^7.18.0",
@@ -72,20 +72,20 @@
7272
"eslint-config-prettier": "^10.1.8",
7373
"eslint-plugin-import": "^2.32.0",
7474
"eslint-plugin-jsx-a11y": "^6.10.2",
75-
"eslint-plugin-prettier": "^5.5.4",
75+
"eslint-plugin-prettier": "^5.5.5",
7676
"eslint-plugin-react": "^7.37.5",
7777
"eslint-plugin-react-hooks": "^7.0.1",
7878
"lint-staged": "^16.2.7",
79-
"markdownlint": "^0.39.0",
80-
"markdownlint-cli2": "^0.19.1",
81-
"prettier": "^3.7.1",
82-
"rimraf": "^6.1.2",
79+
"markdownlint": "^0.40.0",
80+
"markdownlint-cli2": "^0.21.0",
81+
"prettier": "^3.8.1",
82+
"rimraf": "^6.1.3",
8383
"typedoc": "^0.28.12",
8484
"typedoc-plugin-djs-links": "^2.2.1",
8585
"typedoc-plugin-markdown": "^4.8.1",
8686
"typedoc-plugin-mdn-links": "5.0.9",
8787
"typescript": "~5.4.5",
88-
"wrangler": "^4.51.0"
88+
"wrangler": "^4.66.0"
8989
},
9090
"resolutions": {
9191
"ansi-regex": "^5.0.1",
@@ -130,6 +130,6 @@
130130
},
131131
"packageManager": "yarn@4.12.0",
132132
"volta": {
133-
"node": "24.11.1"
133+
"node": "24.13.1"
134134
}
135135
}

0 commit comments

Comments
 (0)