Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
chore(deps): update reason dependencies fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Aug 23, 2019
1 parent 294fb30 commit a8e8e9c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/templates/reason/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "16.8.6",
"react-dom": "16.8.6",
"react": "16.9.0",
"react-dom": "16.9.0",
"reason-react": "0.7.0"
},
"devDependencies": {
"autoprefixer": "9.6.0",
"bs-platform": "5.0.4",
"autoprefixer": "9.6.1",
"bs-platform": "5.0.6",
"cross-env": "5.2.0",
"css-loader": "3.0.0",
"css-loader": "3.2.0",
"html-webpack-plugin": "3.2.0",
"postcss-loader": "3.0.0",
"style-loader": "0.23.1",
"tailwindcss": "1.0.4",
"webpack": "4.34.0",
"webpack-cli": "3.3.4",
"webpack-dev-server": "3.7.1"
"style-loader": "1.0.0",
"tailwindcss": "1.1.2",
"webpack": "4.39.2",
"webpack-cli": "3.3.7",
"webpack-dev-server": "3.8.0"
}
}

0 comments on commit a8e8e9c

Please sign in to comment.