Skip to content

Commit 4194258

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 55531f9 commit 4194258

File tree

5 files changed

+488
-478
lines changed

5 files changed

+488
-478
lines changed

.yarn/releases/yarn-4.5.0.cjs renamed to .yarn/releases/yarn-4.5.1.cjs

+367-358
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
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.0.cjs
13+
yarnPath: .yarn/releases/yarn-4.5.1.cjs

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"devDependencies": {
2727
"@commitlint/cli": "^19.5.0",
2828
"@commitlint/config-conventional": "^19.5.0",
29-
"@eslint/compat": "^1.2.0",
30-
"@lerna-lite/cli": "^3.9.3",
31-
"@lerna-lite/publish": "^3.9.3",
32-
"@lerna-lite/run": "^3.9.3",
29+
"@eslint/compat": "^1.2.1",
30+
"@lerna-lite/cli": "^3.10.0",
31+
"@lerna-lite/publish": "^3.10.0",
32+
"@lerna-lite/run": "^3.10.0",
3333
"@sapphire/prettier-config": "^2.0.0",
3434
"@sapphire/ts-config": "^5.0.1",
35-
"@types/node": "^20.16.11",
35+
"@types/node": "^20.16.13",
3636
"chalk-cli": "^5.0.1",
3737
"eslint": "^8.57.1",
3838
"eslint-config-neon": "^0.2.0",
@@ -44,7 +44,7 @@
4444
"eslint-plugin-wc": "^2.2.0",
4545
"lint-staged": "^15.2.10",
4646
"markdown-toc": "^1.2.0",
47-
"npm-run-all2": "^6.2.3",
47+
"npm-run-all2": "^6.2.4",
4848
"prettier": "^3.3.3",
4949
"prettier-plugin-astro": "^0.14.1",
5050
"react": "^18.3.1",
@@ -79,5 +79,5 @@
7979
"*": "prettier --ignore-unknown --write",
8080
"*.{mjs,js,ts,tsx}": "eslint --fix"
8181
},
82-
"packageManager": "yarn@4.5.0"
82+
"packageManager": "yarn@4.5.1"
8383
}

packages/documentation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@astrojs/starlight": "0.28.3",
1616
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
1717
"@webcomponents/template-shadowroot": "^0.2.1",
18-
"astro": "4.16.2",
18+
"astro": "4.16.6",
1919
"lit": "^3.2.1",
2020
"starlight-typedoc": "0.15.0",
2121
"typedoc": "0.26.5",

0 commit comments

Comments
 (0)