Skip to content

Commit

Permalink
update all dependencies except relude
Browse files Browse the repository at this point in the history
New relude depends on bs-bastet which depends on bisect_ppx which doesn't
compile on Windows for me (in GitHub workflows).

Relevant: Risto-Stevcev/bastet#26.
  • Loading branch information
utkarshkukreti committed Apr 9, 2020
1 parent fda9016 commit 6147aea
Show file tree
Hide file tree
Showing 2 changed files with 623 additions and 570 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
"dependencies": {
"bs-abstract": "^1.0.0",
"bs-webapi": "^0.15.9",
"preact": "^10.3.4",
"preact": "^10.4.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reaml": "^0.13.1",
"relude": "^0.58.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.1.0",
"@fullhuman/postcss-purgecss": "^2.1.2",
"@tailwindcss/custom-forms": "^0.2.1",
"autoprefixer": "^9.7.5",
"autoprefixer": "^9.7.6",
"bs-platform": "^7.2.2",
"cross-env": "^7.0.2",
"npm-run-all": "^4.1.5",
"parcel": "^2.0.0-nightly.183",
"parcel": "^2.0.0-nightly.203",
"tailwindcss": "^1.2.0",
"typescript": "^3.8.3"
},
Expand Down
Loading

0 comments on commit 6147aea

Please sign in to comment.