mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 02:59:01 +08:00
update dev dependencies
This commit is contained in:
parent
526f11363d
commit
0db715269a
32
package.json
32
package.json
@ -23,14 +23,14 @@
|
||||
"last 2 versions"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.5.4",
|
||||
"@babel/node": "^7.5.0",
|
||||
"@babel/core": "^7.5.5",
|
||||
"@babel/node": "^7.5.5",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"@babel/plugin-transform-runtime": "^7.5.0",
|
||||
"@babel/preset-env": "^7.5.4",
|
||||
"@babel/plugin-transform-runtime": "^7.5.5",
|
||||
"@babel/preset-env": "^7.5.5",
|
||||
"@babel/preset-stage-2": "^7.0.0",
|
||||
"@babel/runtime": "^7.5.4",
|
||||
"audit-ci": "^2.1.0",
|
||||
"@babel/runtime": "^7.5.5",
|
||||
"audit-ci": "^2.2.0",
|
||||
"autoprefixer": "^9.6.1",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-eslint": "^10.0.2",
|
||||
@ -39,14 +39,14 @@
|
||||
"browser-sync": "^2.26.7",
|
||||
"connect-history-api-fallback": "^1.6.0",
|
||||
"copy-webpack-plugin": "^5.0.3",
|
||||
"css-loader": "^3.0.0",
|
||||
"dart-sass": "^1.22.3",
|
||||
"css-loader": "^3.1.0",
|
||||
"dart-sass": "^1.22.7",
|
||||
"eslint": "^6.0.1",
|
||||
"eslint-config-airbnb-base": "^13.2.0",
|
||||
"eslint-plugin-html": "^6.0.0",
|
||||
"eslint-plugin-import": "^2.18.0",
|
||||
"eslint-plugin-import": "^2.18.1",
|
||||
"eslint-plugin-vue": "5.2.3",
|
||||
"file-loader": "^4.0.0",
|
||||
"file-loader": "^4.1.0",
|
||||
"fuse.js": "^3.4.5",
|
||||
"glob": "^7.1.4",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
@ -55,8 +55,8 @@
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"imagemin-webpack-plugin": "^2.4.2",
|
||||
"jest": "^24.7.1",
|
||||
"lerna": "^3.15.0",
|
||||
"mini-css-extract-plugin": "^0.7.0",
|
||||
"lerna": "^3.16.1",
|
||||
"mini-css-extract-plugin": "^0.8.0",
|
||||
"minimist": "^1.2.0",
|
||||
"mutation-observer": "^1.0.3",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
||||
@ -64,8 +64,8 @@
|
||||
"postcss": "^7.0.17",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"postcss-scss": "^2.0.0",
|
||||
"regenerator-runtime": "^0.13.2",
|
||||
"rollup": "^1.16.7",
|
||||
"regenerator-runtime": "^0.13.3",
|
||||
"rollup": "^1.17.0",
|
||||
"rollup-plugin-babel": "^4.3.3",
|
||||
"rollup-plugin-commonjs": "^10.0.1",
|
||||
"rollup-plugin-css-only": "^1.0.0",
|
||||
@ -78,11 +78,11 @@
|
||||
"terser": "^4.1.2",
|
||||
"tippy.js": "^4.3.4",
|
||||
"vue": "^2.6.10",
|
||||
"vue-loader": "^15.7.0",
|
||||
"vue-loader": "^15.7.1",
|
||||
"vue-router": "^3.0.7",
|
||||
"vue-style-loader": "^4.1.0",
|
||||
"vue-template-compiler": "^2.6.10",
|
||||
"webpack": "^4.35.3",
|
||||
"webpack": "^4.36.1",
|
||||
"webpack-dev-middleware": "^3.7.0",
|
||||
"webpack-hot-middleware": "^2.25.0",
|
||||
"webpack-manifest-plugin": "^2.0.4",
|
||||
|
Loading…
Reference in New Issue
Block a user