Skip to content

Commit 4ccd5c8

Browse files
committed
merge from master
2 parents 3d86793 + 836739d commit 4ccd5c8

File tree

44 files changed

+3619
-2397
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3619
-2397
lines changed

examples/accounts-boost/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@examples/accounts-boost",
33
"private": true,
4-
"version": "0.18.0",
4+
"version": "0.19.0",
55
"main": "lib/index.js",
66
"license": "MIT",
77
"scripts": {
@@ -13,12 +13,12 @@
1313
"test": "yarn build"
1414
},
1515
"dependencies": {
16-
"@accounts/boost": "^0.18.0",
16+
"@accounts/boost": "^0.19.0",
1717
"apollo-link-context": "1.0.18",
1818
"apollo-link-http": "1.5.15",
19-
"apollo-server": "2.7.1",
20-
"graphql": "14.4.2",
21-
"graphql-toolkit": "0.4.1",
19+
"apollo-server": "2.9.0",
20+
"graphql": "14.5.3",
21+
"graphql-toolkit": "0.5.10",
2222
"graphql-tools": "4.0.5",
2323
"lodash": "4.17.15",
2424
"node-fetch": "2.6.0",
@@ -28,7 +28,6 @@
2828
"@accounts/tslint-config-accounts": "0.0.9",
2929
"nodemon": "1.19.1",
3030
"ts-node": "8.3.0",
31-
"tslint": "^5.12.1",
3231
"typescript": "3.5.3"
3332
}
3433
}

