Skip to content

Commit 76852bb

Browse files
fix(deps): update all non-major dependencies
1 parent 03fcee0 commit 76852bb

File tree

5 files changed

+232
-224
lines changed

5 files changed

+232
-224
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,26 @@
2626
"devDependencies": {
2727
"@commitlint/cli": "^19.7.1",
2828
"@commitlint/config-conventional": "^19.7.1",
29-
"@eslint/compat": "^1.2.6",
30-
"@lerna-lite/cli": "^3.12.0",
31-
"@lerna-lite/publish": "^3.12.0",
32-
"@lerna-lite/run": "^3.12.0",
29+
"@eslint/compat": "^1.2.7",
30+
"@lerna-lite/cli": "^3.12.1",
31+
"@lerna-lite/publish": "^3.12.1",
32+
"@lerna-lite/run": "^3.12.1",
3333
"@sapphire/prettier-config": "^2.0.0",
3434
"@sapphire/ts-config": "^5.0.1",
35-
"@types/node": "^22.13.4",
35+
"@types/node": "^22.13.5",
3636
"chalk-cli": "^5.0.1",
37-
"eslint": "^9.20.1",
37+
"eslint": "^9.21.0",
3838
"eslint-config-neon": "^0.2.4",
3939
"eslint-config-prettier": "^10.0.1",
4040
"eslint-plugin-html": "^8.1.2",
4141
"eslint-plugin-lit": "^1.15.0",
4242
"eslint-plugin-lit-a11y": "^4.1.4",
4343
"eslint-plugin-prettier": "^5.2.3",
44-
"eslint-plugin-wc": "^2.2.0",
44+
"eslint-plugin-wc": "^2.2.1",
4545
"lint-staged": "^15.4.3",
4646
"markdown-toc": "^1.2.0",
4747
"npm-run-all2": "^7.0.2",
48-
"prettier": "^3.5.1",
48+
"prettier": "^3.5.2",
4949
"prettier-plugin-astro": "^0.14.1",
5050
"react": "^19.0.0",
5151
"rimraf": "^6.0.1",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"@custom-elements-manifest/analyzer": "^0.10.4",
131131
"@favware/cliff-jumper": "^6.0.0",
132132
"@web/dev-server": "^0.4.6",
133-
"@web/dev-server-esbuild": "^1.0.3",
133+
"@web/dev-server-esbuild": "^1.0.4",
134134
"concurrently": "^9.1.2",
135135
"ts-lit-plugin": "^2.0.2",
136136
"typescript": "^5.7.2"

packages/documentation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/check": "0.9.4",
1414
"@astrojs/lit": "^4.3.0",
15-
"@astrojs/starlight": "0.32.0",
15+
"@astrojs/starlight": "0.32.1",
1616
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
1717
"@webcomponents/template-shadowroot": "^0.2.1",
1818
"astro": "5.3.0",
@@ -25,8 +25,8 @@
2525
"devDependencies": {
2626
"@skyra/discord-components-core": "workspace:^",
2727
"@skyra/discord-components-react": "workspace:^",
28-
"@types/react": "19.0.8",
29-
"@types/react-dom": "^19.0.3",
28+
"@types/react": "19.0.10",
29+
"@types/react-dom": "^19.0.4",
3030
"react-dom": "^19.0.0",
3131
"typescript": "^5.7.2"
3232
}

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.0.0"
3535
},
3636
"devDependencies": {
37-
"@types/react": "^19.0.8",
37+
"@types/react": "^19.0.10",
3838
"colorette": "^2.0.20",
3939
"rimraf": "^6.0.1",
4040
"tsup": "^8.3.6",

0 commit comments

Comments
 (0)