@effectful/serialization-react
Advanced tools
+13
-13
| { | ||
| "name": "@effectful/serialization-react", | ||
| "version": "2.0.1", | ||
| "version": "2.0.6", | ||
| "description": "Registering @effectful/serialization format descriptor for React Element", | ||
@@ -23,18 +23,18 @@ "module": "main.js", | ||
| "peerDependencies": { | ||
| "@effectful/serialization": "^2.0.1", | ||
| "react": "^18.0.2" | ||
| "@effectful/serialization": "^2.0.6", | ||
| "react": "^18.3.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/cli": "^7.25.9", | ||
| "@babel/core": "^7.26.0", | ||
| "@babel/plugin-transform-block-scoping": "^7.25.9", | ||
| "@babel/plugin-transform-modules-commonjs": "^7.25.9", | ||
| "@babel/plugin-transform-object-rest-spread": "^7.25.9", | ||
| "@babel/plugin-transform-shorthand-properties": "^7.25.9", | ||
| "@babel/plugin-transform-spread": "^7.25.9", | ||
| "@effectful/serialization": "^2.0.1", | ||
| "eslint": "^9.15.0", | ||
| "mocha": "^10.8.2", | ||
| "@babel/cli": "^7.27.2", | ||
| "@babel/core": "^7.27.4", | ||
| "@babel/plugin-transform-block-scoping": "^7.27.5", | ||
| "@babel/plugin-transform-modules-commonjs": "^7.27.1", | ||
| "@babel/plugin-transform-object-rest-spread": "^7.27.3", | ||
| "@babel/plugin-transform-shorthand-properties": "^7.27.1", | ||
| "@babel/plugin-transform-spread": "^7.27.1", | ||
| "@effectful/serialization": "^2.0.6", | ||
| "eslint": "^9.28.0", | ||
| "mocha": "^11.5.0", | ||
| "react": "^18.3.1" | ||
| } | ||
| } |