Skip to content

Commit

Permalink
Upgrade to PureScript 0.15.13 and Elmish 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoikin committed Dec 2, 2023
1 parent d8791d2 commit 11a9b95
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 29 deletions.
14 changes: 7 additions & 7 deletions examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"esbuild": "^0.14.1",
"purescript": "^0.15.10",
"purescript": "^0.15.13",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"spago": "^0.21.0",
Expand Down
11 changes: 0 additions & 11 deletions examples/test/Main.purs

This file was deleted.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@happy-dom/global-registrator": "7.4.0",
"pulp": "^16.0.0",
"purescript": "^0.15.10",
"purescript": "^0.15.13",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"spago": "^0.21.0"
Expand Down
6 changes: 4 additions & 2 deletions packages.dhall
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
let upstream =
https://raw.githubusercontent.com/purescript/package-sets/psc-0.15.10-20230926/src/packages.dhall
sha256:684d460e9ca2089c89535e9a4ec56b83fb8b927ddd87afa6fa764ffb60bf1488
https://raw.githubusercontent.com/purescript/package-sets/psc-0.15.13-20231201/src/packages.dhall
sha256:706a855400108a03b35bd37afe7f50802deed882c555171d266338d4694ddbe8

in upstream
with elmish.version = "v0.11.1"
with elmish-html.version = "v0.8.2"

0 comments on commit 11a9b95

Please sign in to comment.