Skip to content

Commit 32cb659

Browse files
fix(deps): update all non-major dependencies (#519)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 30b9725 commit 32cb659

File tree

4 files changed

+719
-162
lines changed

4 files changed

+719
-162
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"build:documentation": "yarn workspace documentation build"
2525
},
2626
"devDependencies": {
27-
"@commitlint/cli": "^19.6.0",
27+
"@commitlint/cli": "^19.6.1",
2828
"@commitlint/config-conventional": "^19.6.0",
2929
"@eslint/compat": "^1.2.4",
3030
"@lerna-lite/cli": "^3.10.1",
@@ -44,7 +44,7 @@
4444
"eslint-plugin-wc": "^2.2.0",
4545
"lint-staged": "^15.2.11",
4646
"markdown-toc": "^1.2.0",
47-
"npm-run-all2": "^7.0.1",
47+
"npm-run-all2": "^7.0.2",
4848
"prettier": "^3.4.2",
4949
"prettier-plugin-astro": "^0.14.1",
5050
"react": "^19.0.0",
@@ -53,7 +53,7 @@
5353
"typescript": "^5.7.2"
5454
},
5555
"resolutions": {
56-
"esbuild": "~0.24.0",
56+
"esbuild": "~0.24.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",

packages/documentation/package.json

+3-3
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.30.1",
15+
"@astrojs/starlight": "0.30.3",
1616
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
1717
"@webcomponents/template-shadowroot": "^0.2.1",
18-
"astro": "5.0.8",
18+
"astro": "5.1.1",
1919
"lit": "^3.2.1",
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.0.1",
28+
"@types/react": "19.0.2",
2929
"@types/react-dom": "^19.0.2",
3030
"react-dom": "^19.0.0",
3131
"typescript": "^5.7.2"

packages/react/package.json

+1-1
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.1",
37+
"@types/react": "^19.0.2",
3838
"colorette": "^2.0.20",
3939
"rimraf": "^6.0.1",
4040
"tsup": "^8.3.5",

0 commit comments

Comments
 (0)