Skip to content

Commit

Permalink
Botium Core 1.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Treml committed Jul 5, 2021
1 parent 7fad45a commit 2e98aa7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botium-bindings",
"version": "2.1.8",
"version": "2.1.9",
"engines": {
"node": ">=8.13.0"
},
Expand All @@ -19,28 +19,28 @@
"author": "Botium GmbH",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.14.5",
"@babel/runtime": "^7.14.6",
"async": "^3.2.0",
"botium-core": "1.11.6",
"debug": "^4.3.1",
"botium-core": "1.11.8",
"debug": "^4.3.2",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"yargs": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/node": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/node": "^7.14.7",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"eslint": "^7.28.0",
"@babel/preset-env": "^7.14.7",
"eslint": "^7.30.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^4.1.0",
"license-checker": "^25.0.1",
"npm-check-updates": "^11.6.0",
"rollup": "^2.51.2",
"npm-check-updates": "^11.8.1",
"rollup": "^2.52.7",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
Expand Down

0 comments on commit 2e98aa7

Please sign in to comment.