jest-localstorage-mock
Advanced tools
Comparing version 2.4.1 to 2.4.2
{ | ||
"name": "jest-localstorage-mock", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Auto mock all localstorage and sessionstorage APIs for your Jest tests", | ||
@@ -60,12 +60,12 @@ "main": "dist/setup.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.1.2", | ||
"@babel/plugin-external-helpers": "^7.0.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"@babel/core": "^7.9.0", | ||
"@babel/plugin-external-helpers": "^7.8.3", | ||
"@babel/preset-env": "^7.9.5", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "*", | ||
"jest": "*", | ||
"prettier": "^1.16.3", | ||
"rollup": "^1.1.2", | ||
"rollup-plugin-babel": "^4.0.3", | ||
"rollup-plugin-node-resolve": "^4.0.0" | ||
"babel-jest": "^25.4.0", | ||
"jest": "^25.4.0", | ||
"prettier": "^2.0.5", | ||
"rollup": "^2.7.3", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-node-resolve": "^5.2.0" | ||
}, | ||
@@ -72,0 +72,0 @@ "engines": { |
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
20125