X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=191368e8866ee9382b45b3d15e762b7165333b72;hb=bde5a6842479a5dff7e2136ea283b0369bd3c16e;hp=b09f238183c532e2617a09dc8707b79e573d427c;hpb=a01c18a04a1b0fe56b3f256af45ada16d4b1bebf;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index b09f2381..191368e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.0", + "version": "1.0.1-1", "engines": { "node": "14.x.x", "npm": "6.x.x" @@ -44,10 +44,11 @@ "git:sinit": "git submodule update --init --recursive --force", "git:sdiff": "git diff && git submodule foreach 'git diff'", "git:supdate": "git submodule update --remote --recursive --merge", - "git:spush": "git push --recurse-submodules=on-demand" + "git:spush": "git push --recurse-submodules=on-demand", + "postversion": "git push && git push upstream && git push --tags && git push upstream --tags" }, "dependencies": { - "mongodb": "^3.6.6", + "mongodb": "^3.6.7", "poolifier": "^2.0.2", "source-map-support": "^0.5.19", "tslib": "^2.2.0", @@ -61,16 +62,17 @@ "utf-8-validate": "^5.0.5" }, "devDependencies": { - "@types/node": "^14.14.45", + "@rollup/plugin-json": "^4.1.0", + "@types/node": "^14.17.0", "@types/uuid": "^8.3.0", "@types/ws": "^7.4.4", - "@typescript-eslint/eslint-plugin": "^4.23.0", - "@typescript-eslint/parser": "^4.23.0", + "@typescript-eslint/eslint-plugin": "^4.24.0", + "@typescript-eslint/parser": "^4.24.0", "clinic": "^9.0.0", "cross-env": "^7.0.3", "eslint": "^7.26.0", - "eslint-plugin-import": "^2.23.1", - "eslint-plugin-jsdoc": "^34.3.0", + "eslint-plugin-import": "^2.23.2", + "eslint-plugin-jsdoc": "^34.8.2", "mbt": "^1.1.1", "npm-check": "^5.9.2", "rollup": "^2.48.0",