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-08-28 03:18:56 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-08-28 03:18:56 +0300
commitc7879ce5898268818b7927fb922ac2601c13b0bd (patch)
tree8672cde2bbac639a113491ab968aba5bcf5851a4 /package.json
parent3da35499b0d8332e4db46defaf6afc5ff2f8e581 (diff)
Update NodeJS dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json
index 817edfed..caca7870 100644
--- a/package.json
+++ b/package.json
@@ -14,8 +14,8 @@
"prettier:fix": "prettier --write '**/*.{js,vue,json}'"
},
"devDependencies": {
- "@babel/core": "^7.22.10",
- "@babel/eslint-parser": "^7.22.10",
+ "@babel/core": "^7.22.11",
+ "@babel/eslint-parser": "^7.22.11",
"@babel/preset-env": "^7.22.10",
"@evilmartians/lefthook": "^1.4.9",
"@gitlab/eslint-plugin": "^19.0.1",
@@ -23,7 +23,7 @@
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
- "@rollup/plugin-node-resolve": "^15.2.0",
+ "@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-url": "^8.0.1",
@@ -35,18 +35,18 @@
"@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.2",
- "eslint": "^8.47.0",
+ "babel-jest": "^29.6.4",
+ "eslint": "^8.48.0",
"fast-csv": "^4.3.6",
"flush-promises": "^1.0.2",
- "jest": "^29.6.2",
- "jest-environment-jsdom": "^29.6.2",
+ "jest": "^29.6.4",
+ "jest-environment-jsdom": "^29.6.4",
"jest-fail-on-console": "^3.1.1",
"markdownlint-cli": "^0.35.0",
- "markdownlint-cli2": "^0.8.1",
+ "markdownlint-cli2": "^0.9.2",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
- "rollup": "^3.28.0",
+ "rollup": "^3.28.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-import-css": "^3.3.1",
"sass": "^1.66.1",
@@ -57,8 +57,8 @@
},
"dependencies": {
"@gitlab/fonts": "^1.3.0",
- "@gitlab/svgs": "^3.59.0",
- "@gitlab/ui": "^65.3.1",
+ "@gitlab/svgs": "^3.60.0",
+ "@gitlab/ui": "^65.4.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^4.6.1",
"cheerio": "^1.0.0-rc.12",