Skip to content

Commit 7e355eb

Browse files
fix(deps): update all non-major dependencies (#555)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3685abd commit 7e355eb

File tree

4 files changed

+195
-195
lines changed

4 files changed

+195
-195
lines changed

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
"devDependencies": {
2727
"@commitlint/cli": "^19.8.0",
2828
"@commitlint/config-conventional": "^19.8.0",
29-
"@eslint/compat": "^1.2.7",
29+
"@eslint/compat": "^1.2.8",
3030
"@lerna-lite/cli": "^4.0.0",
3131
"@lerna-lite/publish": "^4.0.0",
3232
"@lerna-lite/run": "^4.0.0",
3333
"@sapphire/prettier-config": "^2.0.0",
3434
"@sapphire/ts-config": "^5.0.1",
35-
"@types/node": "^22.13.14",
35+
"@types/node": "^22.14.0",
3636
"chalk-cli": "^5.0.1",
37-
"eslint": "^9.23.0",
37+
"eslint": "^9.24.0",
3838
"eslint-config-neon": "^0.2.7",
3939
"eslint-config-prettier": "^10.1.1",
4040
"eslint-plugin-html": "^8.1.2",
4141
"eslint-plugin-lit": "^2.0.0",
4242
"eslint-plugin-lit-a11y": "^4.1.4",
43-
"eslint-plugin-prettier": "^5.2.5",
43+
"eslint-plugin-prettier": "^5.2.6",
4444
"eslint-plugin-wc": "^3.0.0",
4545
"lint-staged": "^15.5.0",
4646
"markdown-toc": "^1.2.0",
@@ -53,7 +53,7 @@
5353
"typescript": "^5.7.2"
5454
},
5555
"resolutions": {
56-
"esbuild": "~0.25.1",
56+
"esbuild": "~0.25.2",
5757
"@next/eslint-plugin-next": "npm:@favware/skip-dependency@latest",
5858
"eslint-plugin-mdx": "npm:@favware/skip-dependency@latest",
5959
"eslint-plugin-cypress": "npm:@favware/skip-dependency@latest",

Diff for: packages/documentation/package.json

+4-4
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.32.5",
15+
"@astrojs/starlight": "0.32.6",
1616
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
1717
"@webcomponents/template-shadowroot": "^0.2.1",
18-
"astro": "5.5.5",
18+
"astro": "5.6.1",
1919
"lit": "^3.2.1",
2020
"starlight-typedoc": "0.17.0",
2121
"typedoc": "0.27.4",
@@ -25,8 +25,8 @@
2525
"devDependencies": {
2626
"@skyra/discord-components-core": "workspace:^",
2727
"@skyra/discord-components-react": "workspace:^",
28-
"@types/react": "19.0.12",
29-
"@types/react-dom": "^19.0.4",
28+
"@types/react": "19.1.0",
29+
"@types/react-dom": "^19.1.1",
3030
"react-dom": "^19.1.0",
3131
"typescript": "^5.7.2"
3232
}

Diff for: packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react": "^19.1.0"
3535
},
3636
"devDependencies": {
37-
"@types/react": "^19.0.12",
37+
"@types/react": "^19.1.0",
3838
"colorette": "^2.0.20",
3939
"rimraf": "^6.0.1",
4040
"tsup": "^8.4.0",

0 commit comments

Comments
 (0)