update dependencies

This commit is contained in:
Philipp Kühn
2018-12-07 23:04:25 +01:00
parent dbcbd0f75e
commit 5a832238b4
4 changed files with 560 additions and 506 deletions

View File

@@ -23,15 +23,15 @@
"ie >= 9"
],
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/node": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/core": "^7.2.0",
"@babel/node": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-env": "^7.2.0",
"@babel/preset-stage-2": "^7.0.0",
"@babel/runtime": "^7.1.5",
"autoprefixer": "^9.3.1",
"@babel/runtime": "^7.2.0",
"autoprefixer": "^9.4.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
@@ -39,22 +39,22 @@
"browser-sync": "^2.26.3",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"css-loader": "^2.0.0",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-vue": "4.7.1",
"eslint-plugin-vue": "5.0.0",
"file-loader": "^2.0.0",
"fuse.js": "^3.3.0",
"glob": "^7.1.3",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.19.0",
"http-proxy-middleware": "^0.19.1",
"http-server": "^0.11.1",
"imagemin-webpack-plugin": "^2.3.0",
"jest": "^23.6.0",
"lerna": "^3.4.3",
"mini-css-extract-plugin": "^0.4.4",
"lerna": "^3.5.1",
"mini-css-extract-plugin": "^0.5.0",
"minimist": "^1.2.0",
"node-sass": "^4.10.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
@@ -62,8 +62,8 @@
"postcss": "^7.0.5",
"postcss-loader": "^3.0.0",
"postcss-scss": "^2.0.0",
"regenerator-runtime": "^0.12.1",
"rollup": "^0.67.0",
"regenerator-runtime": "^0.13.1",
"rollup": "^0.67.4",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-flow-no-whitespace": "^1.0.0",
@@ -72,14 +72,14 @@
"rollup-plugin-vue": "^4.3.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.23.1",
"tippy.js": "^3.1.1",
"tippy.js": "^3.3.0",
"uglify-js": "^3.4.9",
"vue": "^2.5.17",
"vue": "^2.5.18",
"vue-loader": "^15.4.2",
"vue-router": "^3.0.1",
"vue-router": "^3.0.2",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.25.1",
"vue-template-compiler": "^2.5.18",
"webpack": "^4.27.1",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.24.3",
"webpack-manifest-plugin": "^2.0.4",

View File

@@ -24,7 +24,7 @@
"lowlight": "^1.11.0",
"prosemirror-history": "^1.0.3",
"prosemirror-state": "^1.2.2",
"prosemirror-view": "^1.6.6",
"prosemirror-view": "^1.6.7",
"tiptap": "^1.3.0",
"tiptap-commands": "^1.2.0"
},

View File

@@ -26,7 +26,7 @@
"prosemirror-keymap": "^1.0.1",
"prosemirror-model": "^1.6.3",
"prosemirror-state": "^1.2.1",
"prosemirror-view": "^1.6.6",
"prosemirror-view": "^1.6.7",
"tiptap-commands": "^1.2.0",
"tiptap-utils": "^1.0.1"
},

1024
yarn.lock

File diff suppressed because it is too large Load Diff