Skip to content

Commit c78e5a5

Browse files
committed
Update versions
Signed-off-by: Arda TANRIKULU <[email protected]>
1 parent 35e3208 commit c78e5a5

File tree

4 files changed

+260
-134
lines changed

4 files changed

+260
-134
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save_exact=true

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
"build": "tsc"
1515
},
1616
"dependencies": {
17-
"@graphql-modules/core": "0.2.0-alpha.6b3f1b51",
18-
"@graphql-modules/epoxy": "0.2.0-alpha.6b3f1b51",
19-
"@graphql-modules/logger": "0.2.0-alpha.6b3f1b51",
20-
"@graphql-modules/sonar": "0.2.0-alpha.6b3f1b51",
21-
"apollo-server": "^2.1.0",
22-
"graphql": "^14.0.2",
23-
"reflect-metadata": "^0.1.12",
24-
"ts-node": "^7.0.1",
25-
"tsconfig-paths": "^3.6.0",
26-
"typescript": "^3.1.3"
17+
"@graphql-modules/core": "0.2.0",
18+
"@graphql-modules/epoxy": "0.2.0",
19+
"@graphql-modules/logger": "0.2.0",
20+
"@graphql-modules/sonar": "0.2.0",
21+
"apollo-server": "2.1.0",
22+
"graphql": "14.0.2",
23+
"reflect-metadata": "0.1.12",
24+
"ts-node": "7.0.1",
25+
"tsconfig-paths": "3.6.0",
26+
"typescript": "3.1.3"
2727
},
2828
"devDependencies": {
29-
"@types/graphql": "^14.0.3",
30-
"graphql-code-generator": "^0.12.6",
31-
"graphql-codegen-typescript-mongodb-template": "0.13.0-alpha.106f2555",
32-
"nodemon": "^1.18.5"
29+
"@types/graphql": "14.0.3",
30+
"graphql-code-generator": "0.13.0",
31+
"graphql-codegen-typescript-mongodb-template": "0.13.0",
32+
"nodemon": "1.18.5"
3333
}
3434
}

renovate.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
]
5+
}

0 commit comments

Comments
 (0)