react-optimistic-toggle
Advanced tools
Comparing version 0.5.0 to 0.5.1-temp-adi-1
{ | ||
"name": "react-optimistic-toggle", | ||
"version": "0.5.0", | ||
"version": "0.5.1-temp-adi-1", | ||
"description": "React component to build Optimistic UIs.", | ||
@@ -23,8 +23,9 @@ "main": "lib/OptimisticToggle.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.4.3", | ||
"@babel/core": "^7.4.3", | ||
"@babel/plugin-proposal-class-properties": "^7.4.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.4.3", | ||
"@babel/plugin-transform-runtime": "^7.4.3", | ||
"@babel/preset-env": "^7.4.3", | ||
"@babel/cli": "^7.7.0", | ||
"@babel/core": "^7.7.0", | ||
"@babel/plugin-proposal-class-properties": "^7.7.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.6.2", | ||
"@babel/plugin-transform-flow-strip-types": "^7.6.3", | ||
"@babel/plugin-transform-runtime": "^7.6.2", | ||
"@babel/preset-env": "^7.7.0", | ||
"@babel/preset-react": "^7.0.0", | ||
@@ -39,7 +40,10 @@ "babel-loader": "^8.0.6", | ||
"synchronous-promise": "^2.0.7", | ||
"webpack": "^4.39.3" | ||
"webpack": "^4.41.2" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.4.3" | ||
"@babel/runtime": "^7.7.0" | ||
}, | ||
"jest": { | ||
"setupFilesAfterEnv": [ "<rootDir>/jest.setup.js" ] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10713
9
159
0
17
Updated@babel/runtime@^7.7.0