mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 18:49:02 +08:00
update dev dependencies
This commit is contained in:
parent
d411863bbd
commit
e4e2178067
44
package.json
44
package.json
@ -23,65 +23,65 @@
|
||||
"ie >= 9"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/node": "^7.2.2",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"@babel/plugin-transform-runtime": "^7.2.0",
|
||||
"@babel/plugin-transform-runtime": "^7.3.4",
|
||||
"@babel/polyfill": "^7.2.5",
|
||||
"@babel/preset-env": "^7.3.1",
|
||||
"@babel/preset-env": "^7.3.4",
|
||||
"@babel/preset-stage-2": "^7.0.0",
|
||||
"@babel/runtime": "^7.3.1",
|
||||
"autoprefixer": "^9.4.7",
|
||||
"@babel/runtime": "^7.3.4",
|
||||
"autoprefixer": "^9.4.10",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-jest": "^24.1.0",
|
||||
"babel-loader": "^8.0.5",
|
||||
"browser-sync": "^2.26.3",
|
||||
"connect-history-api-fallback": "^1.6.0",
|
||||
"copy-webpack-plugin": "^4.6.0",
|
||||
"copy-webpack-plugin": "^5.0.0",
|
||||
"css-loader": "^2.1.0",
|
||||
"dart-sass": "^1.17.0",
|
||||
"eslint": "^5.13.0",
|
||||
"dart-sass": "^1.17.2",
|
||||
"eslint": "^5.15.1",
|
||||
"eslint-config-airbnb-base": "^13.0.0",
|
||||
"eslint-plugin-html": "^5.0.3",
|
||||
"eslint-plugin-import": "^2.16.0",
|
||||
"eslint-plugin-vue": "5.1.0",
|
||||
"eslint-plugin-vue": "5.2.2",
|
||||
"fibers": "^3.1.1",
|
||||
"file-loader": "^3.0.1",
|
||||
"fuse.js": "^3.3.1",
|
||||
"fuse.js": "^3.4.2",
|
||||
"glob": "^7.1.3",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"http-proxy-middleware": "^0.19.1",
|
||||
"http-server": "^0.11.1",
|
||||
"imagemin-webpack-plugin": "^2.4.1",
|
||||
"imagemin-webpack-plugin": "^2.4.2",
|
||||
"jest": "^24.1.0",
|
||||
"lerna": "^3.10.8",
|
||||
"lerna": "^3.13.1",
|
||||
"mini-css-extract-plugin": "^0.5.0",
|
||||
"minimist": "^1.2.0",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
||||
"ora": "^3.0.0",
|
||||
"ora": "^3.2.0",
|
||||
"postcss": "^7.0.14",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"postcss-scss": "^2.0.0",
|
||||
"regenerator-runtime": "^0.13.1",
|
||||
"rollup": "^1.1.2",
|
||||
"rollup": "^1.4.1",
|
||||
"rollup-plugin-babel": "^4.3.2",
|
||||
"rollup-plugin-commonjs": "^9.2.0",
|
||||
"rollup-plugin-commonjs": "^9.2.1",
|
||||
"rollup-plugin-flow-no-whitespace": "^1.0.0",
|
||||
"rollup-plugin-node-resolve": "^4.0.0",
|
||||
"rollup-plugin-node-resolve": "^4.0.1",
|
||||
"rollup-plugin-replace": "^2.1.0",
|
||||
"rollup-plugin-vue": "^4.7.1",
|
||||
"rollup-plugin-vue": "^4.7.2",
|
||||
"sass-loader": "^7.0.3",
|
||||
"style-loader": "^0.23.1",
|
||||
"tippy.js": "^3.4.1",
|
||||
"uglify-js": "^3.4.9",
|
||||
"vue": "^2.6.2",
|
||||
"vue-loader": "^15.6.2",
|
||||
"vue": "^2.6.8",
|
||||
"vue-loader": "^15.7.0",
|
||||
"vue-router": "^3.0.2",
|
||||
"vue-style-loader": "^4.1.0",
|
||||
"vue-template-compiler": "^2.6.2",
|
||||
"webpack": "^4.29.1",
|
||||
"webpack-dev-middleware": "^3.5.1",
|
||||
"vue-template-compiler": "^2.6.8",
|
||||
"webpack": "^4.29.6",
|
||||
"webpack-dev-middleware": "^3.6.0",
|
||||
"webpack-hot-middleware": "^2.24.3",
|
||||
"webpack-manifest-plugin": "^2.0.4",
|
||||
"webpack-svgstore-plugin": "^4.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user