Skip to content

Commit

Permalink
update prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMoutonNoble committed Apr 25, 2024
1 parent d9efb7c commit d81be1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nobleai/rescript-fields",
"version": "0.2.4",
"version": "0.2.5",
"description": "Elaborate form validation system for Rescript",
"files": [
"README.md",
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@nobleai/rescript-documentation": "^0.7.1",
"@nobleai/rescript-lodash": "^4.17.21",
"@nobleai/rescript-prelude": "^0.13.3",
"@nobleai/rescript-prelude": "^0.13.5",
"@nobleai/rescript-rxjs": "^7.5.14",
"@nobleai/rescript-testing-library": "^0.1.0",
"@nobleai/rescript-vitest": "^0.30.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,10 @@
numeral "^2.0.6"
rescript "^10.1"

"@nobleai/rescript-prelude@^0.13.3":
version "0.13.3"
resolved "https://registry.yarnpkg.com/@nobleai/rescript-prelude/-/rescript-prelude-0.13.3.tgz#b55a3dab6386d386928f694c59157fbbdc002103"
integrity sha512-/xVPklQTr3LCO2ctBLZIYsa9hNVcI0CwQCD127gkMH3puHZhAGxCoB3AD41d6etb/Cy5SRyCHdRXuNbBaeBcHg==
"@nobleai/rescript-prelude@^0.13.5":
version "0.13.5"
resolved "https://registry.yarnpkg.com/@nobleai/rescript-prelude/-/rescript-prelude-0.13.5.tgz#30969674096e05a008ac86194aab48d4e8acd4bf"
integrity sha512-FoKtWs7Op5wDLdYC0he8Bv/5WbiDa1yEMK0Glt7LCnJTt5+15vZ7owb53XYSTDjH4Y16YmN/uoJhyzMPx78A2Q==
dependencies:
rescript "^10.1"

Expand Down

0 comments on commit d81be1a

Please sign in to comment.