[examples/data-literate,#667][s]: upgrade next v12 - nothing needing fixing.

Updated nextjs to latest version (12.1.0)
This commit is contained in:
Rufus Pollock 2022-02-24 14:54:19 +01:00 committed by GitHub
commit 92752fbb1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 131 additions and 1490 deletions

View File

@ -4,10 +4,12 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && next export",
"start": "next start"
},
"engines": {
"node": ">12"
},
"dependencies": {
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.3",
@ -16,7 +18,7 @@
"autoprefixer": "^10.0.4",
"frictionless.js": "^0.13.4",
"gray-matter": "^4.0.3",
"next": "11.1.3",
"next": "12.1.0",
"next-mdx-remote": "^3.0.4",
"papaparse": "^5.3.1",
"postcss": "^8.2.10",

File diff suppressed because it is too large Load Diff