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-09-18 04:19:07 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-09-18 04:19:07 +0300
commitccecb085f4ebab3f0640fce684254886c57bb143 (patch)
treed6a6d36e55c82ff5d780c406ae92352a461a6496 /package.json
parentf195c603b7c742cad094a7a4e6320e083afb749c (diff)
Update NodeJS dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/package.json b/package.json
index ecc9ba69..db7e9d1c 100644
--- a/package.json
+++ b/package.json
@@ -14,10 +14,10 @@
"prettier:fix": "prettier --write '**/*.{js,vue,json}'"
},
"devDependencies": {
- "@babel/core": "^7.22.17",
+ "@babel/core": "^7.22.20",
"@babel/eslint-parser": "^7.22.15",
- "@babel/preset-env": "^7.22.15",
- "@evilmartians/lefthook": "^1.4.10",
+ "@babel/preset-env": "^7.22.20",
+ "@evilmartians/lefthook": "^1.4.11",
"@gitlab/eslint-plugin": "^19.0.1",
"@gitlab/stylelint-config": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
@@ -35,21 +35,21 @@
"@vue/test-utils-vue3": "npm:@vue/test-utils@2.2.0",
"@vue/vue2-jest": "^28.0.1",
"@vue/vue3-jest": "^29.2.3",
- "babel-jest": "^29.6.4",
+ "babel-jest": "^29.7.0",
"eslint": "^8.49.0",
"fast-csv": "^4.3.6",
"flush-promises": "^1.0.2",
- "jest": "^29.6.4",
- "jest-environment-jsdom": "^29.6.4",
+ "jest": "^29.7.0",
+ "jest-environment-jsdom": "^29.7.0",
"jest-fail-on-console": "^3.1.1",
"markdownlint-cli": "^0.36.0",
- "markdownlint-cli2": "^0.9.2",
+ "markdownlint-cli2": "^0.10.0",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
- "rollup": "^3.29.1",
+ "rollup": "^3.29.2",
"rollup-plugin-copy": "^3.5.0",
- "rollup-plugin-import-css": "^3.3.1",
- "sass": "^1.66.1",
+ "rollup-plugin-import-css": "^3.3.3",
+ "sass": "^1.67.0",
"stylelint": "^15.10.3",
"vite": "^4.4.9",
"vue-template-compiler": "^2.7.0",
@@ -57,8 +57,8 @@
},
"dependencies": {
"@gitlab/fonts": "^1.3.0",
- "@gitlab/svgs": "^3.61.0",
- "@gitlab/ui": "^66.6.0",
+ "@gitlab/svgs": "^3.62.0",
+ "@gitlab/ui": "^66.9.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^4.6.1",
"cheerio": "^1.0.0-rc.12",