Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent d0221af commit 014ee6f
Show file tree
Hide file tree
Showing 6 changed files with 101 additions and 80 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@docusaurus/core": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@mdx-js/react": "^1.6.22",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.1.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"docs"
],
"volta": {
"node": "20.8.1"
"node": "20.9.0"
},
"config": {
"commitizen": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rust-core/Cargo.lock

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

2 changes: 1 addition & 1 deletion packages/rust-core/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ reqwest = { version = "^0.11.22", default-features = false, features = [
"json",
"multipart",
] }
webc = "5.6.0"
webc = "5.7.0"
virtual-fs = { version = "0.9.0", features = ["host-fs"] }
virtual-net = { version = "0.6.1", features = ["host-net"] }
tokio = { version = "1.33.0", features = [
Expand Down
2 changes: 1 addition & 1 deletion tools/devkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"extends": "../../package.json"
},
"devDependencies": {
"@swc/core": "1.3.94",
"@swc/core": "1.3.95",
"@swc/helpers": "^0.5.3",
"@types/node": "^20.8.7",
"@types/yargs": "^17.0.29"
Expand Down
169 changes: 95 additions & 74 deletions yarn.lock

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

0 comments on commit 014ee6f

Please sign in to comment.