Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Update next-transpile-modules to 7.3.0 across examples (vercel#26040)
Browse files Browse the repository at this point in the history
## Documentation / Examples

- [x] Make sure the linting passes

Just updated `next-transpile-modules` across examples. We shipped a workaround in 7.2 for the one breaking change that scared people from updating from v4 to v5+, I tested the updated examples, so we should be good.
  • Loading branch information
martpie committed Jun 13, 2021
1 parent cf1f113 commit d1ca76b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/with-patternfly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@patternfly/react-core": "^4.121.1",
"@patternfly/react-icons": "^4.10.7",
"next": "latest",
"next-transpile-modules": "^7.2.0",
"next-transpile-modules": "^7.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-reason-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"graphql": "15.0.0",
"isomorphic-unfetch": "^3.0.0",
"next": "latest",
"next-transpile-modules": "4.0.2",
"next-transpile-modules": "7.3.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-relay": "0.0.0-experimental-8cc94ddc",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-reasonml-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"next": "latest",
"next-transpile-modules": "^4.0.2",
"next-transpile-modules": "^7.3.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"reason-react": "^0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-reasonml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"next": "latest",
"next-transpile-modules": "^4.0.2",
"next-transpile-modules": "^7.3.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"reason-react": "^0.7.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"next": "latest",
"next-transpile-modules": "^4.0.2",
"next-transpile-modules": "^7.3.0",
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
Expand Down

0 comments on commit d1ca76b

Please sign in to comment.