Skip to content

Commit fc03277

Browse files
Bump eslint-plugin-unused-imports from 2.0.0 to 3.0.0 in /template (#6)
Bumps [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) from 2.0.0 to 3.0.0. - [Commits](https://github.com/sweepline/eslint-plugin-unused-imports/commits) --- updated-dependencies: - dependency-name: eslint-plugin-unused-imports dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ebfe58 commit fc03277

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"babel-jest": "^29.7.0",
6565
"eslint": "^8.41.0",
6666
"eslint-plugin-import": "^2.27.5",
67-
"eslint-plugin-unused-imports": "^2.0.0",
67+
"eslint-plugin-unused-imports": "^3.0.0",
6868
"jest": "^29.7.0",
6969
"metro-react-native-babel-preset": "0.77.0",
7070
"pod-install": "^0.1.38",

template/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4257,10 +4257,10 @@ eslint-plugin-react@^7.30.1:
42574257
semver "^6.3.0"
42584258
string.prototype.matchall "^4.0.8"
42594259

4260-
eslint-plugin-unused-imports@^2.0.0:
4261-
version "2.0.0"
4262-
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-2.0.0.tgz#d8db8c4d0cfa0637a8b51ce3fd7d1b6bc3f08520"
4263-
integrity sha512-3APeS/tQlTrFa167ThtP0Zm0vctjr4M44HMpeg1P4bK6wItarumq0Ma82xorMKdFsWpphQBlRPzw/pxiVELX1A==
4260+
eslint-plugin-unused-imports@^3.0.0:
4261+
version "3.0.0"
4262+
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.0.0.tgz#d25175b0072ff16a91892c3aa72a09ca3a9e69e7"
4263+
integrity sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==
42644264
dependencies:
42654265
eslint-rule-composer "^0.3.0"
42664266

0 commit comments

Comments
 (0)