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-11-13 03:18:26 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-11-13 03:18:26 +0300
commitc4a8817adc788892f5137c64356efaff6abe29f3 (patch)
tree52d31a4d9f302af870e907318064076bf8677068 /package.json
parentaad163cb321cd6d8008d23acd9979bfa5e8f7d90 (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 00e244c3..f2f1ae00 100644
--- a/package.json
+++ b/package.json
@@ -14,9 +14,9 @@
"prettier:fix": "prettier --write '**/*.{js,vue,json}'"
},
"devDependencies": {
- "@babel/core": "^7.23.2",
- "@babel/eslint-parser": "^7.22.15",
- "@babel/preset-env": "^7.23.2",
+ "@babel/core": "^7.23.3",
+ "@babel/eslint-parser": "^7.23.3",
+ "@babel/preset-env": "^7.23.3",
"@evilmartians/lefthook": "^1.5.2",
"@gitlab/eslint-plugin": "^19.2.0",
"@gitlab/stylelint-config": "^5.0.1",
@@ -46,7 +46,7 @@
"markdownlint-cli2": "^0.10.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
- "rollup": "^4.3.0",
+ "rollup": "^4.4.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-import-css": "^3.3.5",
"sass": "^1.69.5",
@@ -57,8 +57,8 @@
},
"dependencies": {
"@gitlab/fonts": "^1.3.0",
- "@gitlab/svgs": "^3.69.0",
- "@gitlab/ui": "^67.5.1",
+ "@gitlab/svgs": "^3.71.0",
+ "@gitlab/ui": "^67.5.2",
"@popperjs/core": "^2.11.8",
"bootstrap": "^4.6.1",
"cheerio": "^1.0.0-rc.12",
@@ -71,7 +71,7 @@
"lodash": "^4.17.21",
"lodash.isequal": "^4.5.0",
"lunr": "^2.3.9",
- "mermaid": "^10.6.0",
+ "mermaid": "^10.6.1",
"pikaday": "^1.8.2",
"v-click-outside": "^3.2.0",
"vue": "^2.7.0"