Skip to content

Commit

Permalink
Update dependency elm to v0.19.1-6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent d7f53ba commit af57482
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@parcel/reporter-bundle-buddy": "2.6.2",
"@parcel/transformer-elm": "2.6.2",
"@parcel/transformer-sass": "2.6.2",
"elm": "0.19.1-5",
"elm": "0.19.1-6",
"elm-analyse": "0.16.5",
"elm-format": "0.8.5",
"elm-hot": "1.1.6",
Expand Down
35 changes: 29 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,26 @@
global-agent "^3.0.0"
global-tunnel-ng "^2.7.1"

"@elm_binaries/darwin_arm64@0.19.1-0":
version "0.19.1-0"
resolved "https://registry.yarnpkg.com/@elm_binaries/darwin_arm64/-/darwin_arm64-0.19.1-0.tgz#ea09fca7cdfedad3fa517267099d78d180f01098"
integrity sha512-mjbsH7BNHEAmoE2SCJFcfk5fIHwFIpxtSgnEAqMsVLpBUFoEtAeX+LQ+N0vSFJB3WAh73+QYx/xSluxxLcL6dA==

"@elm_binaries/darwin_x64@0.19.1-0":
version "0.19.1-0"
resolved "https://registry.yarnpkg.com/@elm_binaries/darwin_x64/-/darwin_x64-0.19.1-0.tgz#8c3254590804c35ee7b97b4d8a21a63318511c44"
integrity sha512-QGUtrZTPBzaxgi9al6nr+9313wrnUVHuijzUK39UsPS+pa+n6CmWyV/69sHZeX9qy6UfeugE0PzF3qcUiy2GDQ==

"@elm_binaries/linux_x64@0.19.1-0":
version "0.19.1-0"
resolved "https://registry.yarnpkg.com/@elm_binaries/linux_x64/-/linux_x64-0.19.1-0.tgz#95440341eee8f6bee2d88859b3bdd99f33ca88f0"
integrity sha512-T1ZrWVhg2kKAsi8caOd3vp/1A3e21VuCpSG63x8rDie50fHbCytTway9B8WHEdnBFv4mYWiA68dzGxYCiFmU2w==

"@elm_binaries/win32_x64@0.19.1-0":
version "0.19.1-0"
resolved "https://registry.yarnpkg.com/@elm_binaries/win32_x64/-/win32_x64-0.19.1-0.tgz#3f8decfd6f5fbc46906f3f5d50561b6e5b33ac3a"
integrity sha512-yDleiXqSE9EcqKtd9SkC/4RIW8I71YsXzMPL79ub2bBPHjWTcoyyeBbYjoOB9SxSlArJ74HaoBApzT6hY7Zobg==

"@eslint/eslintrc@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
Expand Down Expand Up @@ -2530,12 +2550,15 @@ elm-verify-examples@5.2.0:
rimraf "^2.6.3"
yargs "^13.3.0"

elm@0.19.1-5:
version "0.19.1-5"
resolved "https://registry.yarnpkg.com/elm/-/elm-0.19.1-5.tgz#61f18437222972e20f316f9b2d2c76a781a9991b"
integrity sha512-dyBoPvFiNLvxOStQJdyq28gZEjS/enZXdZ5yyCtNtDEMbFJJVQq4pYNRKvhrKKdlxNot6d96iQe1uczoqO5yvA==
dependencies:
request "^2.88.0"
elm@0.19.1-6:
version "0.19.1-6"
resolved "https://registry.yarnpkg.com/elm/-/elm-0.19.1-6.tgz#b6f51d0add8877de70592097a8f6efc4588c476a"
integrity sha512-mKYyierHICPdMx/vhiIacdPmTPnh889gjHOZ75ZAoCxo3lZmSWbGP8HMw78wyctJH0HwvTmeKhlYSWboQNYPeQ==
optionalDependencies:
"@elm_binaries/darwin_arm64" "0.19.1-0"
"@elm_binaries/darwin_x64" "0.19.1-0"
"@elm_binaries/linux_x64" "0.19.1-0"
"@elm_binaries/win32_x64" "0.19.1-0"

elmi-to-json@1.2.0:
version "1.2.0"
Expand Down

0 comments on commit af57482

Please sign in to comment.