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:
authorEvan Read <eread@gitlab.com>2021-07-19 07:09:43 +0300
committerEvan Read <eread@gitlab.com>2021-07-19 07:09:43 +0300
commit3bf36d9f2f26c54afbd548b0581cbe9d1b1acbde (patch)
treed27d90543b1e92997d599415e24fc0f7b59ac9d5 /package.json
parent60b1f67909eaebe7613b273cf2e04a6645148492 (diff)
Update major Node.js dependency versions and fix tests where needed
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 3c123aff..1dbcce63 100644
--- a/package.json
+++ b/package.json
@@ -12,17 +12,17 @@
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
- "@gitlab/eslint-plugin": "^8.4.0",
+ "@gitlab/eslint-plugin": "^9.0.2",
"@gitlab/stylelint-config": "^2.3.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"@vue/test-utils": "^1.2.1",
"babel-core": "^7.0.0-bridge.0",
- "babel-jest": "^26.6.3",
+ "babel-jest": "^27.0.6",
"eslint": "^7.31.0",
"glob": "^7.1.7",
- "jest": "^26.6.3",
+ "jest": "^27.0.6",
"prettier": "^2.3.2",
"rollup": "^2.53.1",
"rollup-plugin-babel": "^4.4.0",
@@ -36,7 +36,7 @@
},
"dependencies": {
"@gitlab/svgs": "^1.202.0",
- "@gitlab/ui": "^29.38.1",
+ "@gitlab/ui": "^31.5.0",
"@tnir/instantsearch.js": "4.13.2-q.1",
"algoliasearch": "4.10.3",
"bootstrap": "^4.6.0",