@the-grid/ed
Advanced tools
Comparing version 0.18.1 to 0.18.2
## dev | ||
## 0.18.2 - 2016-07-29 | ||
* [ProseMirror 0.9.1](https://github.com/ProseMirror/prosemirror/blob/master/CHANGELOG.md#091-2016-07-29) -- fixes paste hr and media blocks (#252) | ||
* Update React to 15.2.1 | ||
* Update more dependencies | ||
## 0.18.1 - 2016-07-15 | ||
@@ -4,0 +10,0 @@ |
@@ -53,4 +53,2 @@ 'use strict'; | ||
// import EdSchemaFull from '../schema/ed-schema-full' | ||
function itemToDOM(item) { | ||
@@ -57,0 +55,0 @@ var id = item.id; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.18.1", | ||
"version": "0.18.2", | ||
"description": "the grid api with prosemirror", | ||
@@ -36,8 +36,8 @@ "main": "dist/ed.js", | ||
"imgflo-url": "^1.1.0", | ||
"lodash": "^4.13.1", | ||
"prosemirror": "^0.8.3", | ||
"react": "^15.1.0", | ||
"react-dom": "^15.1.0", | ||
"lodash": "^4.14.1", | ||
"prosemirror": "^0.9.1", | ||
"react": "^15.2.1", | ||
"react-dom": "^15.2.1", | ||
"react-tap-event-plugin": "^1.0.0", | ||
"rebass": "^0.2.7", | ||
"rebass": "^0.3.0", | ||
"uuid": "^2.0.2" | ||
@@ -61,5 +61,5 @@ }, | ||
"devDependencies": { | ||
"babel-cli": "^6.10.1", | ||
"babel-core": "^6.10.4", | ||
"babel-eslint": "^6.1.0", | ||
"babel-cli": "^6.11.4", | ||
"babel-core": "^6.11.4", | ||
"babel-eslint": "^6.1.2", | ||
"babel-loader": "^6.2.4", | ||
@@ -70,12 +70,12 @@ "babel-preset-es2015": "^6.9.0", | ||
"copy-webpack-plugin": "^3.0.1", | ||
"eslint": "^2.13.1", | ||
"eslint-config-standard": "^5.3.1", | ||
"eslint-plugin-promise": "^1.3.2", | ||
"eslint": "^3.1.1", | ||
"eslint-config-standard": "^5.3.5", | ||
"eslint-plugin-promise": "^2.0.0", | ||
"eslint-plugin-react": "^5.2.2", | ||
"eslint-plugin-standard": "^1.3.2", | ||
"eslint-plugin-standard": "^2.0.0", | ||
"estraverse": "^4.2.0", | ||
"estraverse-fb": "^1.3.1", | ||
"html-flatten": "^0.3.0", | ||
"html-flatten": "^0.3.1", | ||
"json-loader": "^0.5.4", | ||
"karma": "^1.1.1", | ||
"karma": "^1.1.2", | ||
"karma-browserstack-launcher": "^1.0.1", | ||
@@ -87,3 +87,3 @@ "karma-chai": "^0.1.0", | ||
"karma-mocha": "^1.1.1", | ||
"karma-mocha-reporter": "^2.0.4", | ||
"karma-mocha-reporter": "^2.0.5", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
@@ -90,0 +90,0 @@ "karma-webpack": "^1.7.0", |
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
7282832
13899
+ Addedprosemirror@0.9.1(transitive)
+ Addedreact-addons-pure-render-mixin@15.6.3(transitive)
+ Addedrebass@0.3.4(transitive)
- Removedprosemirror@0.8.3(transitive)
- Removedrebass@0.2.7(transitive)
Updatedlodash@^4.14.1
Updatedprosemirror@^0.9.1
Updatedreact@^15.2.1
Updatedreact-dom@^15.2.1
Updatedrebass@^0.3.0