Comparing version 5.0.0-alpha.3 to 5.0.0-alpha.4
{ | ||
"name": "redux", | ||
"version": "5.0.0-alpha.3", | ||
"version": "5.0.0-alpha.4", | ||
"description": "Predictable state container for JavaScript apps", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
"main": "dist/cjs/redux.cjs", | ||
"module": "dist/redux.mjs", | ||
"module": "dist/redux.legacy-esm.js", | ||
"types": "dist/redux.d.ts", | ||
@@ -60,17 +60,3 @@ "exports": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.18.10", | ||
"@babel/core": "^7.19.0", | ||
"@babel/eslint-parser": "^7.18.9", | ||
"@babel/node": "^7.18.10", | ||
"@babel/plugin-external-helpers": "^7.18.6", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.18.9", | ||
"@babel/plugin-transform-runtime": "^7.18.10", | ||
"@babel/preset-env": "^7.19.0", | ||
"@babel/preset-flow": "^7.18.6", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@babel/register": "^7.18.9", | ||
"@rollup/plugin-babel": "^6", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-replace": "^5.0.0", | ||
"@rollup/plugin-terser": "^0.4.0", | ||
"@types/node": "^18.7.16", | ||
@@ -84,5 +70,3 @@ "@typescript-eslint/eslint-plugin": "^5.36.2", | ||
"eslint-import-resolver-typescript": "^3.5.1", | ||
"eslint-plugin-flowtype": "^8.0.3", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jsx-a11y": "^6.6.1", | ||
"eslint-plugin-react": "^7.31.8", | ||
@@ -94,4 +78,2 @@ "eslint-plugin-react-hooks": "^4.6.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^3.12.0", | ||
"rollup-plugin-typescript2": "^0.34.1", | ||
"rxjs": "^7.5.6", | ||
@@ -102,12 +84,3 @@ "tsup": "^6.7.0", | ||
}, | ||
"npmName": "redux", | ||
"npmFileMap": [ | ||
{ | ||
"basePath": "/dist/", | ||
"files": [ | ||
"*.js" | ||
] | ||
} | ||
], | ||
"sideEffects": false | ||
} |
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
293084
20
27
3186
0