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-05-18 01:02:52 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-05-18 01:02:52 +0300
commit5664eedc0c8a6b3d0994144ca33d8994fd7d4fa0 (patch)
treed0f13febcc5cae16eb68da0d2a6317acb9c8dd74 /package.json
parent49f03c78d76672f8a6eed9d4d9e51a9d5a0a68cc (diff)
parentc72b9e1b9bf4d7ffad865651d0bfbe9ca8b1e976 (diff)
Merge remote-tracking branch 'origin/master' into 2345-migrate-icons-to-vue-material-design-icons
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index 8e70129ee..1deffa10c 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.1.1",
"@nextcloud/initial-state": "^1.2.1",
- "@nextcloud/l10n": "^1.4.1",
+ "@nextcloud/l10n": "^1.6.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.3.1",
@@ -65,8 +65,8 @@
"@tiptap/extension-underline": "^2.0.0-beta.23",
"@tiptap/suggestion": "^2.0.0-beta.91",
"@tiptap/vue-2": "^2.0.0-beta.78",
- "core-js": "^3.22.3",
"debounce": "^1.2.1",
+ "core-js": "^3.22.5",
"escape-html": "^1.0.3",
"highlight.js": "^10.7.2",
"lowlight": "^1.20.0",
@@ -82,7 +82,7 @@
"prosemirror-tables": "^1.1.1",
"prosemirror-transform": "^1.4.2",
"prosemirror-utils": "^1.0.0-0",
- "prosemirror-view": "^1.23.12",
+ "prosemirror-view": "^1.23.13",
"proxy-polyfill": "^0.3.2",
"tippy.js": "^6.3.7",
"vue": "^2.6.14",
@@ -103,12 +103,12 @@
"@nextcloud/eslint-config": "^8.0.0",
"@nextcloud/eslint-plugin": "^2.0.0",
"@nextcloud/stylelint-config": "^2.1.2",
- "@nextcloud/webpack-vue-config": "^5.0.0",
+ "@nextcloud/webpack-vue-config": "^5.1.0",
"@vue/test-utils": "^1.3.0",
- "@vue/vue2-jest": "^27.0.0-alpha.4",
- "cypress": "^9.6.0",
+ "@vue/vue2-jest": "^27.0.0",
+ "cypress": "^9.6.1",
"cypress-file-upload": "^5.0.8",
- "eslint": "^8.14.0",
+ "eslint": "^8.15.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
@@ -120,7 +120,7 @@
"jest-raw-loader": "^1.0.1",
"jest-serializer-vue": "^2.0.2",
"regenerator-runtime": "^0.13.9",
- "webpack": "^5.72.0"
+ "webpack": "^5.72.1"
},
"jest": {
"verbose": true,