dependabot[bot] c68f0ae079
chore(deps): bump next from 14.0.2 to 14.1.1 in /examples/flush-notes
Bumps [next](https://github.com/vercel/next.js) from 14.0.2 to 14.1.1.
- [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/v14.0.2...v14.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-10 03:06:58 +00:00

31 lines
682 B
JSON

{
"name": "flush-notes",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"start": "next dev",
"lint": "next lint"
},
"dependencies": {
"@waku/interfaces": "0.0.23",
"@waku/message-encryption": "0.0.26",
"@waku/sdk": "0.0.25-fd60cc2.0",
"@waku/utils": "0.0.17-fd60cc2.0",
"next": "14.1.1",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"postcss": "^8",
"typescript": "^5"
}
}