Skip to content

Commit

Permalink
chore(deps): update all non-major depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent e318510 commit 4edb436
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 2,690 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10.0
20.11.0
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ inherits = "release"
strip = true # Automatically strip symbols from the binary.

[workspace.dependencies]
anyhow = "1.0.75"
anyhow = "1.0.79"
async-net = "2.0.0"
base64 = "0.21.5"
base64 = "0.21.7"
bevy = { version = "0.12.1", default-features = false, features = [
"bevy_asset",
"bevy_core_pipeline",
"bevy_render",
"multi-threaded"
] }
bevy_panorbit_camera = "0.10.0"
crossbeam-channel = "0.5.10"
crossbeam-channel = "0.5.11"
log = "0.4.20"
pretty_env_logger = "0.5.0"
wgpu = "0.17.2"
wgpu = "0.19.1"
tungstenite = "0.21.0"
4 changes: 2 additions & 2 deletions crates/bevy_ws_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ anyhow = {workspace = true}
base64 = {workspace = true}
bevy = { version = "0.12.1", default-features = false, features = ["multi-threaded"] }
async-net = {workspace = true}
futures = "0.3.29"
futures = "0.3.30"
async-tungstenite = "0.24.0"
log = {workspace = true}
crossbeam-channel = {workspace = true}
async-channel = "2.1.0"
async-channel = "2.1.1"
async-native-tls = "0.5.0"
smol = "2.0.0"
tungstenite = {workspace = true}
Expand Down
8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"next": "14.0.5-canary.65",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^2.2.0"
Expand All @@ -22,13 +22,13 @@
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.10.8",
"@types/react": "18.2.47",
"@types/node": "20.11.6",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.16",
"dotenv": "^16.3.1",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prettier --write"
]
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].3",
"engines": {
"node": "20.x",
"pnpm": "8"
Expand Down
Loading

0 comments on commit 4edb436

Please sign in to comment.