Skip to content

Commit

Permalink
Update next-transpile-modules in all examples (#15739)
Browse files Browse the repository at this point in the history
Should prevent some tears when people tries to replicate some example with Next.js 9.5.0 ;)

cheers!
  • Loading branch information
martpie authored Jul 31, 2020
1 parent bcd1ba6 commit 0729394
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/with-patternfly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@patternfly/react-core": "^3.112.3",
"next": "latest",
"next-transpile-modules": "^3.0.2",
"next-transpile-modules": "^4.0.2",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
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 @@ -22,7 +22,7 @@
"graphql": "15.0.0",
"isomorphic-unfetch": "^3.0.0",
"next": "latest",
"next-transpile-modules": "3.2.0",
"next-transpile-modules": "4.0.2",
"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": "ISC",
"dependencies": {
"next": "latest",
"next-transpile-modules": "^3.0.2",
"next-transpile-modules": "^4.0.2",
"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": "ISC",
"dependencies": {
"next": "latest",
"next-transpile-modules": "^3.0.2",
"next-transpile-modules": "^4.0.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"reason-react": "^0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-three-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"three": "0.118.3"
},
"devDependencies": {
"next-transpile-modules": "3.3.0"
"next-transpile-modules": "4.0.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"next": "latest",
"next-transpile-modules": "^3.0.2",
"next-transpile-modules": "^4.0.2",
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
Expand Down

0 comments on commit 0729394

Please sign in to comment.