Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent be634b5 commit c465cf9
Show file tree
Hide file tree
Showing 5 changed files with 3,287 additions and 701 deletions.
614 changes: 307 additions & 307 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'

yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"build:documentation": "yarn workspace documentation build"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/compat": "^1.2.3",
"@lerna-lite/cli": "^3.10.0",
"@lerna-lite/publish": "^3.10.0",
"@lerna-lite/run": "^3.10.0",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^22.9.0",
"@types/node": "^22.10.0",
"chalk-cli": "^5.0.1",
"eslint": "^8.57.1",
"eslint-config-neon": "^0.2.0",
"eslint-config-neon": "^0.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-lit": "^1.15.0",
Expand All @@ -45,7 +45,7 @@
"lint-staged": "^15.2.10",
"markdown-toc": "^1.2.0",
"npm-run-all2": "^7.0.1",
"prettier": "^3.3.3",
"prettier": "^3.4.0",
"prettier-plugin-astro": "^0.14.1",
"react": "^18.3.1",
"rimraf": "^6.0.1",
Expand Down Expand Up @@ -79,5 +79,5 @@
"*": "prettier --ignore-unknown --write",
"*.{mjs,js,ts,tsx}": "eslint --fix"
},
"packageManager": "yarn@4.5.1"
"packageManager": "yarn@4.5.3"
}
4 changes: 2 additions & 2 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/lit": "^4.3.0",
"@astrojs/starlight": "0.29.0",
"@astrojs/starlight": "0.29.2",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "4.16.13",
"astro": "4.16.15",
"lit": "^3.2.1",
"starlight-typedoc": "0.17.0",
"typedoc": "0.26.11",
Expand Down
Loading

0 comments on commit c465cf9

Please sign in to comment.