Skip to content

Commit

Permalink
dependencies realignment
Browse files Browse the repository at this point in the history
flow realign

ts eslint realign

yarn lock

second yarn lock

Revert "ts eslint realign"

This reverts commit 3dd4e52.

yarn lock

another pass of realign
  • Loading branch information
kelset committed Mar 7, 2023
1 parent b73dd67 commit 2ebee9e
Show file tree
Hide file tree
Showing 7 changed files with 259 additions and 386 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-react-native-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native-community#readme",
"dependencies": {
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.19.0",
"@babel/eslint-parser": "^7.19.1",
"@react-native/eslint-plugin": "^0.72.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-plugin-specs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"dependencies": {
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.19.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/preset-flow": "^7.18.0",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-transform-flow-strip-types": "^7.19.0",
"@babel/preset-flow": "^7.18.6",
"@react-native/codegen": "*",
"flow-parser": "^0.185.0",
"flow-parser": "^0.201.0",
"make-dir": "^2.1.0",
"pirates": "^4.0.1",
"source-map-support": "0.5.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/hermes-inspector-msggen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
"dependencies": {
"devtools-protocol": "0.0.959523",
"yargs": "^17.5.1"
"yargs": "^17.6.2"
},
"devDependencies": {
"@babel/cli": "^7.19.0",
"@babel/cli": "^7.20.0",
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/preset-flow": "^7.18.0",
"@babel/preset-flow": "^7.18.6",
"jest": "^29.2.1"
},
"jest": {
Expand Down
20 changes: 10 additions & 10 deletions packages/react-native-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
],
"dependencies": {
"@babel/parser": "^7.20.0",
"flow-parser": "^0.185.0",
"flow-parser": "^0.201.0",
"jscodeshift": "^0.14.0",
"nullthrows": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.0.0",
"@babel/plugin-transform-destructuring": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/preset-env": "^7.14.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.0",
"@babel/plugin-proposal-optional-chaining": "^7.20.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.20.0",
"@babel/plugin-transform-destructuring": "^7.20.0",
"@babel/plugin-transform-flow-strip-types": "^7.19.0",
"@babel/preset-env": "^7.20.0",
"chalk": "^4.0.0",
"glob": "^7.1.1",
"invariant": "^2.2.4",
Expand Down
4 changes: 2 additions & 2 deletions repo-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.19.0",
"@babel/eslint-parser": "^7.19.1",
"@babel/generator": "^7.20.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/plugin-transform-regenerator": "^7.20.0",
"@definitelytyped/dtslint": "^0.0.127",
"@react-native/codegen": "^0.72.3",
"@react-native/eslint-config": "*",
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.12.5",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.1",
"@tsconfig/react-native": "^2.0.2",
"@types/react": "^18.0.24",
Expand Down
603 changes: 238 additions & 365 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 2ebee9e

Please sign in to comment.