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>2020-06-08 20:37:54 +0300
committerJulius Härtl <jus@bitgrid.net>2020-06-08 20:38:24 +0300
commit9012614764d5b20e696ceabe5994c3549c12ad9e (patch)
tree326ad93311af6e8ef7c59b30af450874f55a9276 /package.json
parentb9f3e6d295a5b834b01801493011a69aefeb82ee (diff)
Bump dependencies
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'package.json')
-rw-r--r--package.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/package.json b/package.json
index f1c886477..198f54d4d 100644
--- a/package.json
+++ b/package.json
@@ -24,11 +24,11 @@
},
"dependencies": {
"@nextcloud/axios": "^1.3.2",
- "@nextcloud/event-bus": "^1.1.3",
+ "@nextcloud/event-bus": "^1.2.0",
"@nextcloud/initial-state": "^1.1.1",
"@nextcloud/l10n": "^1.3.0",
"@nextcloud/moment": "^1.1.1",
- "@nextcloud/router": "^1.0.2",
+ "@nextcloud/router": "^1.1.0",
"@nextcloud/vue": "^1.5.0",
"escape-html": "^1.0.3",
"highlight.js": "^9.16.2",
@@ -36,17 +36,17 @@
"markdown-it-task-lists": "^2.1.1",
"prosemirror-collab": "^1.2.2",
"prosemirror-inputrules": "^1.1.2",
- "prosemirror-markdown": "^1.4.4",
- "prosemirror-model": "^1.9.1",
+ "prosemirror-markdown": "^1.4.5",
+ "prosemirror-model": "^1.10.0",
"prosemirror-schema-list": "^1.1.2",
"prosemirror-state": "^1.3.3",
"prosemirror-transform": "^1.2.4",
"prosemirror-utils": "^0.9.6",
- "prosemirror-view": "^1.14.6",
- "tiptap": "^1.27.0",
- "tiptap-commands": "^1.13.0",
- "tiptap-extensions": "^1.29.0",
- "tiptap-utils": "^1.9.0",
+ "prosemirror-view": "^1.14.13",
+ "tiptap": "^1.27.1",
+ "tiptap-commands": "^1.13.1",
+ "tiptap-extensions": "^1.29.1",
+ "tiptap-utils": "^1.9.1",
"vue": "^2.6.11",
"vue-click-outside": "^1.0.7"
},
@@ -57,30 +57,30 @@
"node": ">=10.0.0"
},
"devDependencies": {
- "@babel/core": "^7.8.7",
+ "@babel/core": "^7.10.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/plugin-transform-runtime": "^7.9.0",
- "@babel/polyfill": "^7.8.7",
- "@babel/preset-env": "^7.9.5",
+ "@babel/plugin-transform-runtime": "^7.10.1",
+ "@babel/polyfill": "^7.10.1",
+ "@babel/preset-env": "^7.10.2",
"@cypress/browserify-preprocessor": "^2.2.4",
"@nextcloud/browserslist-config": "^1.0.0",
"@nextcloud/eslint-config": "^2.0.0",
"@nextcloud/eslint-plugin": "^1.4.0",
- "@vue/test-utils": "^1.0.0-beta.32",
- "acorn": "^7.1.1",
+ "@vue/test-utils": "^1.0.3",
+ "acorn": "^7.2.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
- "css-loader": "^3.4.2",
+ "css-loader": "^3.5.3",
"cypress": "^3.8.3",
"cypress-image-snapshot": "^3.1.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.4",
- "eslint-plugin-import": "^2.20.2",
+ "eslint-plugin-import": "^2.21.1",
"eslint-plugin-nextcloud": "^0.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
@@ -90,19 +90,19 @@
"jest": "^24.9.0",
"jest-environment-jsdom-fourteen": "^1.0.1",
"jest-serializer-vue": "^2.0.2",
- "node-sass": "^4.13.1",
+ "node-sass": "^4.14.1",
"raw-loader": "^4.0.0",
"sass-loader": "^8.0.2",
- "stylelint": "^13.3.3",
+ "stylelint": "^13.6.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.17.2",
"stylelint-webpack-plugin": "^1.2.3",
"url-loader": "^4.0.0",
"vue-jest": "^3.0.5",
- "vue-loader": "^15.9.1",
+ "vue-loader": "^15.9.2",
"vue-style-loader": "^4.1.1",
"vue-template-compiler": "^2.6.11",
- "webpack": "^4.42.1",
+ "webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2"
},