Skip to content

Commit

Permalink
Update non-major deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent e868005 commit b739ab1
Show file tree
Hide file tree
Showing 3 changed files with 953 additions and 646 deletions.
6 changes: 3 additions & 3 deletions crates/zuse-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ anyhow = "1"
serde = { version = "1.0", features = ["derive"] }
wasm-bindgen = { version = "0.2.87", features = ["serde-serialize"] }
js-sys = "0.3.64"
nalgebra = { version = "0.32", features = ["serde-serialize"] }
rstar = { version = "0.11", features = ["serde"] }
itertools = "0.11"
nalgebra = { version = "0.33", features = ["serde-serialize"] }
rstar = { version = "0.12", features = ["serde"] }
itertools = "0.13"
lazy_static = "1.4"
serde_json = "1.0"
zuse-core = { git = "https://github.com/koba789/zuse-core#593cdd052d956be9b2dc56e21de6419c0dbad532" }
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"install:wasm-pack": "yarn global add wasm-pack"
},
"devDependencies": {
"@types/papaparse": "5.3.8",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/papaparse": "5.3.15",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-react-refresh": "1.3.6",
"autoprefixer": "10.4.15",
"eslint": "8.49.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.0",
"eslint-config-react": "1.1.7",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"npm-run-all": "4.1.5",
"postcss": "8.4.29",
"prettier": "2.8.8",
Expand All @@ -45,8 +45,8 @@
"dependencies": {
"@blueprintjs/core": "4.20.2",
"@blueprintjs/icons": "4.16.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3"
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.16"
}
}
Loading

0 comments on commit b739ab1

Please sign in to comment.