Skip to content

Commit 792642e

Browse files
committed
chore: update dependencies
1 parent 3fd0274 commit 792642e

File tree

3 files changed

+1215
-1213
lines changed

3 files changed

+1215
-1213
lines changed

jest.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
roots: ['<rootDir>/src'],
3+
testMatch: ['**/__tests__/**/*-test.(ts|js)'],
4+
testEnvironment: 'node',
5+
};

package.json

Lines changed: 21 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -40,52 +40,47 @@
4040
},
4141
"devDependencies": {
4242
"@babel/cli": "^7.2.3",
43-
"@babel/core": "^7.2.2",
44-
"@babel/plugin-proposal-class-properties": "^7.2.3",
45-
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
46-
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
47-
"@babel/plugin-transform-runtime": "^7.2.0",
48-
"@babel/preset-env": "^7.2.3",
43+
"@babel/core": "^7.3.4",
44+
"@babel/plugin-proposal-class-properties": "^7.3.4",
45+
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
46+
"@babel/plugin-transform-flow-strip-types": "^7.3.4",
47+
"@babel/plugin-transform-runtime": "^7.3.4",
48+
"@babel/preset-env": "^7.3.4",
4949
"@babel/preset-flow": "^7.0.0",
50-
"@types/graphql": "^14.0.5",
50+
"@types/graphql": "^14.0.7",
5151
"@types/mongoose": "5.2.10",
5252
"babel-core": "^7.0.0-bridge.0",
5353
"babel-eslint": "^10.0.1",
54-
"babel-jest": "^23.6.0",
54+
"babel-jest": "^24.3.1",
5555
"cz-conventional-changelog": "^2.1.0",
56-
"eslint": "^5.12.0",
56+
"eslint": "^5.15.1",
5757
"eslint-config-airbnb-base": "^13.1.0",
58-
"eslint-config-prettier": "^3.4.0",
59-
"eslint-plugin-flowtype": "^3.2.1",
60-
"eslint-plugin-import": "^2.14.0",
58+
"eslint-config-prettier": "^4.1.0",
59+
"eslint-plugin-flowtype": "^3.4.2",
60+
"eslint-plugin-import": "^2.16.0",
6161
"eslint-plugin-prettier": "^3.0.1",
62-
"flow-bin": "^0.90.0",
62+
"flow-bin": "^0.94.0",
6363
"graphql": "14.1.1",
64-
"graphql-compose": "^5.5.0",
64+
"graphql-compose": "^5.11.0",
6565
"graphql-compose-connection": ">=4.0.0",
6666
"graphql-compose-pagination": ">=4.0.0",
67-
"jest": "^23.6.0",
68-
"mongodb-memory-server": "^3.0.0",
69-
"mongoose": "^5.4.4",
70-
"prettier": "^1.15.3",
67+
"jest": "^24.3.1",
68+
"mongodb-memory-server": "^4.0.1",
69+
"mongoose": "^5.4.18",
70+
"prettier": "^1.16.4",
7171
"request": "^2.88.0",
7272
"rimraf": "^2.6.3",
7373
"semantic-release": "^15.13.3",
74-
"tslint": "^5.12.1",
75-
"tslint-config-prettier": "^1.17.0",
74+
"tslint": "^5.13.1",
75+
"tslint-config-prettier": "^1.18.0",
7676
"tslint-plugin-prettier": "^2.0.1",
77-
"typescript": "^3.2.2"
77+
"typescript": "^3.3.3333"
7878
},
7979
"config": {
8080
"commitizen": {
8181
"path": "./node_modules/cz-conventional-changelog"
8282
}
8383
},
84-
"jest": {
85-
"roots": [
86-
"<rootDir>/src"
87-
]
88-
},
8984
"scripts": {
9085
"build": "npm run build-lib && npm run build-mjs && npm run build-es && npm run build-node8 && npm run build-ts",
9186
"build-lib": "rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow",

0 commit comments

Comments
 (0)