Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
korbinian90 committed Sep 29, 2024
1 parent 657e00a commit c2106b8
Show file tree
Hide file tree
Showing 2 changed files with 382 additions and 274 deletions.
30 changes: 15 additions & 15 deletions niivue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@
"watch": "vite build --watch"
},
"dependencies": {
"@niivue/niivue": "0.44.2",
"@niivue/niivue": "0.45.1",
"@preact/signals": "^1.2.2",
"htm": "^3.1.1",
"preact": "^10.19.6",
"preact": "^10.24.1",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"react-router-dom": "^6.22.3"
"react-router-dom": "^6.26.2"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@playwright/test": "^1.46.0",
"@preact/preset-vite": "^2.8.2",
"@testing-library/jest-dom": "^6.4.2",
"@playwright/test": "^1.47.2",
"@preact/preset-vite": "^2.9.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/preact": "^3.2.3",
"@types/node": "^22.1.0",
"@vitest/ui": "^2.0.5",
"@types/node": "^22.7.4",
"@vitest/ui": "^2.1.1",
"autoprefixer": "^10.4.18",
"jsdom": "^24.0.0",
"jsdom": "^25.0.1",
"less": "^4.1.3",
"postcss": "^8.4.36",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vite": "^5.3.5",
"vite-plugin-pwa": "^0.20.1",
"vitest": "^2.0.5",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^2.1.1",
"workbox-build": "^7.0.0",
"workbox-window": "^7.0.0"
}
Expand Down
Loading

0 comments on commit c2106b8

Please sign in to comment.