-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package-set to 0.15.4-20220808 and react dependency (#294)
* Update package-set to 0.15.4-20220808 Necessary to allow the latest react version v18 can be used cookbook examples * JSPM importmap with React v18.2.0 * Importmap: Add export of react-dom/client * Tweak readme to fix future client run issues * Install new packages in latest set * Update changelog Co-authored-by: Jordan Martinez <[email protected]>
- Loading branch information
1 parent
26b99bd
commit 9116105
Showing
7 changed files
with
28 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,16 +12,17 @@ | |
</script> | ||
<!-- | ||
JSPM Generator Import Map | ||
Edit URL: https://generator.jspm.io/#Y2NhYGCzD80rySzJSU1hSMpM183MK0lNTy1yMNQz0zM1ZEhJTc7MTczRyyp2MDTQM9YzZChKTUwu0U3Jz3UwNNcz0DPCENAvTi0qSy2CiMMUlZZmpjhYAA0wAgA6XlZ2dAA | ||
Edit URL: https://generator.jspm.io/#ZcxBDkAwEEDRWQinMQwhlr2EA9BOZKQqqamtq5OIle1L/s8zgOIag4p6djDLUkpQXjgawh47AsdWtsnjehiqsUWCyJPV0u2boQEbrH9QWS8c9O8Hx5Pj61+ckjgzPOPmBszFaRmMAA | ||
--> | ||
<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:[email protected]/index.js", | ||
"react-dom": "https://ga.jspm.io/npm:[email protected]/index.js", | ||
"react-dom/server": "https://ga.jspm.io/npm:[email protected]/server.browser.js", | ||
"react": "https://ga.jspm.io/npm:[email protected]/index.js", | ||
"react-dom": "https://ga.jspm.io/npm:[email protected]/index.js", | ||
"react-dom/client": "https://ga.jspm.io/npm:[email protected]/client.js", | ||
"react-dom/server": "https://ga.jspm.io/npm:[email protected]/server.browser.js", | ||
"uuid": "https://ga.jspm.io/npm:[email protected]/dist/esm-browser/index.js" | ||
}, | ||
"scopes": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters