Skip to content

Commit

Permalink
fix: added @webiny/validation package for page-builder deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
neatbyte-vnobis committed Jan 3, 2024
1 parent 97a1d9c commit b7e4ba4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/app-page-builder-elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@emotion/styled": "^11.10.6",
"@webiny/lexical-editor": "0.0.0",
"@webiny/theme": "0.0.0",
"@webiny/validation": "0.0.0",
"facepaint": "^1.2.1",
"lodash": "^4.17.21"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/app-page-builder-elements/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"include": ["src"],
"references": [
{ "path": "../lexical-editor/tsconfig.build.json" },
{ "path": "../theme/tsconfig.build.json" }
{ "path": "../theme/tsconfig.build.json" },
{ "path": "../validation/tsconfig.build.json" }
],
"compilerOptions": {
"rootDir": "./src",
Expand Down
6 changes: 4 additions & 2 deletions packages/app-page-builder-elements/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
"include": ["src", "__tests__"],
"references": [{ "path": "../lexical-editor" }, { "path": "../theme" }],
"references": [{ "path": "../lexical-editor" }, { "path": "../theme" }, { "path": "../validation" }],
"compilerOptions": {
"rootDirs": ["./src", "./__tests__"],
"outDir": "./dist",
Expand All @@ -12,7 +12,9 @@
"@webiny/lexical-editor/*": ["../lexical-editor/src/*"],
"@webiny/lexical-editor": ["../lexical-editor/src"],
"@webiny/theme/*": ["../theme/src/*"],
"@webiny/theme": ["../theme/src"]
"@webiny/theme": ["../theme/src"],
"@webiny/validation/*": ["../validation/src/*"],
"@webiny/validation": ["../validation/src"]
},
"baseUrl": "."
}
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16127,6 +16127,7 @@ __metadata:
"@webiny/lexical-editor": 0.0.0
"@webiny/project-utils": 0.0.0
"@webiny/theme": 0.0.0
"@webiny/validation": 0.0.0
execa: ^5.0.0
facepaint: ^1.2.1
lodash: ^4.17.21
Expand Down

0 comments on commit b7e4ba4

Please sign in to comment.