Skip to content

Commit 4f95e4f

Browse files
fix(deps): update all non-major dependencies
1 parent 4d3f1ae commit 4f95e4f

File tree

4 files changed

+245
-306
lines changed

4 files changed

+245
-306
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@
2727
"@commitlint/cli": "^19.8.1",
2828
"@commitlint/config-conventional": "^19.8.1",
2929
"@eslint/compat": "^1.2.9",
30-
"@lerna-lite/cli": "^4.1.2",
31-
"@lerna-lite/publish": "^4.1.2",
32-
"@lerna-lite/run": "^4.1.2",
30+
"@lerna-lite/cli": "^4.2.0",
31+
"@lerna-lite/publish": "^4.2.0",
32+
"@lerna-lite/run": "^4.2.0",
3333
"@sapphire/prettier-config": "^2.0.0",
3434
"@sapphire/ts-config": "^5.0.1",
35-
"@types/node": "^22.15.19",
35+
"@types/node": "^22.15.21",
3636
"chalk-cli": "^6.0.0",
3737
"eslint": "^9.27.0",
3838
"eslint-config-neon": "^0.2.7",
3939
"eslint-config-prettier": "^10.1.5",
40-
"eslint-plugin-html": "^8.1.2",
40+
"eslint-plugin-html": "^8.1.3",
4141
"eslint-plugin-lit": "^2.1.1",
4242
"eslint-plugin-lit-a11y": "^4.1.4",
4343
"eslint-plugin-prettier": "^5.4.0",
4444
"eslint-plugin-wc": "^3.0.1",
4545
"lint-staged": "^16.0.0",
4646
"markdown-toc": "^1.2.0",
47-
"npm-run-all2": "^8.0.2",
47+
"npm-run-all2": "^8.0.3",
4848
"prettier": "^3.5.3",
4949
"prettier-plugin-astro": "^0.14.1",
5050
"react": "^19.1.0",

packages/documentation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@astrojs/starlight": "0.34.3",
1616
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
1717
"@webcomponents/template-shadowroot": "^0.2.1",
18-
"astro": "5.7.13",
18+
"astro": "5.8.0",
1919
"lit": "^3.3.0",
2020
"starlight-typedoc": "0.17.0",
2121
"typedoc": "0.27.4",
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@skyra/discord-components-core": "workspace:^",
2727
"@skyra/discord-components-react": "workspace:^",
28-
"@types/react": "19.1.4",
28+
"@types/react": "19.1.5",
2929
"@types/react-dom": "^19.1.5",
3030
"react-dom": "^19.1.0",
3131
"typescript": "^5.7.2"

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react": "^19.1.0"
3535
},
3636
"devDependencies": {
37-
"@types/react": "^19.1.4",
37+
"@types/react": "^19.1.5",
3838
"colorette": "^2.0.20",
3939
"rimraf": "^6.0.1",
4040
"tsup": "^8.5.0",

0 commit comments

Comments
 (0)