Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn committed Sep 29, 2018
1 parent de75e70 commit 5e19290
Show file tree
Hide file tree
Showing 5 changed files with 683 additions and 660 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,24 @@
"ie >= 9"
],
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.1.2",
"@babel/node": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-stage-2": "^7.0.0",
"@babel/runtime": "^7.0.0",
"autoprefixer": "^9.1.3",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.2",
"@babel/runtime": "^7.1.2",
"autoprefixer": "^9.1.5",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"browser-sync": "^2.24.7",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"eslint": "^5.5.0",
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-html": "^4.0.6",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-vue": "4.7.1",
"file-loader": "^2.0.0",
Expand All @@ -55,36 +55,36 @@
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.19.0",
"http-server": "^0.11.1",
"imagemin-webpack-plugin": "^2.1.5",
"lerna": "^3.2.1",
"mini-css-extract-plugin": "^0.4.2",
"imagemin-webpack-plugin": "^2.3.0",
"lerna": "^3.4.0",
"mini-css-extract-plugin": "^0.4.3",
"minimist": "^1.2.0",
"node-sass": "^4.9.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"ora": "^3.0.0",
"postcss": "^7.0.2",
"postcss": "^7.0.4",
"postcss-loader": "^3.0.0",
"postcss-scss": "^2.0.0",
"rollup": "^0.65.0",
"rollup": "^0.66.2",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.1.5",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-flow-no-whitespace": "^1.0.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-vue": "^4.3.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.23.0",
"tippy.js": "^3.0.3",
"uglify-js": "^3.4.9",
"vue": "^2.5.17",
"vue-loader": "^15.4.1",
"vue-loader": "^15.4.2",
"vue-router": "^3.0.1",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.17.2",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.23.1",
"webpack-manifest-plugin": "^2.0.3",
"webpack": "^4.20.2",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.24.2",
"webpack-manifest-plugin": "^2.0.4",
"webpack-svgstore-plugin": "^4.0.3",
"zlib": "^1.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tiptap-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lowlight": "^1.10.0",
"prosemirror-history": "^1.0.2",
"prosemirror-state": "^1.2.2",
"prosemirror-view": "^1.5.1",
"prosemirror-view": "^1.6.0",
"tiptap": "^0.13.0",
"tiptap-commands": "^0.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/tiptap-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/heyscrumpy/tiptap/issues"
},
"dependencies": {
"prosemirror-tables": "^0.7.6",
"prosemirror-utils": "^0.6.5"
"prosemirror-tables": "^0.7.7",
"prosemirror-utils": "^0.6.6"
}
}
2 changes: 1 addition & 1 deletion packages/tiptap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prosemirror-keymap": "^1.0.1",
"prosemirror-model": "^1.5.0",
"prosemirror-state": "^1.2.1",
"prosemirror-view": "^1.4.3",
"prosemirror-view": "^1.6.0",
"tiptap-commands": "^0.3.0",
"tiptap-utils": "^0.2.4"
}
Expand Down
Loading

0 comments on commit 5e19290

Please sign in to comment.