Skip to content

Commit

Permalink
internal: Remove legacy RN types package as types are built-in now
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Jun 14, 2024
1 parent 8e98c1e commit 2b2fcf8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .changeset/hip-kings-cry.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@data-client/test': patch
---

MockResolver marked as 'client' code for usage with NextJS
[MockResolver](https://dataclient.io/docs/api/MockResolver) marked as 'client' code for usage with NextJS
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"@types/jest": "29.5.12",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-native": "^0.73.0",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"babel-plugin-module-resolver": "5.0.2",
Expand Down
12 changes: 1 addition & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7313,15 +7313,6 @@ __metadata:
languageName: node
linkType: hard

"@types/react-native@npm:^0.73.0":
version: 0.73.0
resolution: "@types/react-native@npm:0.73.0"
dependencies:
react-native: "npm:*"
checksum: 10c0/81b8824f3bea30f18f92bb1e7c69777801b6b91a603c712173179b10e8fd6754f3594841dc452d0fc4a4cdc597e366fdf7839d27e0c5c5957f7dadde65882212
languageName: node
linkType: hard

"@types/react-router-config@npm:*, @types/react-router-config@npm:^5.0.7":
version: 5.0.7
resolution: "@types/react-router-config@npm:5.0.7"
Expand Down Expand Up @@ -25112,7 +25103,7 @@ __metadata:
languageName: node
linkType: hard

"react-native@npm:*, react-native@npm:0.74.2, react-native@npm:^0.74.0":
"react-native@npm:0.74.2, react-native@npm:^0.74.0":
version: 0.74.2
resolution: "react-native@npm:0.74.2"
dependencies:
Expand Down Expand Up @@ -26394,7 +26385,6 @@ __metadata:
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.14.2"
"@types/react": "npm:18.3.3"
"@types/react-native": "npm:^0.73.0"
"@typescript-eslint/eslint-plugin": "npm:7.13.0"
"@typescript-eslint/parser": "npm:7.13.0"
babel-plugin-module-resolver: "npm:5.0.2"
Expand Down

0 comments on commit 2b2fcf8

Please sign in to comment.