Skip to content

Commit 1ea2e0f

Browse files
committed
fix: update depedencies
1 parent d1fb202 commit 1ea2e0f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,29 @@
2424
"lodash": "^4.17.11",
2525
"pluralize": "^8.0.0",
2626
"roarr": "^2.13.2",
27-
"slonik": "^16.19.5",
27+
"slonik": "^17.1.1",
2828
"yargs": "^13.2.4"
2929
},
3030
"description": "A scaffolding tool for projects using DataLoader, Flow and PostgreSQL.",
3131
"devDependencies": {
32-
"@babel/cli": "^7.4.4",
33-
"@babel/core": "^7.4.5",
34-
"@babel/node": "^7.4.5",
32+
"@babel/cli": "^7.5.0",
33+
"@babel/core": "^7.5.0",
34+
"@babel/node": "^7.5.0",
3535
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
36-
"@babel/preset-env": "^7.4.5",
36+
"@babel/preset-env": "^7.5.0",
3737
"@babel/register": "^7.4.4",
3838
"ava": "^2.1.0",
3939
"babel-plugin-istanbul": "^5.1.4",
4040
"babel-plugin-macros": "^2.6.1",
4141
"coveralls": "^3.0.4",
42-
"eslint": "^5.16.0",
43-
"eslint-config-canonical": "^17.1.0",
44-
"flow-bin": "^0.101.0",
45-
"flow-copy-source": "^2.0.6",
46-
"husky": "^2.4.1",
47-
"inline-loops.macro": "^1.0.3",
42+
"eslint": "^6.0.1",
43+
"eslint-config-canonical": "^17.1.1",
44+
"flow-bin": "^0.102.0",
45+
"flow-copy-source": "^2.0.7",
46+
"husky": "^3.0.0",
47+
"inline-loops.macro": "^1.2.2",
4848
"nyc": "^14.1.1",
49-
"semantic-release": "^15.13.16"
49+
"semantic-release": "^15.13.18"
5050
},
5151
"engines": {
5252
"node": ">=8"

0 commit comments

Comments
 (0)