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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json41
1 files changed, 22 insertions, 19 deletions
diff --git a/package.json b/package.json
index d3b02de46e8..0f5a2378c7f 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"block-dependencies": "node scripts/frontend/block_dependencies.js",
"check:startup_css": "scripts/frontend/startup_css/startup_css_changed.sh",
"clean": "rm -rf public/assets tmp/cache/*-loader",
- "dev-server": "NODE_OPTIONS=\"--max-old-space-size=4096\" node scripts/frontend/webpack_dev_server.js",
+ "dev-server": "NODE_OPTIONS=\"--max-old-space-size=5120\" node scripts/frontend/webpack_dev_server.js",
"file-coverage": "scripts/frontend/file_test_coverage.js",
"lint-docs": "scripts/lint-doc.sh",
"internal:eslint": "eslint --cache --max-warnings 0 --report-unused-disable-directives --ext .js,.vue,.graphql",
@@ -43,24 +43,25 @@
"storybook:build": "yarn --cwd ./storybook build --quiet",
"storybook:start": "./scripts/frontend/start_storybook.sh",
"swagger:validate": "swagger-cli validate",
- "webpack": "NODE_OPTIONS=\"--max-old-space-size=4096\" webpack --config config/webpack.config.js",
- "webpack-vendor": "NODE_OPTIONS=\"--max-old-space-size=4096\" webpack --config config/webpack.vendor.config.js",
- "webpack-prod": "NODE_OPTIONS=\"--max-old-space-size=4096\" NODE_ENV=production webpack --config config/webpack.config.js"
+ "webpack": "NODE_OPTIONS=\"--max-old-space-size=5120\" webpack --config config/webpack.config.js",
+ "webpack-vendor": "NODE_OPTIONS=\"--max-old-space-size=5120\" webpack --config config/webpack.vendor.config.js",
+ "webpack-prod": "NODE_OPTIONS=\"--max-old-space-size=5120\" NODE_ENV=production webpack --config config/webpack.config.js"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
- "@cubejs-client/core": "^0.33.12",
- "@cubejs-client/vue": "^0.33.12",
+ "@cubejs-client/core": "^0.33.47",
+ "@cubejs-client/vue": "^0.33.47",
+ "@floating-ui/dom": "^1.2.9",
"@gitlab/at.js": "1.5.7",
"@gitlab/cluster-client": "^1.2.0",
"@gitlab/favicon-overlay": "2.0.0",
"@gitlab/fonts": "^1.3.0",
- "@gitlab/svgs": "3.55.0",
- "@gitlab/ui": "64.20.1",
+ "@gitlab/svgs": "3.59.0",
+ "@gitlab/ui": "65.0.1",
"@gitlab/visual-review-tools": "1.7.3",
- "@gitlab/web-ide": "0.0.1-dev-20230802205337",
+ "@gitlab/web-ide": "0.0.1-dev-20230807045127",
"@mattiasbuelens/web-streams-adapter": "^0.1.0",
"@popperjs/core": "^2.11.2",
"@rails/actioncable": "7.0.6",
@@ -123,7 +124,7 @@
"clipboard": "^2.0.8",
"compression-webpack-plugin": "^5.0.2",
"copy-webpack-plugin": "^6.4.1",
- "core-js": "^3.31.0",
+ "core-js": "^3.32.0",
"cron-validator": "^1.1.1",
"cronstrue": "^1.122.0",
"cropper": "^2.3.0",
@@ -145,7 +146,7 @@
"gettext-parser": "^6.0.0",
"graphql": "^15.7.2",
"graphql-tag": "^2.11.0",
- "gridstack": "^7.3.0",
+ "gridstack": "^8.4.0",
"highlight.js": "^11.8.0",
"immer": "^9.0.15",
"ipaddr.js": "^1.9.1",
@@ -179,6 +180,7 @@
"popper.js": "^1.16.1",
"portal-vue": "^2.1.7",
"postcss": "8.4.14",
+ "print-js": "^1.6.0",
"prosemirror-markdown": "1.11.1",
"raphael": "^2.2.7",
"raw-loader": "^4.0.2",
@@ -201,8 +203,8 @@
"tippy.js": "^6.3.7",
"traverse": "^0.6.7",
"unified": "^10.1.2",
- "unist-builder": "^3.0.1",
- "unist-util-visit-parents": "^5.1.3",
+ "unist-builder": "^4.0.0",
+ "unist-util-visit-parents": "5.1.3",
"url-loader": "^4.1.1",
"uuid": "8.1.0",
"visibilityjs": "^1.2.4",
@@ -229,14 +231,15 @@
"yaml": "^2.0.0-10"
},
"devDependencies": {
- "@gitlab/eslint-plugin": "19.0.0",
+ "@gitlab/eslint-plugin": "19.0.1",
"@gitlab/stylelint-config": "4.1.0",
- "@graphql-eslint/eslint-plugin": "3.20.0",
+ "@graphql-eslint/eslint-plugin": "3.20.1",
"@testing-library/dom": "^7.16.2",
"@types/jest": "^28.1.3",
+ "@types/lodash": "^4.14.197",
"@vue/compat": "^3.2.47",
"@vue/compiler-sfc": "^3.2.47",
- "@vue/test-utils": "1.3.0",
+ "@vue/test-utils": "1.3.6",
"@vue/test-utils-vue3": "npm:@vue/test-utils@2",
"@vue/vue2-jest": "^28.1.0",
"@vue/vue3-jest": "^29.2.3",
@@ -248,10 +251,10 @@
"cheerio": "^1.0.0-rc.9",
"commander": "^2.20.3",
"custom-jquery-matchers": "^2.1.0",
- "eslint": "8.44.0",
+ "eslint": "8.46.0",
"eslint-import-resolver-jest": "3.0.2",
- "eslint-import-resolver-webpack": "0.13.2",
- "eslint-plugin-import": "^2.27.5",
+ "eslint-import-resolver-webpack": "0.13.4",
+ "eslint-plugin-import": "^2.28.0",
"eslint-plugin-no-jquery": "2.7.0",
"eslint-plugin-no-unsanitized": "^4.0.2",
"fake-indexeddb": "^4.0.1",