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] committed Sep 17, 2022
1 parent 7592002 commit 2dbc405
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 104 deletions.
28 changes: 14 additions & 14 deletions crates/zuse-rs/Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/zuse-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ crate-type = ["cdylib"]
[dependencies]
anyhow = "1"
serde = { version = "1.0", features = ["derive"] }
wasm-bindgen = { version = "0.2.82", features = ["serde-serialize"] }
js-sys = "0.3.59"
wasm-bindgen = { version = "0.2.83", features = ["serde-serialize"] }
js-sys = "0.3.60"
nalgebra = { version = "0.31", features = ["serde-serialize"] }
rstar = { version = "0.9", features = ["serde"] }
itertools = "0.10"
Expand All @@ -25,7 +25,7 @@ zuse-core = { git = "https://github.com/koba789/zuse-core#593cdd052d956be9b2dc56
bytemuck = "1.12"

[dependencies.web-sys]
version = "0.3.59"
version = "0.3.60"
features = [
'console',
'Document',
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
},
"devDependencies": {
"@types/papaparse": "5.3.5",
"@types/react": "18.0.19",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"@typescript-eslint/eslint-plugin": "5.37.0",
"@typescript-eslint/parser": "5.37.0",
"@vitejs/plugin-react-refresh": "1.3.6",
"autoprefixer": "10.4.8",
"eslint": "8.23.0",
"autoprefixer": "10.4.11",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-config-react": "1.1.7",
"eslint-plugin-react": "7.31.8",
Expand All @@ -43,8 +43,8 @@
"vite": "2.9.15"
},
"dependencies": {
"@blueprintjs/core": "4.9.4",
"@blueprintjs/icons": "4.4.2",
"@blueprintjs/core": "4.10.1",
"@blueprintjs/icons": "4.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.1.8"
Expand Down
Loading

0 comments on commit 2dbc405

Please sign in to comment.