Skip to content

Commit 288f332

Browse files
fix(deps): update all non-major dependencies
1 parent 32037ca commit 288f332

File tree

4 files changed

+156
-140
lines changed

4 files changed

+156
-140
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@
2626
"devDependencies": {
2727
"@commitlint/cli": "^19.8.1",
2828
"@commitlint/config-conventional": "^19.8.1",
29-
"@lerna-lite/cli": "^4.3.0",
30-
"@lerna-lite/publish": "^4.3.0",
31-
"@lerna-lite/run": "^4.3.0",
29+
"@lerna-lite/cli": "^4.4.1",
30+
"@lerna-lite/publish": "^4.4.1",
31+
"@lerna-lite/run": "^4.4.1",
3232
"@sapphire/prettier-config": "^2.0.0",
3333
"@sapphire/ts-config": "^5.0.1",
34-
"@types/node": "^22.15.30",
34+
"@types/node": "^22.15.31",
3535
"chalk-cli": "^6.0.0",
36-
"eslint": "^9.28.0",
36+
"eslint": "^9.29.0",
3737
"eslint-config-neon": "^0.2.7",
3838
"eslint-config-prettier": "^10.1.5",
3939
"eslint-plugin-html": "^8.1.3",
4040
"eslint-plugin-lit": "^2.1.1",
4141
"eslint-plugin-lit-a11y": "^5.0.1",
4242
"eslint-plugin-prettier": "^5.4.1",
4343
"eslint-plugin-wc": "^3.0.1",
44-
"lint-staged": "^16.1.0",
44+
"lint-staged": "^16.1.1",
4545
"markdown-toc": "^1.2.0",
4646
"npm-run-all2": "^8.0.4",
4747
"prettier": "^3.5.3",

packages/documentation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"dependencies": {
1313
"@astrojs/check": "0.9.4",
1414
"@astrojs/lit": "^4.3.0",
15-
"@astrojs/starlight": "0.34.3",
15+
"@astrojs/starlight": "0.34.4",
1616
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
1717
"@webcomponents/template-shadowroot": "^0.2.1",
18-
"astro": "5.9.1",
18+
"astro": "5.9.3",
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.6",
28+
"@types/react": "19.1.8",
2929
"@types/react-dom": "^19.1.6",
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.6",
37+
"@types/react": "^19.1.8",
3838
"colorette": "^2.0.20",
3939
"rimraf": "^6.0.1",
4040
"tsup": "^8.5.0",

0 commit comments

Comments
 (0)