Skip to content

Commit

Permalink
[module-scripts] use correct TSConfig package in dependencies (#19670)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Oct 24, 2022
1 parent f8187f9 commit fc66d1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/expo-module-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

### 💡 Others

- Use the correct TSConfig package in dependencies to match one referred in `tsconfig.plugin.json`. ([#19670](https://github.com/expo/expo/pull/19670) by [@Simek](https://github.com/Simek))

## 2.1.0 — 2022-08-04

### 🎉 New features
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-module-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/cli": "^7.1.2",
"@expo/npm-proofread": "^1.0.1",
"@testing-library/react-hooks": "^7.0.1",
"@tsconfig/node12": "^1.0.9",
"@tsconfig/node14": "^1.0.3",
"@types/jest": "^26.0.24",
"babel-preset-expo": "~9.2.0",
"commander": "^2.19.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3780,7 +3780,7 @@
resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.11.tgz#ee3def1f27d9ed66dac6e46a295cffb0152e058d"
integrity sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==

"@tsconfig/node14@^1.0.1":
"@tsconfig/node14@^1.0.1", "@tsconfig/node14@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.3.tgz#e4386316284f00b98435bf40f72f75a09dabf6c1"
integrity sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==
Expand Down

0 comments on commit fc66d1b

Please sign in to comment.