examples/graphql-server-typeorm-postgres/package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@examples/graphql-typeorm-typescript",
33
"private": true,
4-
"version": "0.18.0",
4+
"version": "0.19.0",
55
"main": "lib/index.js",
66
"license": "Unlicensed",
77
"scripts": {
@@ -13,21 +13,20 @@
1313
"test": "yarn build"
1414
},
1515
"dependencies": {
16-
"@accounts/graphql-api": "^0.18.0",
17-
"@accounts/password": "^0.18.0",
18-
"@accounts/server": "^0.18.0",
19-
"@accounts/typeorm": "^0.18.0",
20-
"@graphql-modules/core": "0.7.8",
21-
"apollo-server": "2.7.1",
22-
"graphql": "14.4.2",
23-
"graphql-toolkit": "0.4.1",
24-
"pg": "7.11.0",
16+
"@accounts/graphql-api": "^0.19.0",
17+
"@accounts/password": "^0.19.0",
18+
"@accounts/server": "^0.19.0",
19+
"@accounts/typeorm": "^0.19.0",
20+
"@graphql-modules/core": "0.7.10",
21+
"apollo-server": "2.9.0",
22+
"graphql": "14.5.3",
23+
"graphql-toolkit": "0.5.10",
24+
"pg": "7.12.1",
2525
"typeorm": "0.2.18"
2626
},
2727
"devDependencies": {
28-
"@accounts/types": "^0.18.0",
29-
"@types/graphql": "14.2.3",
30-
"@types/node": "12.6.8",
28+
"@accounts/types": "^0.19.0",
29+
"@types/node": "12.7.2",
3130
"nodemon": "1.19.1",
3231
"ts-node": "8.3.0",
3332
"typescript": "3.5.3"

examples/graphql-server-typescript/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@examples/graphql-server-typescript",
33
"private": true,
4-
"version": "0.18.0",
4+
"version": "0.19.0",
55
"main": "lib/index.js",
66
"license": "MIT",
77
"scripts": {
@@ -10,24 +10,24 @@
1010
"test": "yarn build"
1111
},
1212
"dependencies": {
13-
"@accounts/database-manager": "^0.18.0",
14-
"@accounts/graphql-api": "^0.18.0",
15-
"@accounts/mongo": "^0.18.0",
16-
"@accounts/password": "^0.18.0",
17-
"@accounts/rest-express": "^0.18.0",
18-
"@accounts/server": "^0.18.0",
19-
"@graphql-modules/core": "0.7.8",
20-
"apollo-server": "2.8.0",
21-
"graphql": "14.4.2",
22-
"graphql-toolkit": "0.4.1",
13+
"@accounts/database-manager": "^0.19.0",
14+
"@accounts/graphql-api": "^0.19.0",
15+
"@accounts/mongo": "^0.19.0",
16+
"@accounts/password": "^0.19.0",
17+
"@accounts/rest-express": "^0.19.0",
18+
"@accounts/server": "^0.19.0",
19+
"@graphql-modules/core": "0.7.10",
20+
"apollo-server": "2.9.0",
21+
"graphql": "14.5.3",
22+
"graphql-toolkit": "0.5.10",
2323
"graphql-tools": "4.0.5",
2424
"lodash": "4.17.15",
25-
"mongoose": "5.6.7",
25+
"mongoose": "5.6.11",
2626
"tslib": "1.10.0"
2727
},
2828
"devDependencies": {
29-
"@types/mongoose": "5.5.11",
30-
"@types/node": "12.6.8",
29+
"@types/mongoose": "5.5.13",
30+
"@types/node": "12.7.2",
3131
"nodemon": "1.19.1",
3232
"ts-node": "8.3.0",
3333
"typescript": "3.5.3"

examples/react-graphql-typescript/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/react-graphql-typescript",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"private": true,
55
"scripts": {
66
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
@@ -24,28 +24,28 @@
2424
]
2525
},
2626
"dependencies": {
27-
"@accounts/client": "^0.18.0",
28-
"@accounts/client-password": "^0.18.0",
29-
"@accounts/graphql-client": "^0.18.0",
30-
"@material-ui/core": "4.3.0",
31-
"@material-ui/styles": "4.3.0",
27+
"@accounts/client": "^0.19.0",
28+
"@accounts/client-password": "^0.19.0",
29+
"@accounts/graphql-client": "^0.19.0",
30+
"@material-ui/core": "4.3.3",
31+
"@material-ui/styles": "4.3.3",
3232
"apollo-boost": "0.1.27",
33-
"graphql": "14.4.2",
33+
"graphql": "14.5.3",
3434
"qrcode.react": "0.9.3",
35-
"react": "16.8.6",
35+
"react": "16.9.0",
3636
"react-apollo": "2.5.8",
37-
"react-dom": "16.8.6",
37+
"react-dom": "16.9.0",
3838
"react-router-dom": "5.0.1",
3939
"tslib": "1.10.0"
4040
},
4141
"devDependencies": {
42-
"@types/node": "12.6.8",
42+
"@types/node": "12.7.2",
4343
"@types/qrcode.react": "0.8.2",
44-
"@types/react": "16.8.23",
45-
"@types/react-dom": "16.8.5",
44+
"@types/react": "16.9.2",
45+
"@types/react-dom": "16.9.0",
4646
"@types/react-router": "5.0.3",
47-
"@types/react-router-dom": "4.3.4",
48-
"react-scripts": "3.0.1",
47+
"@types/react-router-dom": "4.3.5",
48+
"react-scripts": "3.1.1",
4949
"typescript": "3.5.3"
5050
}
5151
}

examples/react-rest-typescript/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/react-rest-typescript",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"private": true,
55
"scripts": {
66
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
@@ -24,25 +24,25 @@
2424
]
2525
},
2626
"dependencies": {
27-
"@accounts/client": "^0.18.0",
28-
"@accounts/client-password": "^0.18.0",
29-
"@accounts/rest-client": "^0.18.0",
30-
"@material-ui/core": "4.3.0",
31-
"@material-ui/styles": "4.3.0",
27+
"@accounts/client": "^0.19.0",
28+
"@accounts/client-password": "^0.19.0",
29+
"@accounts/rest-client": "^0.19.0",
30+
"@material-ui/core": "4.3.3",
31+
"@material-ui/styles": "4.3.3",
3232
"qrcode.react": "0.9.3",
33-
"react": "16.8.6",
34-
"react-dom": "16.8.6",
33+
"react": "16.9.0",
34+
"react-dom": "16.9.0",
3535
"react-router-dom": "5.0.1",
3636
"tslib": "1.10.0"
3737
},
3838
"devDependencies": {
39-
"@types/node": "12.6.8",
39+
"@types/node": "12.7.2",
4040
"@types/qrcode.react": "0.8.2",
41-
"@types/react": "16.8.23",
42-
"@types/react-dom": "16.8.5",
41+
"@types/react": "16.9.2",
42+
"@types/react-dom": "16.9.0",
4343
"@types/react-router": "5.0.3",
44-
"@types/react-router-dom": "4.3.4",
45-
"react-scripts": "3.0.1",
44+
"@types/react-router-dom": "4.3.5",
45+
"react-scripts": "3.1.1",
4646
"typescript": "3.5.3"
4747
}
4848
}

