|
1 | 1 | { |
2 | 2 | "name": "kenticocloud-nuxt-module", |
3 | | - "version": "1.0.0-release", |
| 3 | + "version": "2.0.0-release", |
4 | 4 | "description": "Add Kentico Cloud super power to your nuxt app", |
5 | 5 | "main": "lib/module.js", |
6 | 6 | "directories": { |
|
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": "UpgradeToBeta6" |
| 18 | + }, |
16 | 19 | "eslintIgnore": [ |
17 | 20 | "lib/templates/*.*" |
18 | 21 | ], |
|
43 | 46 | }, |
44 | 47 | "homepage": "https://github.com/Domitnator/kenticocloud-nuxt-module#readme", |
45 | 48 | "dependencies": { |
46 | | - "kentico-cloud-delivery": "^5.7.2" |
| 49 | + "kentico-cloud-delivery": "6.0.0-beta.8" |
47 | 50 | }, |
48 | 51 | "devDependencies": { |
49 | | - "@babel/core": "^7.3.4", |
50 | | - "@babel/preset-env": "^7.3.4", |
51 | | - "@babel/register": "^7.0.0", |
| 52 | + "@babel/core": "^7.4.4", |
| 53 | + "@babel/preset-env": "^7.4.4", |
| 54 | + "@babel/register": "^7.4.4", |
52 | 55 | "babel-plugin-syntax-async-functions": "^6.13.0", |
53 | 56 | "babel-plugin-transform-regenerator": "^6.26.0", |
54 | 57 | "babel-polyfill": "^6.26.0", |
|
61 | 64 | "eslint-plugin-promise": "^4.0.1", |
62 | 65 | "eslint-plugin-standard": "^4.0.0", |
63 | 66 | "mocha": "^5.2.0", |
64 | | - "rollup": "^1.3.1", |
| 67 | + "rollup": "^1.12.3", |
65 | 68 | "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" |
| 69 | + "rollup-plugin-commonjs": "^10.0.0", |
| 70 | + "rollup-plugin-json": "^4.0.0", |
| 71 | + "rollup-plugin-node-resolve": "^5.0.0", |
| 72 | + "rollup-plugin-replace": "^2.2.0", |
| 73 | + "semantic-release": "^15.13.12" |
71 | 74 | } |
72 | 75 | } |
0 commit comments