Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbuntinx committed Nov 5, 2021
1 parent c0f2b79 commit b8383a7
Show file tree
Hide file tree
Showing 4 changed files with 2,353 additions and 2,976 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<body>
<div id="conduit"></div>
<script src="./index.js"></script>
<script src="./index.js" type="module"></script>
</body>

</html>
Expand Down
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,25 @@
"clean": "rm -Rf .cache dist serve output dce-output node_modules .spago *.lock",
"postinstall": "spago install",
"serve": "yarn build && yarn serve:parcel",
"serve:parcel": "parcel serve --no-source-maps --out-dir serve index.html",
"serve:parcel": "parcel serve --no-source-maps --dist-dir serve index.html",
"test": "spago test --no-install"
},
"devDependencies": {
"parcel": "1.12.3",
"purescript": "^0.14.2",
"parcel": "2.0.0",
"purescript": "^0.14.5",
"purescript-psa": "^0.8.2",
"purty": "^7.0.0",
"spago": "^0.20.3",
"zephyr": "https://github.com/jonasbuntinx/zephyr.git"
},
"dependencies": {
"dayjs": "^1.10.5",
"dayjs": "^1.10.7",
"nano-markdown": "^1.2.1",
"preact": "^10.5.13",
"react": "npm:@preact/compat@^0.0.4",
"react-dom": "npm:@preact/compat@^0.0.4"
"preact": "^10.5.15",
"xhr2": "^0.2.1"
},
"alias": {
"react": "preact/compat",
"react-dom": "preact/compat"
}
}
2 changes: 1 addition & 1 deletion packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ let additions =
-------------------------------
-}
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.14.1-20210419/packages.dhall sha256:d9a082ffb5c0fabf689574f0680e901ca6f924e01acdbece5eeedd951731375a
https://github.com/purescript/package-sets/releases/download/psc-0.14.2-20210713/packages.dhall sha256:654c3148cb995f642c73b4508d987d9896e2ad3ea1d325a1e826c034c0d3cd7b

let additions =
{ web-router =
Expand Down
Loading

0 comments on commit b8383a7

Please sign in to comment.