Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to PureScript 0.15.13 and Elmish 0.11.1 #29

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a remnant of default Spago template, not actually used.

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"
Loading