|
17 | 17 | "knex-scripts": "bin/knex-scripts"
|
18 | 18 | },
|
19 | 19 | "dependencies": {
|
20 |
| - "chalk": "^2.4.2", |
21 |
| - "commander": "^3.0.0", |
22 |
| - "interpret": "^1.2.0", |
| 20 | + "chalk": "^3.0.0", |
| 21 | + "commander": "^5.0.0", |
| 22 | + "interpret": "^2.0.0", |
23 | 23 | "liftoff": "^3.1.0",
|
24 |
| - "minimist": "^1.2.0", |
25 |
| - "mkdirp": "^0.5.1", |
| 24 | + "minimist": "^1.2.5", |
| 25 | + "mkdirp": "^1.0.3", |
26 | 26 | "mz": "^2.7.0",
|
27 | 27 | "tildify": "^2.0.0",
|
28 | 28 | "tiny-glob": "^0.2.6",
|
29 | 29 | "v8flags": "^3.1.3"
|
30 | 30 | },
|
31 | 31 | "devDependencies": {
|
32 |
| - "@babel/cli": "^7.5.5", |
33 |
| - "@babel/core": "^7.5.5", |
34 |
| - "@babel/plugin-proposal-class-properties": "^7.5.5", |
35 |
| - "@babel/preset-env": "^7.5.5", |
36 |
| - "babel-eslint": "^10.0.3", |
37 |
| - "babel-jest": "^24.9.0", |
| 32 | + "@babel/cli": "^7.8.4", |
| 33 | + "@babel/core": "^7.9.0", |
| 34 | + "@babel/plugin-proposal-class-properties": "^7.8.3", |
| 35 | + "@babel/preset-env": "^7.9.0", |
| 36 | + "babel-eslint": "^10.1.0", |
| 37 | + "babel-jest": "^25.2.3", |
38 | 38 | "conventional-github-releaser": "^3.1.3",
|
39 |
| - "eslint": "^6.2.2", |
40 |
| - "eslint-config-airbnb-base": "^14.0.0", |
41 |
| - "eslint-config-prettier": "^6.1.0", |
42 |
| - "eslint-plugin-import": "^2.18.2", |
43 |
| - "jest": "^24.9.0", |
44 |
| - "knex": "^0.19.2", |
45 |
| - "pg": "^7.12.1", |
46 |
| - "prettier": "^1.18.2", |
47 |
| - "standard-version": "^7.0.0" |
| 39 | + "eslint": "^6.8.0", |
| 40 | + "eslint-config-airbnb-base": "^14.1.0", |
| 41 | + "eslint-config-prettier": "^6.10.1", |
| 42 | + "eslint-plugin-import": "^2.20.2", |
| 43 | + "jest": "^25.2.3", |
| 44 | + "knex": "^0.20.13", |
| 45 | + "pg": "^7.18.2", |
| 46 | + "prettier": "^2.0.2", |
| 47 | + "standard-version": "^7.1.0" |
48 | 48 | }
|
49 | 49 | }
|
0 commit comments