wix-rich-content-editor
Advanced tools
Comparing version 1.2.14 to 1.3.0
{ | ||
"private": false, | ||
"name": "wix-rich-content-editor", | ||
"version": "1.2.14", | ||
"version": "1.3.0", | ||
"author": { | ||
@@ -21,3 +21,3 @@ "name": "Jonathan Bachman", | ||
"build:analyze": "npm run build -- --environment MODULE_ANALYZE && open stats.html", | ||
"watch": "npm run build -- --watch", | ||
"watch": "MODULE_WATCH=1 npm run build -- --watch", | ||
"release": "wnpm-release --no-shrinkwrap", | ||
@@ -42,14 +42,9 @@ "lint": "eslint 'src/**/*.{js,jsx}'", | ||
"dependencies": { | ||
"classnames": "^2.2.6", | ||
"draft-js-drag-n-drop-plugin": "^2.0.1", | ||
"draft-js-focus-plugin": "^2.0.1", | ||
"draft-js-plugins-editor": "^2.0.1", | ||
"focus-trap-react": "^3.1.2", | ||
"i18next": "^10.5.0", | ||
"linkify-it": "^2.0.3", | ||
"lodash": "^4.17.10", | ||
"react-i18next": "^7.6.1", | ||
"react-measure": "^2.0.2", | ||
"redraft": "^0.9.0", | ||
"wix-rich-content-common": "^1.1.14", | ||
"wix-rich-content-common": "^1.2.0", | ||
"wnpm-ci": "latest" | ||
@@ -59,2 +54,4 @@ }, | ||
"@babel/runtime": "7.0.0-beta.55", | ||
"classnames": "^2.0.0", | ||
"lodash": "^4.0.0", | ||
"react": "^15.0.0 || ^16.0.0", | ||
@@ -67,5 +64,7 @@ "react-dom": "^15.0.0 || ^16.0.0" | ||
"babel-jest": "^23.2.0", | ||
"classnames": "^2.2.6", | ||
"enzyme": "^2.9.1", | ||
"eslint": "^4.19.1", | ||
"jest": "^23.1.0", | ||
"lodash": "^4.17.10", | ||
"prop-types": "^15.6.2", | ||
@@ -75,3 +74,3 @@ "react": "15.5.4", | ||
"react-test-renderer": "^15.6.1", | ||
"rollup": "^0.63.5" | ||
"rollup": "^0.64.1" | ||
}, | ||
@@ -78,0 +77,0 @@ "unpkg": true, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1693849
13
5457
13
- Removedclassnames@^2.2.6
- Removedfocus-trap-react@^3.1.2
- Removedlinkify-it@^2.0.3
- Removedlodash@^4.17.10
- Removedredraft@^0.9.0
- Removedfocus-trap-react@3.1.4(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedredraft@0.9.1(transitive)