Skip to content

Commit c516b75

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

File tree

6 files changed

+445
-437
lines changed

6 files changed

+445
-437
lines changed
Lines changed: 287 additions & 287 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ plugins:
1010
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
1111
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'
1212

13-
yarnPath: .yarn/releases/yarn-4.5.3.cjs
13+
yarnPath: .yarn/releases/yarn-4.6.0.cjs

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"@commitlint/cli": "^19.6.1",
2828
"@commitlint/config-conventional": "^19.6.0",
2929
"@eslint/compat": "^1.2.4",
30-
"@lerna-lite/cli": "^3.10.1",
31-
"@lerna-lite/publish": "^3.10.1",
32-
"@lerna-lite/run": "^3.10.1",
30+
"@lerna-lite/cli": "^3.11.0",
31+
"@lerna-lite/publish": "^3.11.0",
32+
"@lerna-lite/run": "^3.11.0",
3333
"@sapphire/prettier-config": "^2.0.0",
3434
"@sapphire/ts-config": "^5.0.1",
35-
"@types/node": "^22.10.2",
35+
"@types/node": "^22.10.5",
3636
"chalk-cli": "^5.0.1",
3737
"eslint": "^9.17.0",
3838
"eslint-config-neon": "^0.2.4",
@@ -76,5 +76,5 @@
7676
"*": "prettier --ignore-unknown --write",
7777
"*.{mjs,js,ts,tsx}": "eslint --fix"
7878
},
79-
"packageManager": "yarn@4.5.3"
79+
"packageManager": "yarn@4.6.0"
8080
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"@favware/cliff-jumper": "^5.0.0",
132132
"@web/dev-server": "^0.4.6",
133133
"@web/dev-server-esbuild": "^1.0.3",
134-
"concurrently": "^9.1.1",
134+
"concurrently": "^9.1.2",
135135
"ts-lit-plugin": "^2.0.2",
136136
"typescript": "^5.7.2"
137137
},

packages/documentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@astrojs/starlight": "0.30.3",
1616
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
1717
"@webcomponents/template-shadowroot": "^0.2.1",
18-
"astro": "5.1.1",
18+
"astro": "5.1.2",
1919
"lit": "^3.2.1",
2020
"starlight-typedoc": "0.17.0",
2121
"typedoc": "0.27.4",

0 commit comments

Comments
 (0)