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 30, 2024
1 parent 6281903 commit c5b1207
Show file tree
Hide file tree
Showing 14 changed files with 540 additions and 629 deletions.
4 changes: 2 additions & 2 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"docusaurus-plugin-typedoc": "1.0.5",
"replace": "1.2.2",
"rimraf": "6.0.1",
"typedoc": "0.26.11",
"typedoc": "0.27.0",
"typedoc-plugin-markdown": "4.2.10",
"typedoc-plugin-no-inherit": "1.4.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"browserslist": {
"production": [
Expand Down
159 changes: 48 additions & 111 deletions documentation/yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.2.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@
"last 1 safari version"
]
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}
18 changes: 9 additions & 9 deletions examples/yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.2.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
2 changes: 1 addition & 1 deletion react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"vite-plugin-externalize-deps": "^0.8.0",
"vitest": "^1.5.3"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"files": [
"dist"
],
Expand Down
Loading

0 comments on commit c5b1207

Please sign in to comment.