|
1 | 1 | { |
2 | 2 | "name": "contentful-export", |
3 | | - "version": "7.0.0-beta0", |
| 3 | + "version": "0.0.0-determined-by-semantic-release", |
4 | 4 | "description": "this tool allows you to export a space to a JSON dump", |
5 | 5 | "main": "dist/index.js", |
6 | 6 | "engines": { |
|
44 | 44 | "dependencies": { |
45 | 45 | "bfj": "^6.1.1", |
46 | 46 | "bluebird": "^3.3.3", |
47 | | - "cli-table3": "^0.5.0", |
| 47 | + "cli-table3": "^0.5.1", |
48 | 48 | "contentful-batch-libs": "^9.0.0", |
49 | | - "contentful-management": "^5.0.0", |
| 49 | + "contentful-management": "^5.3.0", |
50 | 50 | "echo-cli": "^1.0.8", |
51 | 51 | "figures": "^2.0.0", |
52 | | - "fs-extra": "^5.0.0", |
| 52 | + "fs-extra": "^7.0.0", |
53 | 53 | "listr": "^0.14.1", |
54 | 54 | "listr-update-renderer": "^0.4.0", |
55 | 55 | "listr-verbose-renderer": "^0.4.0", |
56 | | - "lodash": "^4.17.4", |
| 56 | + "lodash": "^4.17.10", |
57 | 57 | "mkdirp": "^0.5.1", |
58 | 58 | "moment": "^2.22.2", |
59 | | - "request": "^2.83.0", |
60 | | - "yargs": "^11.0.0" |
| 59 | + "request": "^2.87.0", |
| 60 | + "yargs": "^12.0.1" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | 63 | "babel-cli": "^6.24.0", |
64 | | - "babel-core": "^6.26.0", |
| 64 | + "babel-core": "^6.26.3", |
65 | 65 | "babel-eslint": "^8.2.3", |
66 | | - "babel-jest": "^22.4.1", |
| 66 | + "babel-jest": "^23.4.2", |
67 | 67 | "babel-plugin-add-module-exports": "^0.2.1", |
68 | 68 | "babel-plugin-transform-object-rest-spread": "^6.23.0", |
69 | 69 | "babel-preset-env": "^1.7.0", |
70 | 70 | "babel-template": "^6.23.0", |
71 | 71 | "babel-types": "^6.23.0", |
72 | 72 | "codecov": "^3.0.2", |
73 | 73 | "cz-conventional-changelog": "^2.0.0", |
74 | | - "eslint": "^4.19.1", |
| 74 | + "eslint": "^5.2.0", |
75 | 75 | "eslint-config-standard": "^11.0.0", |
76 | 76 | "eslint-plugin-import": "^2.12.0", |
77 | 77 | "eslint-plugin-jest": "^21.17.0", |
78 | | - "eslint-plugin-node": "^6.0.1", |
| 78 | + "eslint-plugin-node": "^7.0.1", |
79 | 79 | "eslint-plugin-promise": "^3.8.0", |
80 | 80 | "eslint-plugin-standard": "^3.1.0", |
81 | 81 | "https-proxy-agent": "^2.2.1", |
82 | 82 | "husky": "^0.14.3", |
83 | | - "jest": "^22.4.2", |
| 83 | + "jest": "^23.4.2", |
84 | 84 | "nixt": "^0.5.0", |
85 | | - "nock": "^9.2.3", |
| 85 | + "nock": "^9.4.3", |
86 | 86 | "opener": "^1.4.1", |
87 | 87 | "rimraf": "^2.5.0", |
88 | | - "semantic-release": "^12.4.1", |
| 88 | + "semantic-release": "^15.9.1", |
89 | 89 | "travis-deploy-once": "^5.0.0" |
90 | 90 | }, |
91 | 91 | "files": [ |
|
0 commit comments