borgwarehouse/package.json
dependabot[bot] b22dcdaa4d
build(deps): bump react-select from 5.9.0 to 5.10.0
Bumps [react-select](https://github.com/JedWatson/react-select) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.9.0...react-select@5.10.0)

---
updated-dependencies:
- dependency-name: react-select
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-27 19:19:07 +00:00

38 lines
1.2 KiB
JSON

{
"name": "borgwarehouse",
"version": "2.4.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"setup": "npm install && npm run setup:hooks",
"setup:hooks": "npx husky install",
"format": "prettier --write \"{Components,Containers,helpers,pages,styles}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"dependencies": {
"@tabler/icons-react": "^3.29.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.7",
"next": "^15.1.6",
"next-auth": "^4.24.10",
"nodemailer": "^6.9.16",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-select": "^5.10.0",
"react-toastify": "^10.0.6",
"spinners-react": "^1.0.10",
"swr": "^2.3.0",
"uuid": "^11.0.5"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"eslint-config-next": "^15.1.6",
"husky": "^9.1.7",
"prettier": "^3.4.2"
}
}