Skip to content

Commit 6d55389

Browse files
author
Alfred Brockotter
committed
feat: Upgraded kontent-delivery to 7.1.0 and removed unused devDependencies
1 parent 32839ac commit 6d55389

File tree

2 files changed

+555
-262
lines changed

2 files changed

+555
-262
lines changed

package.json

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"semantic-release": "semantic-release",
1212
"build": "rollup -c",
1313
"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"
1515
},
1616
"eslintIgnore": [
1717
"lib/templates/*.*"
@@ -44,26 +44,21 @@
4444
},
4545
"homepage": "https://github.com/Domitnator/kentico-kontent-nuxt-module#readme",
4646
"dependencies": {
47-
"@kentico/kontent-delivery": "^7.0.1"
47+
"@kentico/kontent-delivery": "^7.1.0"
4848
},
4949
"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",
5454
"babel-plugin-syntax-async-functions": "^6.13.0",
5555
"babel-plugin-transform-regenerator": "^6.26.0",
5656
"babel-polyfill": "^6.26.0",
5757
"chai": "^4.2.0",
5858
"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",
6762
"rollup-plugin-babel": "^4.3.3",
6863
"rollup-plugin-commonjs": "^10.1.0",
6964
"rollup-plugin-json": "^4.0.0",

0 commit comments

Comments
 (0)