Skip to content

Commit

Permalink
Merge pull request #2 from hsellik/main
Browse files Browse the repository at this point in the history
Bump dependencies and add multiplanarShowRender
  • Loading branch information
jennydaman authored Aug 6, 2024
2 parents 1efaf77 + c4050cd commit d7734b8
Show file tree
Hide file tree
Showing 3 changed files with 461 additions and 499 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"fmt": "biome format --write ."
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@niivue/niivue": "^0.43.3",
"@playwright/test": "^1.44.1",
"@biomejs/biome": "^1.8.3",
"@niivue/niivue": "^0.44.2",
"@playwright/test": "^1.45.3",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-v8": "^1.6.0",
"c8": "^9.1.0",
"happy-dom": "^14.12.0",
"@vitest/coverage-v8": "^2.0.5",
"c8": "^10.1.2",
"happy-dom": "^14.12.3",
"playwright-test-coverage-native": "^0.2.0",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"use-immer": "^0.9.0",
"vite": "^5.2.12",
"vitest": "^1.6.0"
"react-router-dom": "^6.26.0",
"use-immer": "^0.10.0",
"vite": "^5.3.5",
"vitest": "^2.0.5"
},
"peerDependencies": {
"@niivue/niivue": "^0.39.0",
"@niivue/niivue": "^0.44.2",
"react": "^17 || ^18",
"typescript": "^5.0.0"
},
Expand Down
Loading

0 comments on commit d7734b8

Please sign in to comment.