Skip to content

Commit 8ee5a6a

Browse files
authored
chore: update findable-ui to latest v22.0.0 (#391) (#395)
1 parent f5720a8 commit 8ee5a6a

File tree

3 files changed

+590
-170
lines changed

3 files changed

+590
-170
lines changed

next.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ export default withPlugins(
7575
process.cwd(),
7676
"node_modules/uuid"
7777
);
78-
config.resolve.alias["validate.js"] = path.resolve(
78+
config.resolve.alias["yup"] = path.resolve(
7979
process.cwd(),
80-
"node_modules/validate.js"
80+
"node_modules/yup"
8181
);
8282
return config;
8383
},

0 commit comments

Comments
 (0)