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 22, 2024
1 parent 9b6275f commit d6a2c49
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 2,694 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 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.5",
"@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
20 changes: 10 additions & 10 deletions new_media/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ rust-version.workspace = true
default-run = "new_media"

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.79"
async-net = "2.0.0"
base64 = "0.21.5"
bevy = { version = "0.12.0", default-features = false, features = [
base64 = "0.21.7"
bevy = { version = "0.12.1", default-features = false, features = [
"bevy_asset",
"bevy_core_pipeline",
"bevy_render",
Expand All @@ -21,19 +21,19 @@ bevy_panorbit_camera = "0.10.0"
bevy_web_asset = "0.7.0"
bytes = "1.5.0"
chrono = "0.4.31"
crossbeam-channel = "0.5.10"
crossbeam-channel = "0.5.11"
dotenvy = "0.15.7"
futures = "0.3.29"
futures = "0.3.30"
futures-intrusive = "0.5.0"
image = { version = "0.24.7", default-features = false }
image = { version = "0.24.8", default-features = false }
log = "0.4.20"
pollster = "0.3.0"
pretty_env_logger = "0.5.0"
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
tokio = { version = "1.33.0", features = ["full"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
tokio = { version = "1.35.1", features = ["full"] }
url = "2.5.0"
wgpu = { version = "0.17.1" }
wgpu = { version = "0.19.1" }
tungstenite = "0.21.0"

[target.x86_64-unknown-linux-gnu.dependencies]
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].1",
"engines": {
"node": "20.x",
"pnpm": "8"
Expand Down
Loading

0 comments on commit d6a2c49

Please sign in to comment.