Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschoning committed Oct 29, 2022
1 parent 804e500 commit 0e25550
Show file tree
Hide file tree
Showing 9 changed files with 1,489 additions and 1,811 deletions.
3,151 changes: 1,422 additions & 1,729 deletions purs/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions purs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"esbuild-bundle-min": "esbuild ./output/Main/index.js --bundle --format=iife --global-name=PS --target=chrome58,firefox57,edge18 --minify --sourcemap --outfile=dist/app.min.js"
},
"devDependencies": {
"esbuild": "0.14.42",
"purescript": "0.15.2",
"esbuild": "^0.15.12",
"purescript": "^0.15.6",
"spago": "0.20.9"
},
"dependencies": {
"dompurify": "2.3.8",
"marked": "4.0.16",
"moment": "2.29.3"
"dompurify": "^2.4.0",
"marked": "^4.1.1",
"moment": "^2.29.4"
}
}
19 changes: 2 additions & 17 deletions purs/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ in upstream
}
-}
let upstream =
https://raw.githubusercontent.com/purescript/package-sets/psc-0.15.4-20220725/src/packages.dhall
sha256:e56fbdf33a5afd2a610c81f8b940b413a638931edb41532164e641bb2a9ec29c
https://raw.githubusercontent.com/purescript/package-sets/psc-0.15.4-20221026/src/packages.dhall
sha256:8dc0b394f5861bb0136f652f3f826a88eaffb2bc0ecf0251468ed668102f5d0c

in upstream
with simple-json =
Expand All @@ -40,18 +40,3 @@ in upstream
, repo = "https://github.com/justinwoo/purescript-simple-json.git"
, version = "v9.0.0"
}
with simple-json =
{ dependencies =
[ "arrays"
, "exceptions"
, "foreign"
, "foreign-object"
, "nullable"
, "prelude"
, "record"
, "typelevel-prelude"
, "variant"
]
, repo = "https://github.com/justinwoo/purescript-simple-json.git"
, version = "v9.0.0"
}
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolver: lts-19.4
resolver: lts-19.30
packages:
- .
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
size: 618683
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/4.yaml
sha256: d4ee004c46ba878d2f304f5d748d493057be579192a8d148527f3ba55c9df57f
original: lts-19.4
size: 619200
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/30.yaml
sha256: 9a74d76d250a455d9cd11e74f157e087787fa9aa3c4264e69c94703d1e71aede
original: lts-19.30
104 changes: 52 additions & 52 deletions static/js/app.min.js

Large diffs are not rendered by default.

Binary file modified static/js/app.min.js.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions static/js/app.min.js.map

Large diffs are not rendered by default.

Binary file modified static/js/app.min.js.map.gz
Binary file not shown.

0 comments on commit 0e25550

Please sign in to comment.