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 Bot <gitlab-bot@gitlab.com>2020-10-26 03:20:50 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-26 03:20:50 +0300
commit635583fe985befbbcd6fa564bcbbc8e50059034e (patch)
tree4d29d17b6cc17623c31280eaf2e472e8b27d0483 /package.json
parent720a43eafa055346b93e5c95207ebcf82efdd85b (diff)
Update NodeJS dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 555eb182..ab02cb5f 100644
--- a/package.json
+++ b/package.json
@@ -18,12 +18,12 @@
"@rollup/plugin-replace": "^2.3.3",
"@vue/test-utils": "^1.1.0",
"babel-core": "^7.0.0-bridge.0",
- "babel-jest": "^26.5.2",
- "eslint": "^7.11.0",
+ "babel-jest": "^26.6.1",
+ "eslint": "^7.12.0",
"glob": "^7.1.6",
- "jest": "^26.5.3",
+ "jest": "^26.6.1",
"prettier": "2.1.2",
- "rollup": "^2.32.0",
+ "rollup": "^2.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-import-resolver": "^1.0.4",
@@ -33,12 +33,12 @@
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
- "@gitlab/svgs": "^1.171.0",
- "@gitlab/ui": "^21.32.2",
+ "@gitlab/svgs": "^1.173.0",
+ "@gitlab/ui": "^21.36.0",
"algoliasearch": "4.5.1",
"bootstrap": "^4.5.3",
"@tnir/instantsearch.js": "4.8.1-q",
- "pikaday": "^1.8.0",
+ "pikaday": "^1.8.2",
"popper.js": "1.16.1-lts",
"vue": "^2.6.12"
}