Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion packages/core/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@babel/plugin-syntax-module-attributes": "^7.10.4",
"@babel/preset-env": "^7.22.14",
"@babel/preset-typescript": "^7.22.11",
"@curtissimo/elm-hot": "^1.2.0",
"@mdx-js/react": "^1.6.22",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
Expand All @@ -29,7 +30,6 @@
"cross-env": "^7.0.3",
"date-fns": "^4.1.0",
"elm": "^0.19.1-6",
"elm-hot": "^1.1.6",
"esbuild-register": "^3.6.0",
"exif-reader": "^2.0.2",
"get-port": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/elm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"parcel": "^2.16.4"
},
"dependencies": {
"@curtissimo/elm-hot": "^1.2.0",
"@parcel/diagnostic": "2.16.4",
"@parcel/plugin": "2.16.4",
"command-exists": "^1.2.9",
"cross-spawn": "^7.0.6",
"elm-hot": "^1.1.6",
"node-elm-compiler": "^5.0.6",
"nullthrows": "^1.1.1",
"terser": "^5.39.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/elm/src/ElmTransformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import ThrowableDiagnostic, {md} from '@parcel/diagnostic';
// $FlowFixMe
import elm from 'node-elm-compiler';
// $FlowFixMe
import elmHMR from 'elm-hot';
import elmHMR from '@curtissimo/elm-hot';

import {load, elmBinaryPath} from './loadConfig';

Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1682,6 +1682,13 @@ __metadata:
languageName: node
linkType: hard

"@curtissimo/elm-hot@npm:^1.2.0":
version: 1.2.0
resolution: "@curtissimo/elm-hot@npm:1.2.0"
checksum: 10c0/7c0ed70c87ea297c669f153728bb483164c28fb23bf4cd01b2cb783b9d389179fb2560110478bfe217973fa28a134d9a0019be9945314af687b918e92b27300a
languageName: node
linkType: hard

"@elm_binaries/darwin_arm64@npm:0.19.1-0":
version: 0.19.1-0
resolution: "@elm_binaries/darwin_arm64@npm:0.19.1-0"
Expand Down Expand Up @@ -3703,6 +3710,7 @@ __metadata:
"@babel/plugin-syntax-module-attributes": "npm:^7.10.4"
"@babel/preset-env": "npm:^7.22.14"
"@babel/preset-typescript": "npm:^7.22.11"
"@curtissimo/elm-hot": "npm:^1.2.0"
"@mdx-js/react": "npm:^1.6.22"
"@types/react": "npm:^19.1.3"
"@types/react-dom": "npm:^19.1.3"
Expand All @@ -3713,7 +3721,6 @@ __metadata:
cross-env: "npm:^7.0.3"
date-fns: "npm:^4.1.0"
elm: "npm:^0.19.1-6"
elm-hot: "npm:^1.1.6"
esbuild-register: "npm:^3.6.0"
exif-reader: "npm:^2.0.2"
get-port: "npm:^5.1.1"
Expand Down Expand Up @@ -4742,11 +4749,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "@parcel/transformer-elm@workspace:packages/transformers/elm"
dependencies:
"@curtissimo/elm-hot": "npm:^1.2.0"
"@parcel/diagnostic": "npm:2.16.4"
"@parcel/plugin": "npm:2.16.4"
command-exists: "npm:^1.2.9"
cross-spawn: "npm:^7.0.6"
elm-hot: "npm:^1.1.6"
node-elm-compiler: "npm:^5.0.6"
nullthrows: "npm:^1.1.1"
terser: "npm:^5.39.0"
Expand Down Expand Up @@ -9640,13 +9647,6 @@ __metadata:
languageName: node
linkType: hard

"elm-hot@npm:^1.1.6":
version: 1.1.6
resolution: "elm-hot@npm:1.1.6"
checksum: 10c0/196a1fc2eabfa1f1c74540624a8f656b98852629af1b5f2bd1198dd2d5146e2184c1bf67d939e2348c90c854d9298daf591d3b41e470234ec1bbe11489992a60
languageName: node
linkType: hard

"elm@npm:^0.19.1-6":
version: 0.19.1-6
resolution: "elm@npm:0.19.1-6"
Expand Down