|
13 | 13 | "test": "mocha tests/*.js --require @babel/register --reporter spec || exit 0", |
14 | 14 | "posttest": "eslint lib tests" |
15 | 15 | }, |
| 16 | + "release": { |
| 17 | + "branch": "master" |
| 18 | + }, |
| 19 | + "publishConfig": { |
| 20 | + "registry": "https://registry.npmjs.org/" |
| 21 | + }, |
16 | 22 | "eslintIgnore": [ |
17 | 23 | "lib/templates/*.*" |
18 | 24 | ], |
|
43 | 49 | }, |
44 | 50 | "homepage": "https://github.com/Domitnator/kenticocloud-nuxt-module#readme", |
45 | 51 | "dependencies": { |
46 | | - "kentico-cloud-delivery": "^5.7.2" |
| 52 | + "kentico-cloud-delivery": "^6.2.0" |
47 | 53 | }, |
48 | 54 | "devDependencies": { |
49 | | - "@babel/core": "^7.3.4", |
50 | | - "@babel/preset-env": "^7.3.4", |
51 | | - "@babel/register": "^7.0.0", |
| 55 | + "@babel/core": "^7.5.5", |
| 56 | + "@babel/preset-env": "^7.5.5", |
| 57 | + "@babel/register": "^7.4.4", |
| 58 | + "@semantic-release/npm": "^5.1.15", |
52 | 59 | "babel-plugin-syntax-async-functions": "^6.13.0", |
53 | 60 | "babel-plugin-transform-regenerator": "^6.26.0", |
54 | 61 | "babel-polyfill": "^6.26.0", |
55 | 62 | "chai": "^4.2.0", |
56 | 63 | "chai-as-promised": "^7.1.1", |
57 | | - "eslint": "^5.14.1", |
| 64 | + "eslint": "^5.16.0", |
58 | 65 | "eslint-config-standard": "^12.0.0", |
59 | | - "eslint-plugin-import": "^2.16.0", |
| 66 | + "eslint-plugin-import": "^2.18.2", |
60 | 67 | "eslint-plugin-node": "^8.0.1", |
61 | | - "eslint-plugin-promise": "^4.0.1", |
62 | | - "eslint-plugin-standard": "^4.0.0", |
| 68 | + "eslint-plugin-promise": "^4.2.1", |
| 69 | + "eslint-plugin-standard": "^4.0.1", |
63 | 70 | "mocha": "^5.2.0", |
64 | | - "rollup": "^1.3.1", |
65 | | - "rollup-plugin-babel": "^4.3.2", |
66 | | - "rollup-plugin-commonjs": "^9.2.1", |
67 | | - "rollup-plugin-json": "^3.1.0", |
68 | | - "rollup-plugin-node-resolve": "^4.0.1", |
69 | | - "rollup-plugin-replace": "^2.1.0", |
70 | | - "semantic-release": "^15.13.3" |
| 71 | + "rollup": "^1.15.3", |
| 72 | + "rollup-plugin-babel": "^4.3.3", |
| 73 | + "rollup-plugin-commonjs": "^10.1.0", |
| 74 | + "rollup-plugin-json": "^4.0.0", |
| 75 | + "rollup-plugin-node-resolve": "^5.2.0", |
| 76 | + "rollup-plugin-replace": "^2.2.0", |
| 77 | + "semantic-release": "^15.13.24" |
71 | 78 | } |
72 | 79 | } |
0 commit comments