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

Update package-set to 0.15.4-20220808 and react dependency #294

Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ New features:
Bugfixes:

Other improvements:
- Update package set to latest `0.15.4` one (#??? by @andys8)

## [v2022-07-21.1](https://github.com/purescript/trypurescript/releases/tag/v2022-07-21.1)

Expand Down
4 changes: 2 additions & 2 deletions client/packages.dhall
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.2-20220609/packages.dhall
sha256:2b15922dcc47143e5f271a75d4aa91b0379bc1bd7d880adfb428e287617210f7
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220808/packages.dhall
sha256:60eee64b04ca0013fae3e02a69fc3b176105c6baa2f31865c67cd5f881a412fd

in upstream
8 changes: 4 additions & 4 deletions client/public/frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
</script>
<!--
JSPM Generator Import Map
Edit URL: https://generator.jspm.io/#Y2NhYGCzD80rySzJSU1hSMpM183MK0lNTy1yMNQz0zM1ZEhJTc7MTczRyyp2MDTQM9YzZChKTUwu0U3Jz3UwNNcz0DPCENAvTi0qSy2CiMMUlZZmpjhYAA0wAgA6XlZ2dAA
Edit URL: https://generator.jspm.io/#ZcxBCoAgEEDRWUS3aWqMol1eogOYDjKhBaadvyBatX18fl0B1POyZ8mBHaziG9kze06acMSBwLGVaAJup6YOeyRIbGxu3BE1Taiw+0F7cro4vf5FpYjT0zNQNwB+qMF0AA
-->
<script type="importmap">
{
"imports": {
"big-integer": "https://ga.jspm.io/npm:[email protected]/BigInteger.js",
"decimal.js": "https://ga.jspm.io/npm:[email protected]/decimal.js",
"react": "https://ga.jspm.io/npm:react@17.0.2/index.js",
"react-dom": "https://ga.jspm.io/npm:react-dom@17.0.2/index.js",
"react-dom/server": "https://ga.jspm.io/npm:react-dom@17.0.2/server.browser.js",
"react": "https://ga.jspm.io/npm:react@18.2.0/index.js",
"react-dom": "https://ga.jspm.io/npm:react-dom@18.2.0/index.js",
"react-dom/server": "https://ga.jspm.io/npm:react-dom@18.2.0/server.browser.js",
"uuid": "https://ga.jspm.io/npm:[email protected]/dist/esm-browser/index.js"
},
"scopes": {
Expand Down
2 changes: 1 addition & 1 deletion client/src/Try/SharedConfig.purs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pursReleaseUrl :: String
pursReleaseUrl = "https://github.com/purescript/purescript/releases/tag/" <> pursVersion

packageSetVersion :: String
packageSetVersion = "0.15.3-20220712"
packageSetVersion = "0.15.4-20220808"

packageSetPackageJsonUrl :: String
packageSetPackageJsonUrl = "https://github.com/purescript/package-sets/blob/psc-" <> packageSetVersion <> "/packages.json"
4 changes: 2 additions & 2 deletions staging/packages.dhall
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.3-20220712/packages.dhall
sha256:ffc496e19c93f211b990f52e63e8c16f31273d4369dbae37c7cf6ea852d4442f
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220808/packages.dhall
sha256:60eee64b04ca0013fae3e02a69fc3b176105c6baa2f31865c67cd5f881a412fd

in upstream