@liveblocks/redux
Advanced tools
Comparing version 0.18.3-test1 to 0.18.3-test2
{ | ||
"name": "@liveblocks/redux", | ||
"version": "0.18.3-test1", | ||
"version": "0.18.3-test2", | ||
"description": "A store enhancer to integrate Liveblocks into Redux stores.", | ||
@@ -21,7 +21,8 @@ "main": "./dist/index.js", | ||
"scripts": { | ||
"dev": "tsup --watch --onSuccess ../../scripts/build.sh", | ||
"build": "tsup && ../../scripts/build.sh", | ||
"format": "eslint --fix src/ && prettier --write src/", | ||
"lint": "eslint src/", | ||
"test": "jest --watch --silent --verbose", | ||
"test-ci": "jest --silent --verbose", | ||
"test": "jest --silent --verbose", | ||
"test:watch": "jest --silent --verbose --watch", | ||
"dtslint": "dtslint --localTs node_modules/typescript/lib --expectOnly types" | ||
@@ -36,4 +37,4 @@ }, | ||
"dependencies": { | ||
"@liveblocks/core": "0.18.3-test1", | ||
"@liveblocks/client": "0.18.3-test1" | ||
"@liveblocks/client": "0.18.3-test2", | ||
"@liveblocks/core": "0.18.3-test2" | ||
}, | ||
@@ -45,21 +46,10 @@ "peerDependencies": { | ||
"@definitelytyped/dtslint": "^0.0.103", | ||
"@liveblocks/eslint-config": "*", | ||
"@liveblocks/jest-config": "*", | ||
"@reduxjs/toolkit": "^1.7.2", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@types/jest": "^29.1.2", | ||
"@typescript-eslint/eslint-plugin": "^5.26.0", | ||
"@typescript-eslint/parser": "^5.26.0", | ||
"eslint": "^8.12.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"jest": "^29.1.2", | ||
"jest-environment-jsdom": "^29.1.2", | ||
"msw": "^0.36.4", | ||
"prettier": "^2.7.1", | ||
"redux": "^4.1.2", | ||
"ts-jest": "^29.0.3", | ||
"tsup": "^6.2.2", | ||
"typescript": "^4.7.2", | ||
"whatwg-fetch": "^3.6.2" | ||
"redux": "^4.1.2" | ||
}, | ||
"sideEffects": false | ||
} |
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
7
0
15991
+ Added@liveblocks/client@0.18.3-test2(transitive)
+ Added@liveblocks/core@0.18.3-test2(transitive)
- Removed@liveblocks/client@0.18.3-test1(transitive)
- Removed@liveblocks/core@0.18.3-test1(transitive)