chore(version): major version to go with dependency update (#31732)

Summary:
https://github.com/facebook/react-native/issues/31490 bumped the dependency versions of `typescript-eslint` project across a semver major,
bumping the package version here a semver major to correspond, prior to publishing

This is being done [in concert with](https://github.com/facebook/react-native/pull/31490#issuecomment-862122615) matt-oakes who may hopefully publish the result and PeteTheHeat
who merged https://github.com/facebook/react-native/issues/31490 (thanks!)

I copied the changelog chunk from the last version bump merged here, hopefully it is correct + useful

## Changelog

[General] [Fixed] - Upgrade dependencies / version of eslint package

Pull Request resolved: https://github.com/facebook/react-native/pull/31732

Test Plan: Run in local project

Reviewed By: TheSavior

Differential Revision: D29167289

Pulled By: PeteTheHeat

fbshipit-source-id: 464365b2bff936ad5a33f9a39eb8e56aed8e8715
This commit is contained in:
Mike Hardy
2021-06-16 11:12:33 -07:00
committed by Facebook GitHub Bot
parent 9ca460f064
commit 463ec22bb9
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/eslint-config",
"version": "2.0.0",
"version": "3.0.0",
"description": "ESLint config for React Native",
"main": "index.js",
"license": "MIT",