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-12-04 03:18:35 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-12-04 03:18:35 +0300
commit28c5858aa062c5e147b822be9405f08a22c6e851 (patch)
treeac513b7e78a96d04a08e3793289fcc4685d9a047 /package.json
parentc2ab8e59827b84082db103a39c01e0f8c101ecdc (diff)
Update NodeJS dependencies
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 428426f6..b998a756 100644
--- a/package.json
+++ b/package.json
@@ -14,10 +14,10 @@
"prettier:fix": "prettier --write '**/*.{js,vue,json}'"
},
"devDependencies": {
- "@babel/core": "^7.23.3",
+ "@babel/core": "^7.23.5",
"@babel/eslint-parser": "^7.23.3",
- "@babel/preset-env": "^7.23.3",
- "@evilmartians/lefthook": "^1.5.3",
+ "@babel/preset-env": "^7.23.5",
+ "@evilmartians/lefthook": "^1.5.5",
"@gitlab/eslint-plugin": "^19.2.0",
"@gitlab/stylelint-config": "^5.0.1",
"@rollup/plugin-babel": "^6.0.4",
@@ -36,7 +36,7 @@
"@vue/vue2-jest": "^28.0.1",
"@vue/vue3-jest": "^29.2.3",
"babel-jest": "^29.7.0",
- "eslint": "^8.54.0",
+ "eslint": "^8.55.0",
"fast-csv": "^4.3.6",
"flush-promises": "^1.0.2",
"jest": "^29.7.0",
@@ -44,21 +44,21 @@
"jest-fail-on-console": "^3.1.2",
"markdownlint-cli": "^0.37.0",
"markdownlint-cli2": "^0.11.0",
- "postcss": "^8.4.31",
+ "postcss": "^8.4.32",
"prettier": "^3.1.0",
- "rollup": "^4.6.0",
+ "rollup": "^4.6.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-import-css": "^3.3.5",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
- "vite": "^5.0.2",
+ "vite": "^5.0.4",
"vue-template-compiler": "^2.7.0",
"vue-test-utils-compat": "^0.0.11"
},
"dependencies": {
"@gitlab/fonts": "^1.3.0",
"@gitlab/svgs": "^3.71.0",
- "@gitlab/ui": "^71.1.0",
+ "@gitlab/ui": "^71.2.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^4.6.1",
"cheerio": "^1.0.0-rc.12",