Skip to content

Commit 98ad326

Browse files
fix(deps): update all non-major dependencies (#596)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 580be7c commit 98ad326

5 files changed

Lines changed: 95 additions & 93 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@
2828
"@commitlint/config-conventional": "^19.8.1",
2929
"@sapphire/prettier-config": "^2.0.0",
3030
"@sapphire/ts-config": "^5.0.1",
31-
"@types/node": "^24.5.2",
31+
"@types/node": "^24.6.2",
3232
"chalk-cli": "^6.0.0",
33-
"eslint": "^9.36.0",
33+
"eslint": "^9.37.0",
3434
"eslint-config-neon": "^0.2.7",
3535
"eslint-config-prettier": "^10.1.8",
3636
"eslint-plugin-html": "^8.1.3",
3737
"eslint-plugin-lit": "^2.1.1",
3838
"eslint-plugin-lit-a11y": "^5.1.1",
3939
"eslint-plugin-prettier": "^5.5.4",
40-
"eslint-plugin-wc": "^3.0.1",
41-
"lint-staged": "^16.2.2",
40+
"eslint-plugin-wc": "^3.0.2",
41+
"lint-staged": "^16.2.3",
4242
"markdown-toc": "^1.2.0",
4343
"npm-run-all2": "^8.0.4",
4444
"prettier": "^3.6.2",
4545
"prettier-plugin-astro": "^0.14.1",
46-
"react": "^19.1.1",
46+
"react": "^19.2.0",
4747
"rimraf": "^6.0.1",
4848
"tsup": "^8.5.0",
4949
"typescript": "^5.8.3"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"lit": "^3.3.1"
128128
},
129129
"devDependencies": {
130-
"@custom-elements-manifest/analyzer": "^0.10.8",
130+
"@custom-elements-manifest/analyzer": "^0.10.10",
131131
"@favware/cliff-jumper": "^6.0.0",
132132
"@web/dev-server": "^0.4.6",
133133
"@web/dev-server-esbuild": "^1.0.4",

packages/documentation/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@webcomponents/template-shadowroot": "^0.2.1",
1818
"astro": "5.14.1",
1919
"lit": "^3.3.1",
20-
"react": "^19.1.1",
20+
"react": "^19.2.0",
2121
"starlight-typedoc": "0.21.3",
2222
"typedoc": "0.28.5",
2323
"typedoc-plugin-frontmatter": "^1.3.0",
@@ -26,9 +26,9 @@
2626
"devDependencies": {
2727
"@skyra/discord-components-core": "workspace:^",
2828
"@skyra/discord-components-react": "workspace:^",
29-
"@types/react": "19.1.14",
30-
"@types/react-dom": "^19.1.9",
31-
"react-dom": "^19.1.1",
29+
"@types/react": "19.2.0",
30+
"@types/react-dom": "^19.2.0",
31+
"react-dom": "^19.2.0",
3232
"typescript": "^5.8.3"
3333
}
3434
}

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"dependencies": {
3232
"@lit/react": "^1.0.8",
3333
"@skyra/discord-components-core": "workspace:^",
34-
"react": "^19.1.1"
34+
"react": "^19.2.0"
3535
},
3636
"devDependencies": {
37-
"@types/react": "^19.1.14",
37+
"@types/react": "^19.2.0",
3838
"colorette": "^2.0.20",
3939
"rimraf": "^6.0.1",
4040
"tsup": "^8.5.0",

0 commit comments

Comments
 (0)