Skip to content

Commit 6b2efcb

Browse files
committed
update package.json files
1 parent 80cd437 commit 6b2efcb

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

examples/with-api-token-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"8base-react-sdk": "^1.6.3",
7-
"@8base/auth": "^1.4.0",
7+
"@8base/auth": "^1.4.4",
88
"apollo-client": "^2.6.3",
99
"graphql": "^14.3.1",
1010
"react": "^16.8.6",

examples/with-authorization-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"8base-react-sdk": "^1.6.3",
7-
"@8base/auth": "^1.4.0",
7+
"@8base/auth": "^1.4.4",
88
"apollo-client": "^2.6.3",
99
"graphql": "^14.3.1",
1010
"react": "^16.8.6",

examples/with-protected-routes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"8base-react-sdk": "^1.6.3",
7-
"@8base/auth": "^1.4.0",
7+
"@8base/auth": "^1.4.4",
88
"apollo-client": "^2.6.3",
99
"graphql": "^14.3.1",
1010
"react": "^16.8.6",

packages/app-provider/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"dependencies": {
2222
"@8base-react/auth": "^1.6.3",
2323
"@8base-react/table-schema-provider": "^1.6.3",
24-
"@8base/apollo-client": "^1.4.0",
25-
"@8base/auth": "^1.4.0",
24+
"@8base/apollo-client": "^1.4.4",
25+
"@8base/auth": "^1.4.4",
2626
"@8base/error-codes": "^1.0.22",
27-
"@8base/utils": "^1.4.0",
27+
"@8base/utils": "^1.4.4",
2828
"apollo-cache-inmemory": "^1.5.1",
2929
"ramda": "^0.26.1"
3030
},
3131
"devDependencies": {
32-
"@8base/web-auth0-auth-client": "^1.4.0",
32+
"@8base/web-auth0-auth-client": "^1.4.4",
3333
"@types/graphql": "^0.13.0",
3434
"@types/jest": "^24.0.13",
3535
"@types/node": "^12.0.2",

packages/auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"dependencies": {
1919
"@8base-react/utils": "^1.6.3",
20-
"@8base/auth": "^1.4.0",
21-
"@8base/utils": "^1.4.0"
20+
"@8base/auth": "^1.4.4",
21+
"@8base/utils": "^2.0.2"
2222
},
2323
"devDependencies": {
2424
"@types/jest": "^24.0.13",

packages/crud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@8base-react/permissions-provider": "^1.6.3",
2222
"@8base-react/table-schema-provider": "^1.6.3",
2323
"@8base/schema-name-generator": "^0.1.21",
24-
"@8base/utils": "^1.4.0",
24+
"@8base/utils": "^1.4.4",
2525
"graphql-tag": "^2.10.0",
2626
"ramda": "^0.26.1"
2727
},

packages/forms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@8base-react/permissions-provider": "^1.6.3",
2323
"@8base-react/table-schema-provider": "^1.6.3",
2424
"@8base/error-codes": "^1.0.22",
25-
"@8base/utils": "^1.4.0",
26-
"@8base/validate": "^1.4.0",
25+
"@8base/utils": "^1.4.4",
26+
"@8base/validate": "^1.4.4",
2727
"final-form": "^4.20.1",
2828
"final-form-arrays": "^3.0.2",
2929
"graphql-tag": "^2.10.0",

packages/table-schema-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@8base-react/utils": "^1.6.3",
23-
"@8base/utils": "^1.4.0",
23+
"@8base/utils": "^1.4.4",
2424
"graphql-tag": "^2.10.0",
2525
"ramda": "^0.26.1"
2626
},

0 commit comments

Comments
 (0)