Skip to content

Commit

Permalink
fix: Error: opam package "melange-jest.dev" requires npm package "jes…
Browse files Browse the repository at this point in the history
…t" with constraint "^27.0.0", but the version installed found in file "/node_modules/jest/package.json" is "29.7.0" (#15)
  • Loading branch information
jakubrpawlowski authored Sep 27, 2024
1 parent cafc22e commit a81c56e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions melange-jest.opam
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ build: [
]
dev-repo: "git+https://github.com/melange-community/melange-jest.git"
depexts: [
["jest"] {npm-version = "^27.0.0"}
["jest-environment-jsdom"] {npm-version = "^27.0.0"}
["jest"] {npm-version = "^29.0.0"}
["jest-environment-jsdom"] {npm-version = "^29.0.0"}
["@testing-library/jest-dom"] {npm-version = "^5.10.0"}
]

4 changes: 2 additions & 2 deletions melange-jest.opam.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
depexts: [
["jest"] {npm-version = "^27.0.0"}
["jest-environment-jsdom"] {npm-version = "^27.0.0"}
["jest"] {npm-version = "^29.0.0"}
["jest-environment-jsdom"] {npm-version = "^29.0.0"}
["@testing-library/jest-dom"] {npm-version = "^5.10.0"}
]

0 comments on commit a81c56e

Please sign in to comment.