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:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-08-23 15:19:01 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-08-23 15:19:01 +0300
commit43e7684f2c5172f10a62c1d2b6236733e2d43fab (patch)
tree6c78f3ccec8220526788d5b47ad924479b87ee24 /package.json
parentccd70c9b50f26c3916ee30e4c2b64f45f9fe6d30 (diff)
⬆️ Upgrade dependencies.
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/package.json b/package.json
index 5ecc270e5..029779769 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
"@nextcloud/browser-storage": "^0.1.1",
- "@nextcloud/dialogs": "^3.1.2",
+ "@nextcloud/dialogs": "^3.2.0",
"@nextcloud/event-bus": "^3.0.0",
"@nextcloud/initial-state": "^1.2.1",
"@nextcloud/l10n": "^1.6.0",
@@ -77,26 +77,26 @@
"@tiptap/extension-underline": "^2.0.0-beta.25",
"@tiptap/suggestion": "^2.0.0-beta.97",
"@tiptap/vue-2": "^2.0.0-beta.84",
- "markdown-it": "^13.0.0",
+ "markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"markdown-it-front-matter": "^0.2.3",
"path-normalize": "^6.0.6",
"prosemirror-collab": "^1.3.0",
"prosemirror-inputrules": "^1.2.0",
- "prosemirror-markdown": "^1.9.3",
+ "prosemirror-markdown": "^1.9.4",
"prosemirror-model": "^1.18.1",
- "prosemirror-schema-list": "^1.2.0",
- "prosemirror-state": "^1.4.0",
+ "prosemirror-schema-list": "^1.2.1",
+ "prosemirror-state": "^1.4.1",
"prosemirror-tables-contently": "^1.1.2",
- "prosemirror-transform": "^1.6.0",
+ "prosemirror-transform": "^1.7.0",
"prosemirror-utils": "^1.0.0-0",
- "prosemirror-view": "^1.26.5",
+ "prosemirror-view": "^1.27.2",
"proxy-polyfill": "^0.3.2",
"tippy.js": "^6.3.7",
"uuid": "^8.3.2",
- "vue": "^2.7.8",
+ "vue": "^2.7.10",
"vue-click-outside": "^1.1.0",
- "vue-material-design-icons": "^5.1.1",
+ "vue-material-design-icons": "^5.1.2",
"vuex": "^3.6.2"
},
"engines": {
@@ -105,30 +105,30 @@
},
"devDependencies": {
"@cypress/browserify-preprocessor": "^3.0.2",
- "@cypress/webpack-preprocessor": "^5.12.0",
+ "@cypress/webpack-preprocessor": "^5.12.2",
"@nextcloud/babel-config": "^1.0.0",
- "@nextcloud/browserslist-config": "^2.2.0",
+ "@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^8.1.2",
"@nextcloud/stylelint-config": "^2.2.0",
"@nextcloud/webpack-vue-config": "^5.3.0",
"@vitejs/plugin-vue2": "^1.1.2",
"@vue/test-utils": "^1.3.0",
- "@vue/vue2-jest": "^28.0.1",
- "cypress": "^10.3.0",
+ "@vue/vue2-jest": "^28.1.0",
+ "cypress": "^10.6.0",
"cypress-file-upload": "^5.0.8",
"debounce": "^1.2.1",
"escape-html": "^1.0.3",
"eslint-plugin-cypress": "^2.12.1",
- "highlight.js": "^10.7.2",
+ "highlight.js": "^10.7.3",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-serializer-vue": "^2.0.2",
"lowlight": "^1.20.0",
"mitt": "^3.0.0",
- "vite": "^3.0.2",
- "vite-plugin-commonjs": "^0.5.0",
- "vue-demi": "^0.13.5",
- "vue-template-compiler": "^2.7.8"
+ "vite": "^3.0.9",
+ "vite-plugin-commonjs": "^0.5.2",
+ "vue-demi": "^0.13.8",
+ "vue-template-compiler": "^2.7.10"
},
"jest": {
"verbose": true,