Skip to content

Commit

Permalink
chore(examples): add react types dev dependencies (#6069)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Feb 21, 2024
1 parent c4b37fe commit 261016c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/react/default-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@parcel/core": "2.10.0",
"@parcel/packager-raw-url": "2.10.0",
"@parcel/transformer-webmanifest": "2.10.0",
"@types/react": "^18.0.9",
"parcel": "2.10.0",
"typescript": "5.1.3"
}
Expand Down
1 change: 1 addition & 0 deletions examples/react/e-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@parcel/core": "2.10.0",
"@parcel/packager-raw-url": "2.10.0",
"@parcel/transformer-webmanifest": "2.10.0",
"@types/react": "^18.0.9",
"parcel": "2.10.0",
"typescript": "5.1.3"
}
Expand Down
1 change: 1 addition & 0 deletions examples/react/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@parcel/core": "2.10.0",
"@parcel/packager-raw-url": "2.10.0",
"@parcel/transformer-webmanifest": "2.10.0",
"@types/react": "^18.0.9",
"parcel": "2.10.0",
"typescript": "5.1.3"
}
Expand Down
1 change: 1 addition & 0 deletions examples/react/recommend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@parcel/core": "2.10.0",
"@parcel/packager-raw-url": "2.10.0",
"@parcel/transformer-webmanifest": "2.10.0",
"@types/react": "^18.0.9",
"parcel": "2.10.0",
"typescript": "5.1.3"
}
Expand Down

0 comments on commit 261016c

Please sign in to comment.