Skip to content

Commit 106a9fe

Browse files
committed
chore: update dependencies
1 parent 6d906f6 commit 106a9fe

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

packages/cognito/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@webiny/icons": "0.0.0",
2626
"@webiny/project": "0.0.0",
2727
"@webiny/project-aws": "0.0.0",
28+
"@webiny/react-properties": "0.0.0",
2829
"@webiny/validation": "0.0.0",
2930
"aws-amplify": "^6.17.0",
3031
"graphql": "^16.14.0",

packages/cognito/tsconfig.build.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
{ "path": "../handler-graphql/tsconfig.build.json" },
1313
{ "path": "../project/tsconfig.build.json" },
1414
{ "path": "../project-aws/tsconfig.build.json" },
15+
{ "path": "../react-properties/tsconfig.build.json" },
1516
{ "path": "../validation/tsconfig.build.json" },
1617
{ "path": "../wcp/tsconfig.build.json" }
1718
],
@@ -44,6 +45,8 @@
4445
"@webiny/project": ["../project/src"],
4546
"@webiny/project-aws/*": ["../project-aws/src/*"],
4647
"@webiny/project-aws": ["../project-aws/src"],
48+
"@webiny/react-properties/*": ["../react-properties/src/*"],
49+
"@webiny/react-properties": ["../react-properties/src"],
4750
"@webiny/validation/*": ["../validation/src/*"],
4851
"@webiny/validation": ["../validation/src"],
4952
"@webiny/wcp/*": ["../wcp/src/*"],

packages/cognito/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
{ "path": "../handler-graphql" },
1313
{ "path": "../project" },
1414
{ "path": "../project-aws" },
15+
{ "path": "../react-properties" },
1516
{ "path": "../validation" },
1617
{ "path": "../wcp" }
1718
],
@@ -44,6 +45,8 @@
4445
"@webiny/project": ["../project/src"],
4546
"@webiny/project-aws/*": ["../project-aws/src/*"],
4647
"@webiny/project-aws": ["../project-aws/src"],
48+
"@webiny/react-properties/*": ["../react-properties/src/*"],
49+
"@webiny/react-properties": ["../react-properties/src"],
4750
"@webiny/validation/*": ["../validation/src/*"],
4851
"@webiny/validation": ["../validation/src"],
4952
"@webiny/wcp/*": ["../wcp/src/*"],

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13509,6 +13509,7 @@ __metadata:
1350913509
"@webiny/project": "npm:0.0.0"
1351013510
"@webiny/project-aws": "npm:0.0.0"
1351113511
"@webiny/project-utils": "npm:0.0.0"
13512+
"@webiny/react-properties": "npm:0.0.0"
1351213513
"@webiny/validation": "npm:0.0.0"
1351313514
"@webiny/wcp": "npm:0.0.0"
1351413515
aws-amplify: "npm:^6.17.0"

0 commit comments

Comments
 (0)