From 5da5bb62d7725f0d4e47bdbcda9cf9a07926222d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 14:58:21 +0000 Subject: [PATCH] chore(deps-dev): bump @nulogy/eslint-config-nulogy Bumps [@nulogy/eslint-config-nulogy](https://github.com/nulogy/eslint-config-nulogy) from 0.0.1-alpha.3 to 1.0.0. - [Release notes](https://github.com/nulogy/eslint-config-nulogy/releases) - [Changelog](https://github.com/nulogy/eslint-config-nulogy/blob/master/CHANGELOG.md) - [Commits](https://github.com/nulogy/eslint-config-nulogy/commits/v1.0.0) --- updated-dependencies: - dependency-name: "@nulogy/eslint-config-nulogy" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3a703f171..187c28b4f 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@babel/plugin-transform-runtime": "^7.9.6", "@babel/preset-env": "7.3.1", "@babel/preset-typescript": "^7.10.4", - "@nulogy/eslint-config-nulogy": "^0.0.1-alpha.2", + "@nulogy/eslint-config-nulogy": "^1.0.0", "@nulogy/icons": "^4.26.0", "@rollup/plugin-babel": "^5.0.0", "@rollup/plugin-node-resolve": "^7.1.3", diff --git a/yarn.lock b/yarn.lock index 63f4f3ef2..2a0c6885e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2627,10 +2627,10 @@ read-package-json-fast "^2.0.3" which "^2.0.2" -"@nulogy/eslint-config-nulogy@^0.0.1-alpha.2": - version "0.0.1-alpha.3" - resolved "https://registry.yarnpkg.com/@nulogy/eslint-config-nulogy/-/eslint-config-nulogy-0.0.1-alpha.3.tgz#01a1208204962ae75dd3ef97ef85236cd0fbcda3" - integrity sha512-E3g4wsV9lW5pgVQWSGtBc3r16jXHSeuokRRxLxyFC6bKQA4u8fZuG42aUmh0EtLF2zEN3y59tIcaW2wyv0HuMQ== +"@nulogy/eslint-config-nulogy@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@nulogy/eslint-config-nulogy/-/eslint-config-nulogy-1.0.0.tgz#31f8a18964f331921197a1908424e961670667ff" + integrity sha512-DRWnIZDqken8MUxuhmGdfCJjPWywYRN3rm3Irah980sqSEQx8ahws6hrh7EglWO7wVKa9/FLkv88mYLldlorVg== dependencies: "@typescript-eslint/eslint-plugin" "^3.4.0" "@typescript-eslint/parser" "^3.4.0"