Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-04-16 18:58:14 +0300
committerJulius Härtl <jus@bitgrid.net>2021-04-16 18:58:14 +0300
commit29c6ec26ba612ee219fdf69fa3c9996c9620c1e7 (patch)
treecaaebed61bd8da8c45e508d18944280ad2528905 /package.json
parent65e77e14366ba4a6ec4dd8b5e60b150e85e98f2b (diff)
Bump all minor dependency updates
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'package.json')
-rw-r--r--package.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/package.json b/package.json
index ff08c687b..26c0e2ee4 100644
--- a/package.json
+++ b/package.json
@@ -35,26 +35,26 @@
"@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^3.9.0",
- "core-js": "^3.9.1",
- "entities": "^2.1.0",
+ "core-js": "^3.10.1",
+ "entities": "^2.2.0",
"escape-html": "^1.0.3",
- "highlight.js": "^10.4.1",
- "markdown-it": "^12.0.4",
+ "highlight.js": "^10.7.2",
+ "markdown-it": "^12.0.6",
"markdown-it-task-lists": "^2.1.1",
"prosemirror-collab": "^1.2.2",
"prosemirror-inputrules": "^1.1.3",
- "prosemirror-markdown": "^1.5.0",
- "prosemirror-model": "^1.13.1",
+ "prosemirror-markdown": "^1.5.1",
+ "prosemirror-model": "^1.14.0",
"prosemirror-schema-list": "^1.1.4",
- "prosemirror-state": "^1.3.3",
- "prosemirror-transform": "^1.2.8",
+ "prosemirror-state": "^1.3.4",
+ "prosemirror-transform": "^1.3.2",
"prosemirror-utils": "^0.9.6",
"prosemirror-view": "^1.18.3",
"proxy-polyfill": "^0.3.2",
- "tiptap": "^1.30.0",
- "tiptap-commands": "^1.15.0",
- "tiptap-extensions": "^1.33.2",
- "tiptap-utils": "^1.11.0",
+ "tiptap": "^1.32.2",
+ "tiptap-commands": "^1.17.1",
+ "tiptap-extensions": "^1.35.2",
+ "tiptap-utils": "^1.13.1",
"vue": "^2.6.12",
"vue-click-outside": "^1.0.7",
"vuex": "^3.6.2"
@@ -63,25 +63,25 @@
"node": ">=10.0.0"
},
"devDependencies": {
- "@babel/core": "^7.12.10",
- "@babel/plugin-proposal-class-properties": "^7.12.1",
+ "@babel/core": "^7.13.15",
+ "@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/plugin-transform-classes": "^7.12.1",
- "@babel/plugin-transform-modules-commonjs": "^7.12.1",
- "@babel/plugin-transform-runtime": "^7.12.10",
- "@babel/preset-env": "^7.12.11",
+ "@babel/plugin-transform-classes": "^7.13.0",
+ "@babel/plugin-transform-modules-commonjs": "^7.13.8",
+ "@babel/plugin-transform-runtime": "^7.13.15",
+ "@babel/preset-env": "^7.13.15",
"@cypress/browserify-preprocessor": "^3.0.1",
"@nextcloud/browserslist-config": "^1.0.0",
"@nextcloud/eslint-config": "^2.2.0",
"@nextcloud/eslint-plugin": "^1.5.0",
"@vue/test-utils": "^1.1.4",
- "acorn": "^8.1.0",
+ "acorn": "^8.1.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
- "css-loader": "^5.0.1",
+ "css-loader": "^5.2.2",
"cypress": "^6.3.0",
"cypress-image-snapshot": "^4.0.1",
"eslint": "^6.8.0",
@@ -102,16 +102,16 @@
"raw-loader": "^4.0.2",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
- "stylelint": "^13.9.0",
+ "stylelint": "^13.12.0",
"stylelint-config-recommended-scss": "^4.2.0",
- "stylelint-scss": "^3.18.0",
+ "stylelint-scss": "^3.19.0",
"stylelint-webpack-plugin": "^2.1.1",
"url-loader": "^4.1.1",
"vue-jest": "^3.0.7",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",
- "webpack-cli": "^4.3.1",
+ "webpack-cli": "^4.6.0",
"webpack-merge": "^5.7.3"
},
"jest": {