Skip to content

Commit

Permalink
Update dependencies of with-tailwindcss example (#21517)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfelber committed Jan 25, 2021
1 parent 8798c40 commit 1dc4308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/with-tailwindcss/package.json
Expand Up @@ -8,11 +8,11 @@
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"autoprefixer": "^10.0.4",
"next": "10.0.3",
"postcss": "^8.1.10",
"autoprefixer": "10.0.2",
"postcss": "8.1.7",
"tailwindcss": "^2.0.2"
}
}

0 comments on commit 1dc4308

Please sign in to comment.