examples/rest-express-typescript/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@examples/rest-express-typescript",
33
"private": true,
4-
"version": "0.18.0",
4+
"version": "0.19.0",
55
"main": "lib/index.js",
66
"license": "MIT",
77
"scripts": {
@@ -10,18 +10,18 @@
1010
"test": "yarn build"
1111
},
1212
"dependencies": {
13-
"@accounts/mongo": "^0.18.0",
14-
"@accounts/password": "^0.18.0",
15-
"@accounts/rest-express": "^0.18.0",
16-
"@accounts/server": "^0.18.0",
13+
"@accounts/mongo": "^0.19.0",
14+
"@accounts/password": "^0.19.0",
15+
"@accounts/rest-express": "^0.19.0",
16+
"@accounts/server": "^0.19.0",
1717
"body-parser": "1.19.0",
1818
"cors": "2.8.5",
1919
"express": "4.17.1",
20-
"mongoose": "5.6.6",
20+
"mongoose": "5.6.11",
2121
"tslib": "1.10.0"
2222
},
2323
"devDependencies": {
24-
"@types/node": "12.6.8",
24+
"@types/node": "12.7.2",
2525
"nodemon": "1.19.1",
2626
"ts-node": "8.3.0",
2727
"typescript": "3.5.3"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2.11.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "0.18.0"
5+
"version": "0.19.0"
66
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"printWidth": 100
4545
},
4646
"resolutions": {
47-
"@types/node": "12.6.8",
47+
"@types/node": "12.7.2",
4848
"graphql-tools": "4.0.5"
4949
},
5050
"renovate": {
@@ -65,13 +65,13 @@
6565
"devDependencies": {
6666
"@accounts/tslint-config-accounts": "0.0.9",
6767
"codecov": "3.5.0",
68-
"husky": "3.0.1",
69-
"lerna": "2.11.0",
70-
"lint-staged": "9.2.1",
68+
"husky": "3.0.4",
69+
"lerna": "3.16.4",
70+
"lint-staged": "9.2.5",
7171
"opencollective": "1.0.3",
7272
"prettier": "1.18.2",
7373
"ts-jest": "24.0.2",
74-
"tslint": "5.16.0",
74+
"tslint": "5.19.0",
7575
"typescript": "3.5.3"
7676
},
7777
"collective": {

packages/apollo-link-accounts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accounts/apollo-link",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"description": "Apollo link for account-js",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -20,9 +20,9 @@
2020
},
2121
"license": "MIT",
2222
"devDependencies": {
23-
"@accounts/client": "^0.18.0",
23+
"@accounts/client": "^0.19.0",
2424
"apollo-link": "1.2.12",
25-
"rimraf": "2.6.3"
25+
"rimraf": "3.0.0"
2626
},
2727
"dependencies": {
2828
"apollo-link-context": "1.0.18",

packages/boost/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accounts/boost",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"description": "Ready to use GraphQL accounts server",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -20,16 +20,16 @@
2020
},
2121
"license": "MIT",
2222
"devDependencies": {
23-
"rimraf": "2.6.3"
23+
"rimraf": "3.0.0"
2424
},
2525
"dependencies": {
26-
"@accounts/database-manager": "^0.18.0",
27-
"@accounts/graphql-api": "^0.18.0",
28-
"@accounts/server": "^0.18.0",
29-
"@accounts/types": "^0.18.0",
30-
"@graphql-modules/core": "0.7.9",
31-
"apollo-server": "^2.7.1",
32-
"graphql": "^14.3.1",
26+
"@accounts/database-manager": "^0.19.0",
27+
"@accounts/graphql-api": "^0.19.0",
28+
"@accounts/server": "^0.19.0",
29+
"@accounts/types": "^0.19.0",
30+
"@graphql-modules/core": "0.7.10",
31+
"apollo-server": "^2.9.0",
32+
"graphql": "^14.5.3",
3333
"graphql-tools": "^4.0.5",
3434
"jsonwebtoken": "^8.5.1",
3535
"lodash": "^4.17.15",

0 commit comments

Comments
 (0)