diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-20 09:40:42 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-20 09:40:42 +0000 |
commit | ee664acb356f8123f4f6b00b73c1e1cf0866c7fb (patch) | |
tree | f8479f94a28f66654c6a4f6fb99bad6b4e86a40e /package.json | |
parent | 62f7d5c5b69180e82ae8196b7b429eeffc8e7b4f (diff) | |
download | gitlab-ce-ee664acb356f8123f4f6b00b73c1e1cf0866c7fb.tar.gz |
Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/package.json b/package.json index 5242ede8a09..667b423bad0 100644 --- a/package.json +++ b/package.json @@ -52,8 +52,8 @@ "@codesandbox/sandpack-client": "^1.2.2", "@gitlab/at.js": "1.5.7", "@gitlab/favicon-overlay": "2.0.0", - "@gitlab/svgs": "3.3.0", - "@gitlab/ui": "43.16.0", + "@gitlab/svgs": "3.5.0", + "@gitlab/ui": "46.1.0", "@gitlab/visual-review-tools": "1.7.3", "@gitlab/web-ide": "0.0.1-dev-20220815034418", "@rails/actioncable": "6.1.4-7", @@ -90,6 +90,7 @@ "@tiptap/extension-task-item": "^2.0.0-beta.37", "@tiptap/extension-task-list": "^2.0.0-beta.29", "@tiptap/extension-text": "^2.0.0-beta.17", + "@tiptap/suggestion": "^2.0.0-beta.96", "@tiptap/vue-2": "^2.0.0-beta.84", "apollo-upload-client": "15.0.0", "autosize": "^5.0.1", @@ -97,13 +98,14 @@ "babel-loader": "^8.2.5", "babel-plugin-lodash": "^3.3.4", "bootstrap": "4.5.3", + "browserslist": "^4.21.3", "cache-loader": "^4.1.0", "canvas-confetti": "^1.4.0", "clipboard": "^2.0.8", "codesandbox-api": "0.0.23", "compression-webpack-plugin": "^5.0.2", "copy-webpack-plugin": "^6.4.1", - "core-js": "^3.25.1", + "core-js": "^3.25.5", "cron-validator": "^1.1.1", "cronstrue": "^1.122.0", "cropper": "^2.3.0", @@ -118,11 +120,14 @@ "dropzone": "^4.2.0", "editorconfig": "^0.15.3", "emoji-regex": "^10.0.0", + "esbuild": "0.15.9", + "esbuild-loader": "^2.20.0", "fast-mersenne-twister": "1.0.2", "file-loader": "^6.2.0", "fuzzaldrin-plus": "^0.6.0", "graphql": "^15.7.2", "graphql-tag": "^2.11.0", + "gridstack": "^7.0.0", "highlight.js": "^11.5.1", "immer": "^9.0.15", "ipaddr.js": "^1.9.1", @@ -143,11 +148,11 @@ "minimatch": "^3.0.4", "monaco-editor": "^0.30.1", "monaco-editor-webpack-plugin": "^6.0.0", - "monaco-yaml": "3.0.0", + "monaco-yaml": "4.0.0", "mousetrap": "1.6.5", "papaparse": "^5.3.1", "patch-package": "^6.4.7", - "pdfjs-dist": "^2.0.943", + "pdfjs-dist": "^2.16.105", "pikaday": "^1.8.0", "popper.js": "^1.16.1", "portal-vue": "^2.1.7", @@ -171,6 +176,7 @@ "swagger-ui-dist": "4.12.0", "three": "^0.143.0", "timeago.js": "^4.0.2", + "tippy.js": "^6.3.7", "unified": "^10.1.2", "unist-builder": "^3.0.0", "unist-util-visit-parents": "^5.1.0", @@ -197,9 +203,9 @@ "yaml": "^2.0.0-10" }, "devDependencies": { - "@gitlab/eslint-plugin": "17.0.0", + "@gitlab/eslint-plugin": "18.1.0", "@gitlab/stylelint-config": "4.1.0", - "@graphql-eslint/eslint-plugin": "3.10.7", + "@graphql-eslint/eslint-plugin": "3.12.0", "@testing-library/dom": "^7.16.2", "@types/jest": "^27.5.1", "@vue/test-utils": "1.3.0", @@ -212,7 +218,7 @@ "cheerio": "^1.0.0-rc.9", "commander": "^2.20.3", "custom-jquery-matchers": "^2.1.0", - "eslint": "8.23.1", + "eslint": "8.25.0", "eslint-import-resolver-jest": "3.0.2", "eslint-import-resolver-webpack": "0.13.2", "eslint-plugin-import": "^2.26.0", @@ -231,8 +237,8 @@ "jest-jasmine2": "^27.5.1", "jest-junit": "^12.0.0", "jest-raw-loader": "^1.0.1", - "jest-transform-graphql": "^2.1.0", "jest-util": "^27.5.1", + "jsonlint": "^1.6.3", "markdownlint-cli": "0.32.2", "miragejs": "^0.1.40", "mock-apollo-client": "1.2.0", @@ -246,7 +252,7 @@ "sass": "^1.49.9", "stylelint": "^14.9.1", "timezone-mock": "^1.0.8", - "webpack-dev-server": "4.11.0", + "webpack-dev-server": "4.11.1", "xhr-mock": "^2.5.1", "yarn-check-webpack-plugin": "^1.2.0", "yarn-deduplicate": "^6.0.0" @@ -262,4 +268,4 @@ "node": ">=12.22.1", "yarn": "^1.10.0" } -} +}
\ No newline at end of file |