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-03-21 03:19:10 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-03-21 03:19:10 +0300
commita2e835cd95348416e1b0b86139d562826d54a1bc (patch)
tree3c3919ec6b04f838aa91c0efd7d7c589ced79e0e /package.json
parentde3f0f2b91571d87e762b970e3aeae317c76c744 (diff)
Update NodeJS dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json
index 91d58257..a78fe540 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
"prettier:fix": "prettier --write '**/*.{js,vue}'"
},
"devDependencies": {
- "@babel/core": "^7.17.5",
+ "@babel/core": "^7.17.8",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@gitlab/eslint-plugin": "^11.0.0",
@@ -27,22 +27,22 @@
"eslint": "^8.11.0",
"glob": "^7.2.0",
"jest": "^27.5.1",
- "postcss": "^8.4.8",
- "prettier": "^2.5.1",
- "rollup": "^2.70.0",
+ "postcss": "^8.4.12",
+ "prettier": "^2.6.0",
+ "rollup": "^2.70.1",
"rollup-plugin-import-resolver": "^1.2.1",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-vue": "^5.1.9",
- "stylelint": "^14.5.3",
+ "stylelint": "^14.6.0",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"@gitlab/svgs": "^2.6.0",
- "@gitlab/ui": "^37.6.0",
- "@popperjs/core": "^2.11.3",
- "algoliasearch": "4.12.2",
+ "@gitlab/ui": "^37.10.0",
+ "@popperjs/core": "^2.11.4",
+ "algoliasearch": "4.13.0",
"bootstrap": "^4.6.1",
- "instantsearch.js": "^4.39.1",
+ "instantsearch.js": "^4.39.2",
"pikaday": "^1.8.2",
"vue": "^2.6.14"
}