babel-preset-nodely
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -0,1 +1,6 @@ | ||
# 0.3.0 (2018-09-02) | ||
* Upgrade dependencies (stop using Babel 7 beta and use Babel 7 official release) | ||
# 0.2.0 (2018-06-13) | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "babel-preset-nodely", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Babel preset used by nodely.", | ||
@@ -42,18 +42,17 @@ "main": "lib/index.js", | ||
"babel-core": "^7.0.0-0", | ||
"babel-jest": "23.0.1", | ||
"codecov": "3.0.2", | ||
"flow-bin": "0.73.0", | ||
"jest": "23.1.0", | ||
"babel-jest": "23.4.2", | ||
"codecov": "3.0.4", | ||
"jest": "23.5.0", | ||
"jest-serializer-path": "0.1.15", | ||
"lintly": "0.2.1", | ||
"nodely": "0.6.0" | ||
"lintly": "0.3.0", | ||
"nodely": "0.8.0" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.0.0-0", | ||
"@babel/plugin-proposal-class-properties": "^7.0.0-0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.0.0-0", | ||
"@babel/plugin-syntax-object-rest-spread": "^7.0.0-0", | ||
"@babel/preset-env": "^7.0.0-0", | ||
"@babel/preset-flow": "^7.0.0-0", | ||
"@babel/preset-react": "^7.0.0-0" | ||
"@babel/core": "^7.0.0", | ||
"@babel/plugin-proposal-class-properties": "^7.0.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.0.0", | ||
"@babel/plugin-syntax-object-rest-spread": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/preset-flow": "^7.0.0", | ||
"@babel/preset-react": "^7.0.0" | ||
}, | ||
@@ -60,0 +59,0 @@ "jest": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5185
7