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-02-07 03:19:05 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2022-02-07 03:19:05 +0300
commit588a27b2b340b0cf77e354f10ee5e6c6518ba2fc (patch)
tree09f27b4b5c9a1135c724181fbb7717b13f555d2a /package.json
parent4a44dcc8d41f09ccf6a9d6749e507ff2deb54ab9 (diff)
Update NodeJS dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 152151c9..89c1b9ee 100644
--- a/package.json
+++ b/package.json
@@ -10,8 +10,8 @@
"prettier:fix": "prettier --write '**/*.{js,vue}'"
},
"devDependencies": {
- "@babel/core": "^7.16.12",
- "@babel/eslint-parser": "^7.16.5",
+ "@babel/core": "^7.17.0",
+ "@babel/eslint-parser": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@gitlab/eslint-plugin": "^10.0.2",
"@gitlab/stylelint-config": "^3.0.0",
@@ -23,11 +23,11 @@
"@rollup/plugin-replace": "^3.0.1",
"@vue/test-utils": "^1.3.0",
"@vue/vue2-jest": "^27.0.0-alpha.4",
- "babel-jest": "^27.4.6",
+ "babel-jest": "^27.5.0",
"eslint": "^8.8.0",
"glob": "^7.2.0",
- "jest": "^27.4.7",
- "postcss": "^8.4.5",
+ "jest": "^27.5.0",
+ "postcss": "^8.4.6",
"postcss-scss": "^4.0.3",
"prettier": "^2.5.1",
"rollup": "^2.64.0",