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>2022-05-02 04:18:28 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-05-02 04:18:28 +0300
commitec5079f96c7f46d123a29347c6d98cfb87c0289d (patch)
tree093623776a4487258d81720ef9ffeb6fc20429c4 /package.json
parentbd7d0c1b0c0f4e11dd3f62bc3f62c6764953be76 (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 c7f2c526..351c1d35 100644
--- a/package.json
+++ b/package.json
@@ -10,9 +10,9 @@
"prettier:fix": "prettier --write '**/*.{js,vue}'"
},
"devDependencies": {
- "@babel/core": "^7.17.9",
+ "@babel/core": "^7.17.10",
"@babel/eslint-parser": "^7.17.0",
- "@babel/preset-env": "^7.16.11",
+ "@babel/preset-env": "^7.17.10",
"@gitlab/eslint-plugin": "^12.2.0",
"@gitlab/stylelint-config": "^4.0.0",
"@rollup/plugin-babel": "^5.3.1",
@@ -27,23 +27,23 @@
"eslint": "^8.14.0",
"glob": "^8.0.1",
"jest": "^27.5.1",
- "postcss": "^8.4.12",
+ "postcss": "^8.4.13",
"prettier": "^2.6.2",
- "rollup": "^2.70.2",
+ "rollup": "^2.71.1",
"rollup-plugin-import-resolver": "^1.2.1",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-vue": "^5.1.9",
- "stylelint": "^14.7.1",
+ "stylelint": "^14.8.1",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
- "@gitlab/svgs": "^2.10.0",
- "@gitlab/ui": "^39.2.1",
+ "@gitlab/svgs": "^2.11.0",
+ "@gitlab/ui": "^39.4.0",
"@popperjs/core": "^2.11.5",
"algoliasearch": "4.13.0",
"bootstrap": "^4.6.1",
"eslint-plugin-filenames": "^1.3.2",
- "instantsearch.js": "^4.40.4",
+ "instantsearch.js": "^4.40.5",
"pikaday": "^1.8.2",
"vue": "^2.6.14"
}