@babel/plugin-proposal-json-strings
Advanced tools
Comparing version 7.0.0-rc.3 to 7.0.0-rc.4
{ | ||
"name": "@babel/plugin-proposal-json-strings", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings", | ||
@@ -12,4 +12,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-json-strings", | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "7.0.0-rc.3", | ||
"@babel/plugin-syntax-json-strings": "7.0.0-rc.3" | ||
"@babel/helper-plugin-utils": "^7.0.0-rc.4", | ||
"@babel/plugin-syntax-json-strings": "^7.0.0-rc.4" | ||
}, | ||
@@ -20,5 +20,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-rc.3", | ||
"@babel/helper-plugin-test-runner": "7.0.0-rc.3" | ||
"@babel/core": "^7.0.0-rc.4", | ||
"@babel/helper-plugin-test-runner": "^7.0.0-rc.4" | ||
} | ||
} |
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
3448
+ Added@babel/helper-plugin-utils@7.25.9(transitive)
+ Added@babel/plugin-syntax-json-strings@7.8.3(transitive)
- Removed@babel/helper-plugin-utils@7.0.0-rc.3(transitive)
- Removed@babel/plugin-syntax-json-strings@7.0.0-rc.3(transitive)