|
24 | 24 | "lodash": "^4.17.11", |
25 | 25 | "pluralize": "^8.0.0", |
26 | 26 | "roarr": "^2.13.2", |
27 | | - "slonik": "^16.19.5", |
| 27 | + "slonik": "^17.1.1", |
28 | 28 | "yargs": "^13.2.4" |
29 | 29 | }, |
30 | 30 | "description": "A scaffolding tool for projects using DataLoader, Flow and PostgreSQL.", |
31 | 31 | "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", |
35 | 35 | "@babel/plugin-transform-flow-strip-types": "^7.4.4", |
36 | | - "@babel/preset-env": "^7.4.5", |
| 36 | + "@babel/preset-env": "^7.5.0", |
37 | 37 | "@babel/register": "^7.4.4", |
38 | 38 | "ava": "^2.1.0", |
39 | 39 | "babel-plugin-istanbul": "^5.1.4", |
40 | 40 | "babel-plugin-macros": "^2.6.1", |
41 | 41 | "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", |
48 | 48 | "nyc": "^14.1.1", |
49 | | - "semantic-release": "^15.13.16" |
| 49 | + "semantic-release": "^15.13.18" |
50 | 50 | }, |
51 | 51 | "engines": { |
52 | 52 | "node": ">=8" |
|
0 commit comments