Skip to content

Commit

Permalink
Replace deprecated overgear/yup-ast with demvsystems/yup-ast (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts authored Aug 5, 2024
1 parent 440a04a commit c1924b4
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 3,066 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@elastic/eui": "88.2.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.4",
"@overgear/yup-ast": "^1.0.3",
"@demvsystems/yup-ast": "^1.2.2",
"@sentry/browser": "^7.118.0",
"js-yaml": "^4.1.0",
"mitt": "^3.0.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useMemo } from "react";
import { transformAll } from "@overgear/yup-ast";
import { transformAll } from "@demvsystems/yup-ast";

import { useTuringApi } from "../../hooks/useTuringApi";
import ExperimentEngineContext from "./context";
Expand Down
Loading

0 comments on commit c1924b4

Please sign in to comment.