diff options
author | Lukas 'Eipi' Eipert <leipert@gitlab.com> | 2019-06-13 19:21:04 +0000 |
---|---|---|
committer | Lukas 'Eipi' Eipert <leipert@gitlab.com> | 2019-06-13 19:21:04 +0000 |
commit | 4e96dab755f2e9284ccdebef10243693fb57994a (patch) | |
tree | db0fb570fe191033f6166ef1014ef2a7851dab71 | |
parent | 40d309cc7875ebb7c1178da6a088399266ce263b (diff) | |
download | gitlab-ce-4e96dab755f2e9284ccdebef10243693fb57994a.tar.gz |
Update dependency @gitlab/eslint-plugin-i18n to ^1.1.0renovate/gitlab-eslint-plugin-i18n-1.x
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 0758c27c75b..4c74967dc11 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "devDependencies": { "@babel/plugin-transform-modules-commonjs": "^7.2.0", "@gitlab/eslint-config": "^1.6.0", - "@gitlab/eslint-plugin-i18n": "^1.0.0", + "@gitlab/eslint-plugin-i18n": "^1.1.0", "@vue/test-utils": "^1.0.0-beta.25", "axios-mock-adapter": "^1.15.0", "babel-jest": "^24.1.0", diff --git a/yarn.lock b/yarn.lock index dddf01414b2..96a1895bf13 100644 --- a/yarn.lock +++ b/yarn.lock @@ -693,7 +693,7 @@ eslint-plugin-promise "^4.1.1" eslint-plugin-vue "^5.0.0" -"@gitlab/eslint-plugin-i18n@^1.0.0": +"@gitlab/eslint-plugin-i18n@^1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@gitlab/eslint-plugin-i18n/-/eslint-plugin-i18n-1.1.0.tgz#e494d599e644ce3a094ea85f87dbbda41a924c5e" integrity sha512-Cwm7sLtQnUDqvxE9Ez8UMslyosPCpMVLxBnFb+2n6QcBZmXRao4aNSVRkmlsDZYgYegWhOGn3Qq3MLy4BSqauQ== |