Skip to content

Commit

Permalink
chore(examples): bump next from 12.0.7 to 12.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jan 30, 2022
1 parent dad7690 commit 04749c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/nextjs-typescript/package.json
Expand Up @@ -9,16 +9,16 @@
"start": "next start"
},
"dependencies": {
"next": "12.0.7",
"next": "12.0.9",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-md": "latest"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@types/react": "^17.0.33",
"eslint": "7.32.0",
"eslint-config-next": "12.0.2",
"eslint": "^8.8.0",
"eslint-config-next": "12.0.9",
"sass": "^1.43.4",
"typescript": "^4.4.4"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Expand Up @@ -9,14 +9,14 @@
"start": "next start"
},
"dependencies": {
"next": "12.0.7",
"next": "12.0.9",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-md": "latest"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "12.0.2",
"eslint": "^8.8.0",
"eslint-config-next": "12.0.9",
"sass": "^1.43.4"
}
}

1 comment on commit 04749c6

@vercel
Copy link

@vercel vercel bot commented on 04749c6 Jan 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.