From 8ae523814dee93b0b49d9b816d5b260c832796f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 09:11:40 +0000 Subject: [PATCH] chore(deps-dev): bump fabscale-eslint-config from 1.2.0 to 1.4.0 Bumps [fabscale-eslint-config](https://github.com/fabscale/fabscale-eslint-config) from 1.2.0 to 1.4.0. - [Release notes](https://github.com/fabscale/fabscale-eslint-config/releases) - [Commits](https://github.com/fabscale/fabscale-eslint-config/compare/v1.2.0...v1.4.0) --- updated-dependencies: - dependency-name: fabscale-eslint-config dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 17 +++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 0c00af4..e3313da 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@babel/eslint-parser": "~7.17.0", "eslint": "~8.10.0", - "fabscale-eslint-config": "~1.2.0", + "fabscale-eslint-config": "~1.4.0", "prettier": "~2.5.1", "release-it": "~14.12.5", "release-it-lerna-changelog": "~4.0.1", diff --git a/yarn.lock b/yarn.lock index 43ce5a8..a039be5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -659,14 +659,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-decorators@^7.16.0": - version "7.16.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.16.0.tgz#eb8d811cdd1060f6ac3c00956bf3f6335505a32f" - integrity sha512-nxnnngZClvlY13nHJAIDow0S7Qzhq64fQ/NlqS+VER3kjW/4F0jLhXjeL8jcwSwz6Ca3rotT5NJD2T9I7lcv7g== - dependencies: - "@babel/helper-plugin-utils" "^7.14.5" - -"@babel/plugin-syntax-decorators@^7.16.7": +"@babel/plugin-syntax-decorators@^7.16.0", "@babel/plugin-syntax-decorators@^7.16.7": version "7.16.7" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.16.7.tgz#f66a0199f16de7c1ef5192160ccf5d069739e3d3" integrity sha512-vQ+PxL+srA7g6Rx6I1e15m55gftknl2X8GCUW1JTlkTaXZLJOS0UcaY0eK9jYT7IYf4awn6qwyghVHLDz1WyMw== @@ -6600,10 +6593,10 @@ extract-zip@2.0.1: optionalDependencies: "@types/yauzl" "^2.9.1" -fabscale-eslint-config@~1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/fabscale-eslint-config/-/fabscale-eslint-config-1.2.0.tgz#5dc99a3a9bcc4d0729ba174ec278102ed755b7ee" - integrity sha512-GBZW75CU88ZCQSCg64qBTc2tDd8yDpkQTO5sCXOQBf5DIFa7XzeZ1RveHtZ6GZx8c0scRgFwpEZoTinFyfexKg== +fabscale-eslint-config@~1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/fabscale-eslint-config/-/fabscale-eslint-config-1.4.0.tgz#7c59c9b044868b543121ec4f281f004d11bbc1b7" + integrity sha512-yJ4ETUrUYo9uCHTb5CVcSU5VKfdexRZoESrAxHHUbh/ylRmS5mNVExJ3qzQaCV//t9+Bjs18Mi6hakf1juH8UA== dependencies: "@babel/core" "^7.16.0" "@babel/plugin-syntax-decorators" "^7.16.0"