state-jet 2.0.13 → 2.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -285,6 +285,9 @@ If you need the simplest, fastest, and most advanced state management solution f
285
285
  | **Undo/Redo** | ❌ No | ❌ No | ❌ No | ❌ No | ⚠️ Requires Middleware | ✅ Built-in |
286
286
  | **CRDT Conflict Resolution** | ❌ No | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
287
287
 
288
+ ## Comparison with other libraries
289
+
290
+ - [Difference between state-jet and other state management libraries for React](https://npm-stat.com/charts.html?package=state-jet&package=zustand&package=%40reduxjs%2Ftoolkit&package=recoil)
288
291
 
289
292
  ## Contributing
290
293
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "state-jet",
3
- "version": "2.0.13",
3
+ "version": "2.0.15",
4
4
  "description": "Ultra-lightweight global state management for React",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -81,7 +81,7 @@
81
81
  "@types/use-sync-external-store": "^0.0.6",
82
82
  "@typescript-eslint/eslint-plugin": "^8.26.0",
83
83
  "@typescript-eslint/parser": "^8.26.0",
84
- "@vitest/coverage-v8": "^2.1.9",
84
+ "@vitest/coverage-v8": "^3.2.1",
85
85
  "eslint": "^8.57.1",
86
86
  "eslint-plugin-react": "^7.37.4",
87
87
  "eslint-plugin-react-hooks": "^5.2.0",
@@ -99,7 +99,7 @@
99
99
  "standard-version": "^9.5.0",
100
100
  "typescript": "^5.7.3",
101
101
  "use-sync-external-store": "^1.4.0",
102
- "vitest": "^2.1.8"
102
+ "vitest": "^3.2.1"
103
103
  },
104
104
  "peerDependencies": {
105
105
  "@types/react": ">=18.0.0",