datalayerjs
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "datalayerjs", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "An open-source datalayer, tagmanager and frontend middleware", | ||
@@ -30,10 +30,10 @@ "author": "Rico Pfaus", | ||
"devDependencies": { | ||
"babel-eslint": "^8.0.1", | ||
"babel-eslint": "^8.2.3", | ||
"babel-jest": "^23.0.1", | ||
"babel-loader": "^7.1.4", | ||
"babel-plugin-dynamic-import-node": "^1.1.0", | ||
"babel-plugin-dynamic-import-node": "^1.2.0", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-register": "^6.26.0", | ||
"babelrc-rollup": "^3.0.0", | ||
"eslint": "^4.8.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb-base": "^12.0.2", | ||
@@ -44,3 +44,3 @@ "eslint-plugin-import": "^2.7.0", | ||
"jest-environment-jsdom-global": "^1.0.3", | ||
"jsdom": "^11.3.0", | ||
"jsdom": "^11.11.0", | ||
"webpack": "^4.6.0", | ||
@@ -47,0 +47,0 @@ "webpack-cli": "^2.0.14" |
20903