react-clientside-effect
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "react-clientside-effect", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Create components whose prop changes map to a global side effect", | ||
@@ -38,14 +38,14 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.0.0" | ||
"@babel/runtime": "^7.12.13" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0", | ||
"@babel/core": "^7.0.0", | ||
"@babel/node": "^7.0.0", | ||
"@babel/plugin-proposal-class-properties": "^7.0.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0", | ||
"@babel/plugin-transform-runtime": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/register": "^7.0.0", | ||
"@babel/cli": "^7.12.13", | ||
"@babel/core": "^7.12.13", | ||
"@babel/node": "^7.12.13", | ||
"@babel/plugin-proposal-class-properties": "^7.12.13", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.12.13", | ||
"@babel/plugin-transform-runtime": "^7.12.13", | ||
"@babel/preset-env": "^7.12.13", | ||
"@babel/preset-react": "^7.12.13", | ||
"@babel/register": "^7.12.13", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
@@ -52,0 +52,0 @@ "chai": "^3.2.0", |
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
16347
Updated@babel/runtime@^7.12.13