react-native-macos/packages
Mike 199ac680c7 build(deps): Bump dependencies version for eslint-plugin (#32800)
Summary:
Add cached yarn deps

Seeing the message below during development, packages are outdated

```
=============

WARNING: You are currently running a version of TypeScript which is not officially supported by typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <4.1.0

YOUR TYPESCRIPT VERSION: 4.5.4

Please only submit bug reports when using the officially supported version.

=============
```

Update packages below to "5.8.0" should fix this
- typescript-eslint/eslint-plugin
- typescript-eslint/parser

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

[General][Changed] - Bump dependencies version for eslint-plugin

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

Test Plan: `yarn lint` with no error

Reviewed By: cortinico, yungsters

Differential Revision: D33331050

Pulled By: charlesbdudley

fbshipit-source-id: 27bf9b9b0536545ebfe4614ed210255df65aa2cd
2022-03-28 10:44:33 -07:00
..
assets Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
babel-plugin-codegen Fix babel-plugin-codegen crash when export init is null (#33387) 2022-03-11 23:24:22 -08:00
eslint-config-react-native-community build(deps): Bump dependencies version for eslint-plugin (#32800) 2022-03-28 10:44:33 -07:00
eslint-plugin-react-native-community Remove lint restricting properties on `DynamicColorIOS` (#33182) 2022-02-25 06:46:14 -08:00
eslint-plugin-specs Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
normalize-color Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
polyfills Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
react-native-codegen Bump codegen to 0.0.14 (#33475) 2022-03-23 11:50:27 -07:00
react-native-gradle-plugin Include CMakeLists.txt into third-party setup 2022-03-15 20:23:51 -07:00
rn-tester VirtualizedList optimization - avoid lambda creation in CellRenderer onLayout prop 2022-03-24 08:28:01 -07:00