Skip to content

Commit

Permalink
Fix error in example (#20934)
Browse files Browse the repository at this point in the history
  • Loading branch information
giraffesyo authored Jan 11, 2021
1 parent 8d7e7d5 commit d9f1cf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions examples/blog-starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"@types/node": "^14.0.1",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"autoprefixer": "^10.2.1",
"postcss": "^8.2.4",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^2.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/blog-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"remark-html": "13.0.1"
},
"devDependencies": {
"autoprefixer": "10.0.4",
"postcss": "8.1.10",
"autoprefixer": "^10.2.1",
"postcss": "^8.2.4",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "2.0.1"
"tailwindcss": "^2.0.2"
},
"license": "MIT"
}

0 comments on commit d9f1cf0

Please sign in to comment.