|
11 | 11 | "semantic-release": "semantic-release", |
12 | 12 | "build": "rollup -c", |
13 | 13 | "test": "mocha tests/*.js --require @babel/register --reporter spec || exit 0", |
14 | | - "posttest": "eslint lib tests" |
| 14 | + "posttest": "standard lib/module.js lib/templates/plugin.template.js lib/services/*.js tests/*.js --fix" |
15 | 15 | }, |
16 | 16 | "eslintIgnore": [ |
17 | 17 | "lib/templates/*.*" |
|
44 | 44 | }, |
45 | 45 | "homepage": "https://github.com/Domitnator/kentico-kontent-nuxt-module#readme", |
46 | 46 | "dependencies": { |
47 | | - "@kentico/kontent-delivery": "^7.0.1" |
| 47 | + "@kentico/kontent-delivery": "^7.1.0" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@babel/core": "^7.5.5", |
51 | | - "@babel/preset-env": "^7.5.5", |
52 | | - "@babel/register": "^7.4.4", |
53 | | - "@semantic-release/npm": "^5.1.15", |
| 50 | + "@babel/core": "^7.6.4", |
| 51 | + "@babel/preset-env": "^7.6.3", |
| 52 | + "@babel/register": "^7.6.2", |
| 53 | + "@semantic-release/npm": "^5.2.0", |
54 | 54 | "babel-plugin-syntax-async-functions": "^6.13.0", |
55 | 55 | "babel-plugin-transform-regenerator": "^6.26.0", |
56 | 56 | "babel-polyfill": "^6.26.0", |
57 | 57 | "chai": "^4.2.0", |
58 | 58 | "chai-as-promised": "^7.1.1", |
59 | | - "eslint": "^5.16.0", |
60 | | - "eslint-config-standard": "^12.0.0", |
61 | | - "eslint-plugin-import": "^2.18.2", |
62 | | - "eslint-plugin-node": "^8.0.1", |
63 | | - "eslint-plugin-promise": "^4.2.1", |
64 | | - "eslint-plugin-standard": "^4.0.1", |
65 | | - "mocha": "^5.2.0", |
66 | | - "rollup": "^1.15.3", |
| 59 | + "standard": "*", |
| 60 | + "mocha": "^6.2.1", |
| 61 | + "rollup": "^1.24.0", |
67 | 62 | "rollup-plugin-babel": "^4.3.3", |
68 | 63 | "rollup-plugin-commonjs": "^10.1.0", |
69 | 64 | "rollup-plugin-json": "^4.0.0", |
|
0 commit comments