boundless-dialog
Advanced tools
Comparing version 1.0.0-beta.4 to 1.0.0-beta.5
import React, {PropTypes} from 'react'; | ||
import cx from 'classnames'; | ||
import Portal from '../boundless-portal/index'; | ||
import Portal from 'boundless-portal'; | ||
import isFunction from '../boundless-utils-is-function/index'; | ||
@@ -6,0 +6,0 @@ import noop from '../boundless-utils-noop/index'; |
{ | ||
"name": "boundless-dialog", | ||
"version": "1.0.0-beta.4", | ||
"version": "1.0.0-beta.5", | ||
"description": "A non-blocking, focus-stealing container.", | ||
"main": "build/index.js", | ||
"browser": "build/index.js", | ||
"repository": { | ||
@@ -16,3 +16,3 @@ "type": "git", | ||
"contributors": [ | ||
"Evan Scott <evan.scott@enigma.io>", | ||
"Evan Scott <glitterbyte@gmail.com> (http://yaycmyk.com)", | ||
"Abe Rubenstein <abe.rubenstein@enigma.io>", | ||
@@ -27,8 +27,10 @@ "Jenn Creighton <jenn.creighton@enigma.io>" | ||
"dependencies": { | ||
"boundless-portal": "^1.0.0-beta.4", | ||
"boundless-portal": "^1.0.0-beta.5", | ||
"classnames": "^2.1.5" | ||
}, | ||
"devDependencies": { | ||
"boundless-utils-is-function": "^1.0.0", | ||
"boundless-utils-noop": "^1.0.0", | ||
"boundless-utils-omit-keys": "^1.0.0-beta.3", | ||
"boundless-utils-uuid": "^1.0.0", | ||
"classnames": "^2.1.5" | ||
"boundless-utils-uuid": "^1.0.0" | ||
}, | ||
@@ -35,0 +37,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
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
4
100944
4
703
- Removedboundless-utils-is-function@^1.0.0
- Removedboundless-utils-noop@^1.0.0
- Removedboundless-utils-uuid@^1.0.0