@coorpacademy/treantjs-adapter-dust
Advanced tools
Comparing version 8.0.1 to 8.0.2
{ | ||
"name": "@coorpacademy/treantjs-adapter-dust", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "", | ||
@@ -8,5 +8,7 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"test": "npm run lint", | ||
"ava": "ava", | ||
"nyc": "nyc npm run ava", | ||
"test": "npm run lint && npm run nyc", | ||
"lint": "npm run eslint", | ||
"eslint": "eslint ./ *.js *.json --ext .js,.json", | ||
"eslint": "eslint ./ *.js *.json --ext .js,.json --cache --cache-location \"node_modules/.cache/.eslintcache\"", | ||
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib -s --ignore test --copy-files", | ||
@@ -30,18 +32,21 @@ "build:es": "cross-env BABEL_ENV=es babel src --out-dir es -s --ignore test --copy-files", | ||
"dependencies": { | ||
"lodash": "^4.17.4", | ||
"react": "^16.3.2", | ||
"react-dom": "^16.3.2" | ||
"lodash": "^4.17.15", | ||
"react": "~16.4.0", | ||
"react-dom": "~16.4.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.4.3", | ||
"@babel/core": "^7.4.3", | ||
"@babel/preset-env": "^7.4.3", | ||
"babel-plugin-istanbul": "^4.1.4", | ||
"cross-env": "^5.0.0", | ||
"@babel/cli": "^7.6.0", | ||
"@babel/core": "^7.6.0", | ||
"@babel/preset-env": "^7.6.0", | ||
"@babel/register": "^7.6.0", | ||
"ava": "^2.4.0", | ||
"babel-plugin-istanbul": "^5.2.0", | ||
"cross-env": "^5.2.1", | ||
"dustjs-linkedin": "^2.7.5", | ||
"eslint": "^4.18.2", | ||
"rimraf": "^2.6.1" | ||
"nyc": "^14.1.1", | ||
"rimraf": "^3.0.0" | ||
}, | ||
"author": "CoorpAcademy", | ||
"gitHead": "f0af7ef69175c636481ab6bf0b7126d7aa7230c8" | ||
"gitHead": "eda0aa4ae46a24138098350b85165b29b5ff1f6f" | ||
} |
24504
16
259
11
+ Addedasap@2.0.6(transitive)
+ Addedcore-js@1.2.7(transitive)
+ Addedencoding@0.1.13(transitive)
+ Addedfbjs@0.8.18(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addedisomorphic-fetch@2.2.1(transitive)
+ Addednode-fetch@1.7.3(transitive)
+ Addedpromise@7.3.1(transitive)
+ Addedreact@16.4.2(transitive)
+ Addedreact-dom@16.4.2(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsetimmediate@1.0.5(transitive)
+ Addedua-parser-js@0.7.39(transitive)
+ Addedwhatwg-fetch@3.6.20(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedscheduler@0.19.1(transitive)
Updatedlodash@^4.17.15
Updatedreact@~16.4.0
Updatedreact-dom@~16.4.0