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>
21 lines
424 B
JSON
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"
|
|
}
|
|
}
|