This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Maneger/package/web/package.json
dependabot[bot] ef5a58a653 Bump next from 13.2.1 to 13.2.2
Bumps [next](https://github.com/vercel/next.js) from 13.2.1 to 13.2.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.2.1...v13.2.2)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 08:01:47 +00:00

21 lines
424 B
JSON

{
"name": "@the-bds-maneger/web",
"version": "1.0.0",
"description": "",
"type": "module",
"author": "Matheus Sampaio Queiroga <srherobrine20@gmail.com>",
"license": "GPL-3.0",
"scripts": {
"dev": "next dev"
},
"dependencies": {
"@the-bds-maneger/core": "*",
"next": "^13.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.28"
}
}