Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eirslett committed Oct 7, 2024
1 parent 980eaa9 commit 7c8a775
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,33 +32,33 @@
"@fontsource/inter": "^5.1.0",
"clsx": "^2.1.1",
"cookie-parser": "^1.4.6",
"date-fns": "^4.0.0",
"date-fns": "^4.1.0",
"express": "^4.21.0",
"jose": "^5.9.2",
"jose": "^5.9.3",
"mysql": "^2.18.1",
"openid-client": "^5.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"rxdb": "^15.33.0",
"rxdb": "^15.34.1",
"rxjs": "^7.8.1",
"timeago.js": "^4.0.2",
"uuid": "^10.0.0"
},
"devDependencies": {
"@faker-js/faker": "^9.0.1",
"@storybook/react-vite": "8.3.0",
"@faker-js/faker": "^9.0.3",
"@storybook/react-vite": "8.3.5",
"@types/bun": "latest",
"@types/cookie-parser": "^1.4.7",
"@types/mysql": "^2.15.26",
"@types/react": "^18.3.6",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"storybook": "^8.3.0",
"storybook": "^8.3.5",
"typescript": "^5.6.2",
"vite": "^5.4.5"
"vite": "^5.4.8"
}
}

0 comments on commit 7c8a775

Please sign in to comment.