|
9 | 9 | "build": "babel -d lib src", |
10 | 10 | "lint": "eslint .", |
11 | 11 | "prebuild": "rm -rf lib", |
| 12 | + "format": "prettier --write \"**/*.{js,md,mdx}\"", |
12 | 13 | "test": "yarn lint && yarn build && jest --ci && bin/knex-scripts create && bin/knex-scripts dump && bin/knex-scripts load && bin/knex-scripts drop && bin/knex-scripts check-structure", |
13 | 14 | "release": "yarn build && standard-version && conventional-github-releaser -p angular" |
14 | 15 | }, |
15 | 16 | "bin": { |
16 | 17 | "knex-scripts": "bin/knex-scripts" |
17 | 18 | }, |
18 | 19 | "dependencies": { |
19 | | - "chalk": "^2.3.0", |
20 | | - "commander": "^2.14.0", |
21 | | - "interpret": "^1.1.0", |
22 | | - "liftoff": "^2.5.0", |
| 20 | + "chalk": "^2.4.2", |
| 21 | + "commander": "^3.0.0", |
| 22 | + "interpret": "^1.2.0", |
| 23 | + "liftoff": "^3.1.0", |
23 | 24 | "minimist": "^1.2.0", |
24 | 25 | "mkdirp": "^0.5.1", |
25 | 26 | "mz": "^2.7.0", |
26 | | - "tildify": "^1.2.0", |
27 | | - "v8flags": "^3.0.1" |
| 27 | + "tildify": "^2.0.0", |
| 28 | + "v8flags": "^3.1.3" |
28 | 29 | }, |
29 | 30 | "devDependencies": { |
30 | | - "babel-cli": "^6.26.0", |
31 | | - "babel-eslint": "^8.2.1", |
32 | | - "babel-jest": "^22.4.1", |
33 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
34 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
35 | | - "babel-preset-env": "^1.6.1", |
36 | | - "conventional-github-releaser": "^2.0.0", |
37 | | - "eslint": "^4.17.0", |
38 | | - "eslint-config-airbnb-base": "^12.1.0", |
39 | | - "eslint-config-prettier": "^2.9.0", |
40 | | - "eslint-plugin-import": "^2.8.0", |
41 | | - "jest": "^22.4.2", |
42 | | - "knex": "^0.14.2", |
43 | | - "pg": "^7.4.1", |
44 | | - "prettier": "^1.10.2", |
45 | | - "standard-version": "^4.3.0" |
| 31 | + "@babel/cli": "^7.5.5", |
| 32 | + "@babel/core": "^7.5.5", |
| 33 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
| 34 | + "@babel/preset-env": "^7.5.5", |
| 35 | + "babel-eslint": "^10.0.3", |
| 36 | + "babel-jest": "^24.9.0", |
| 37 | + "conventional-github-releaser": "^3.1.3", |
| 38 | + "eslint": "^6.2.2", |
| 39 | + "eslint-config-airbnb-base": "^14.0.0", |
| 40 | + "eslint-config-prettier": "^6.1.0", |
| 41 | + "eslint-plugin-import": "^2.18.2", |
| 42 | + "jest": "^24.9.0", |
| 43 | + "knex": "^0.19.2", |
| 44 | + "pg": "^7.12.1", |
| 45 | + "prettier": "^1.18.2", |
| 46 | + "standard-version": "^7.0.0" |
46 | 47 | } |
47 | 48 | } |
0 commit comments