Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9330382

Browse files
kibertoadkoskimas
authored andcommitted
Update dependencies. Update contributor list
1 parent 0d5f43d commit 9330382

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"Sami Koskimäki <[email protected]> (https://github.com/koskimas)",
3131
"Mikael Lepistö <[email protected]> (https://github.com/elhigu)",
3232
"Matthew McEachen <[email protected]> (https://github.com/mceachen)",
33-
"Jürg Lehni <[email protected]> (https://github.com/lehni)"
33+
"Jürg Lehni <[email protected]> (https://github.com/lehni)",
34+
"Igor Savin <[email protected]> (https://github.com/kibertoad)"
3435
],
3536
"repository": {
3637
"type": "git",
@@ -58,32 +59,32 @@
5859
"types": "./typings/objection/index.d.ts",
5960
"dependencies": {
6061
"ajv": "^6.1.1",
61-
"bluebird": "^3.5.1",
62-
"lodash": "^4.17.4"
62+
"bluebird": "^3.5.3",
63+
"lodash": "^4.17.11"
6364
},
6465
"peerDependencies": {
6566
"knex": "0.x"
6667
},
6768
"devDependencies": {
6869
"@types/knex": "^0.14.5",
6970
"@types/node": "^10.0.6",
70-
"babel-eslint": "^8.2.1",
71-
"chai": "^4.1.2",
71+
"babel-eslint": "^10.0.1",
72+
"chai": "^4.2.0",
7273
"chai-subset": "^1.6.0",
73-
"coveralls": "^3.0.0",
74-
"eslint": "^4.16.0",
75-
"eslint-plugin-prettier": "^2.5.0",
74+
"coveralls": "^3.0.2",
75+
"eslint": "^5.9.0",
76+
"eslint-plugin-prettier": "^3.0.0",
7677
"expect.js": "^0.3.1",
77-
"fs-extra": "^6.0.1",
78-
"glob": "^7.1.2",
78+
"fs-extra": "^7.0.1",
79+
"glob": "^7.1.3",
7980
"knex": "0.x",
8081
"mocha": "^5.2.0",
81-
"mysql": "^2.15.0",
82-
"nyc": "^13.0.1",
83-
"pg": "^7.4.1",
82+
"mysql": "^2.16.0",
83+
"nyc": "^13.1.0",
84+
"pg": "^7.6.1",
8485
"prettier": "1.13.6",
85-
"sqlite3": "^4.0.0",
86-
"typescript": "^2.7.1"
86+
"sqlite3": "^4.0.4",
87+
"typescript": "^2.9.2"
8788
},
8889
"nyc": {
8990
"description": "test coverage",

0 commit comments

Comments
 (0)