Files
tomasulo-simulator/package.json
dependabot[bot] ca0d19f7a3 Bump next from 13.4.4 to 13.5.0
Bumps [next](https://github.com/vercel/next.js) from 13.4.4 to 13.5.0.
- [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.4.4...v13.5.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

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

20 lines
427 B
JSON

{
"name": "tomasulo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bootstrap": "5.3.0-alpha3",
"formik": "^2.4.1",
"next": "13.5.0",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0"
}
}