Skip to content

Commit

Permalink
Botium Core 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Treml committed Apr 10, 2021
1 parent f352103 commit beeea9e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botium-bindings",
"version": "2.1.5",
"version": "2.1.6",
"engines": {
"node": ">=8.13.0"
},
Expand All @@ -19,28 +19,28 @@
"author": "Botium GmbH",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.13",
"@babel/runtime": "^7.13.10",
"async": "^3.2.0",
"botium-core": "1.11.1",
"botium-core": "1.11.2",
"debug": "^4.3.1",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"yargs": "^16.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/node": "^7.12.16",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.16",
"eslint": "^7.20.0",
"@babel/core": "^7.13.15",
"@babel/node": "^7.13.13",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"eslint": "^7.24.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^4.1.0",
"license-checker": "^25.0.1",
"npm-check-updates": "^11.1.1",
"rollup": "^2.39.0",
"npm-check-updates": "^11.4.1",
"rollup": "^2.45.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
Expand Down

0 comments on commit beeea9e

Please sign in to comment.