@remirror/react-utils
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@remirror/react-utils", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A small set of utilities for react components in remirror.", | ||
@@ -33,4 +33,4 @@ "keywords": [ | ||
}, | ||
"main": "dist/remirror-react-utils.cjs.js", | ||
"module": "dist/remirror-react-utils.esm.js", | ||
"main": "./dist/remirror-react-utils.cjs.js", | ||
"module": "./dist/remirror-react-utils.esm.js", | ||
"browser": { | ||
@@ -40,3 +40,3 @@ "./dist/remirror-react-utils.cjs.js": "./dist/remirror-react-utils.browser.cjs.js", | ||
}, | ||
"types": "dist/remirror-react-utils.cjs.d.ts", | ||
"types": "./dist/remirror-react-utils.cjs.d.ts", | ||
"files": [ | ||
@@ -47,5 +47,5 @@ "dist" | ||
"@babel/runtime": "^7.13.10", | ||
"@remirror/core-constants": "^1.0.1", | ||
"@remirror/core-helpers": "^1.0.4", | ||
"@remirror/core-types": "^1.0.3" | ||
"@remirror/core-constants": "^1.0.2", | ||
"@remirror/core-helpers": "^1.0.5", | ||
"@remirror/core-types": "^1.0.4" | ||
}, | ||
@@ -52,0 +52,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17919