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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-10-16 15:18:35 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-10-16 15:18:35 +0300
commita0c93d93bf405f6f9bee54f1340d68a4de0fced9 (patch)
treea4a2455d40ff6a5bb640c82dc4bcd47c558c5357 /package.json
parent53516f4934c2cde34d95603810ac4779bef94ef3 (diff)
Update NodeJS dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index d564429b..250e31e0 100644
--- a/package.json
+++ b/package.json
@@ -14,17 +14,17 @@
"prettier:fix": "prettier --write '**/*.{js,vue,json}'"
},
"devDependencies": {
- "@babel/core": "^7.23.0",
+ "@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@evilmartians/lefthook": "^1.5.2",
- "@gitlab/eslint-plugin": "^19.1.0",
+ "@gitlab/eslint-plugin": "^19.2.0",
"@gitlab/stylelint-config": "^5.0.1",
"@rollup/plugin-babel": "^6.0.4",
- "@rollup/plugin-commonjs": "^25.0.5",
+ "@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
- "@rollup/plugin-replace": "^5.0.3",
+ "@rollup/plugin-replace": "^5.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-url": "^8.0.2",
"@rollup/plugin-yaml": "^4.1.2",
@@ -46,10 +46,10 @@
"markdownlint-cli2": "^0.10.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
- "rollup": "^4.0.2",
+ "rollup": "^4.1.4",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-import-css": "^3.3.5",
- "sass": "^1.69.2",
+ "sass": "^1.69.3",
"stylelint": "^15.10.3",
"vite": "^4.4.11",
"vue-template-compiler": "^2.7.0",
@@ -58,7 +58,7 @@
"dependencies": {
"@gitlab/fonts": "^1.3.0",
"@gitlab/svgs": "^3.66.0",
- "@gitlab/ui": "^66.27.0",
+ "@gitlab/ui": "^66.32.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^4.6.1",
"cheerio": "^1.0.0-rc.12",