Update to next 13 and react 18.
This commit is contained in:
12
package.json
12
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tssc-workshop",
|
||||
"version": "1.1.0",
|
||||
"name": "ocp-app-delivery-workshop",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "next-remote-watch ./data",
|
||||
@ -15,7 +15,7 @@
|
||||
"dependencies": {
|
||||
"@fontsource/inter": "4.5.2",
|
||||
"@mailchimp/mailchimp_marketing": "^3.0.58",
|
||||
"@next/bundle-analyzer": "^12.1.4",
|
||||
"@next/bundle-analyzer": "^13.5.1",
|
||||
"@tailwindcss/forms": "^0.4.0",
|
||||
"@tailwindcss/typography": "^0.5.0",
|
||||
"autoprefixer": "^10.4.0",
|
||||
@ -24,12 +24,12 @@
|
||||
"gray-matter": "^4.0.2",
|
||||
"image-size": "1.0.0",
|
||||
"mdx-bundler": "^8.0.0",
|
||||
"next": "12.1.4",
|
||||
"next": "13.5.1",
|
||||
"next-themes": "^0.0.14",
|
||||
"postcss": "^8.4.5",
|
||||
"preact": "^10.6.2",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-medium-image-zoom": "^4.3.5",
|
||||
"reading-time": "1.3.0",
|
||||
"rehype-autolink-headings": "^6.1.0",
|
||||
|
||||
Reference in New Issue
Block a user