mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
b436589ff8
### What? Merged a bunch of dependabot alerts in my own canary branch, mainly postcss patch updates, and one graphql minor update, to fix moderate security vulnerabilities in examples. Spot checked most and look good still. EDIT: also one in scripts/send-trace-to-jaeger ### Why? Because safety ### How? Dependabot --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Steven <steven@ceriously.com>
21 lines
377 B
JSON
21 lines
377 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "2.3.1",
|
|
"date-fns": "2.30.0",
|
|
"next": "latest",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "10.4.2",
|
|
"postcss": "8.4.31",
|
|
"tailwindcss": "^3.0.15"
|
|
}
|
|
}
|