update deps

This commit is contained in:
Jon Schoning 2022-10-28 21:59:18 -05:00 committed by Yann Esposito (Yogsototh)
parent f27d4af0d4
commit 0f35911133
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
9 changed files with 1488 additions and 1810 deletions

3149
purs/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -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"
}
}

View file

@ -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 =
@ -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"
}

View file

@ -1,3 +1,3 @@
resolver: lts-19.4
resolver: lts-19.30
packages:
- .

View file

@ -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
static/js/app.min.js vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.