fractostate 3.1.2 → 3.1.3

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 (1) hide show
  1. package/package.json +1 -4
package/package.json CHANGED
@@ -4,9 +4,6 @@
4
4
  "name": "Nehonix",
5
5
  "url": "https://nehonix.com"
6
6
  },
7
- "dependencies": {
8
- "react": "^18.3.1"
9
- },
10
7
  "description": "FractoState is a high-performance, decentralized state management library for React. It is engineered to provide surgical state updates with zero boilerplate, absolute type safety, and an architecture that exists independently of the React component tree.",
11
8
  "devDependencies": {
12
9
  "@reduxjs/toolkit": "^2.11.2",
@@ -82,5 +79,5 @@
82
79
  },
83
80
  "type": "module",
84
81
  "types": "dist/index.d.ts",
85
- "version": "3.1.2"
82
+ "version": "3.1.3"
86
83
  }