Skip to content

Commit 87921b5

Browse files
fix(deps): update all non-major dependencies (#542)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f174753 commit 87921b5

File tree

3 files changed

+214
-255
lines changed

3 files changed

+214
-255
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@
2424
"build:documentation": "yarn workspace documentation build"
2525
},
2626
"devDependencies": {
27-
"@commitlint/cli": "^19.7.1",
28-
"@commitlint/config-conventional": "^19.7.1",
27+
"@commitlint/cli": "^19.8.0",
28+
"@commitlint/config-conventional": "^19.8.0",
2929
"@eslint/compat": "^1.2.7",
3030
"@lerna-lite/cli": "^3.12.1",
3131
"@lerna-lite/publish": "^3.12.2",
3232
"@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.8",
35+
"@types/node": "^22.13.10",
3636
"chalk-cli": "^5.0.1",
37-
"eslint": "^9.21.0",
37+
"eslint": "^9.22.0",
3838
"eslint-config-neon": "^0.2.4",
39-
"eslint-config-prettier": "^10.0.2",
39+
"eslint-config-prettier": "^10.1.1",
4040
"eslint-plugin-html": "^8.1.2",
4141
"eslint-plugin-lit": "^1.15.0",
4242
"eslint-plugin-lit-a11y": "^4.1.4",
@@ -45,7 +45,7 @@
4545
"lint-staged": "^15.4.3",
4646
"markdown-toc": "^1.2.0",
4747
"npm-run-all2": "^7.0.2",
48-
"prettier": "^3.5.2",
48+
"prettier": "^3.5.3",
4949
"prettier-plugin-astro": "^0.14.1",
5050
"react": "^19.0.0",
5151
"rimraf": "^6.0.1",

packages/documentation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@astrojs/starlight": "0.32.2",
1616
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
1717
"@webcomponents/template-shadowroot": "^0.2.1",
18-
"astro": "5.4.1",
18+
"astro": "5.4.2",
1919
"lit": "^3.2.1",
2020
"starlight-typedoc": "0.17.0",
2121
"typedoc": "0.27.4",

0 commit comments

Comments
 (0)