@effectful/serialization-react
Advanced tools
+13
-13
| { | ||
| "name": "@effectful/serialization-react", | ||
| "version": "2.0.8", | ||
| "version": "2.0.9", | ||
| "description": "Registering @effectful/serialization format descriptor for React Element", | ||
@@ -23,18 +23,18 @@ "module": "main.js", | ||
| "peerDependencies": { | ||
| "@effectful/serialization": "^2.0.8", | ||
| "react": "^19.2.0" | ||
| "@effectful/serialization": "workspace:^", | ||
| "react": "^19.2.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/cli": "^7.28.3", | ||
| "@babel/core": "^7.28.5", | ||
| "@babel/plugin-transform-block-scoping": "^7.28.5", | ||
| "@babel/plugin-transform-modules-commonjs": "^7.27.1", | ||
| "@babel/plugin-transform-object-rest-spread": "^7.28.4", | ||
| "@babel/cli": "^7.28.6", | ||
| "@babel/core": "^7.29.0", | ||
| "@babel/plugin-transform-block-scoping": "^7.28.6", | ||
| "@babel/plugin-transform-modules-commonjs": "^7.28.6", | ||
| "@babel/plugin-transform-object-rest-spread": "^7.28.6", | ||
| "@babel/plugin-transform-shorthand-properties": "^7.27.1", | ||
| "@babel/plugin-transform-spread": "^7.27.1", | ||
| "@effectful/serialization": "^2.0.8", | ||
| "eslint": "^9.39.1", | ||
| "@babel/plugin-transform-spread": "^7.28.6", | ||
| "@effectful/serialization": "workspace:^", | ||
| "eslint": "^10.2.0", | ||
| "mocha": "^11.7.5", | ||
| "react": "^19.2.0" | ||
| "react": "^19.2.5" | ||
| } | ||
| } | ||
| } |
5568
0.2%