Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowwalker committed May 12, 2020
1 parent fab86d1 commit ccbed3a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/custom-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"start": "next start"
},
"dependencies": {
"next": "^9.3.6",
"next-pwa": "^2.4.0",
"next": "^9.4.0",
"next-pwa": "^2.4.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/lifecycle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"start": "next start"
},
"dependencies": {
"next": "^9.3.6",
"next-pwa": "^2.4.0",
"next": "^9.4.0",
"next-pwa": "^2.4.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"dependencies": {
"cross-env": "^7.0.2",
"fastify": "^2.14.0",
"fastify": "^2.14.1",
"fastify-compress": "^2.0.1",
"next": "^9.3.6",
"next-pwa": "^2.4.0",
"next": "^9.4.0",
"next-pwa": "^2.4.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/next-9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"start": "next start"
},
"dependencies": {
"next": "^9.3.6",
"next-pwa": "^2.4.0",
"next": "^9.4.0",
"next-pwa": "^2.4.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/next-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"cross-env": "^7.0.2",
"express": "^4.17.1",
"fastify-compress": "^2.0.1",
"next": "^9.3.6",
"next-i18next": "^4.4.1",
"next-pwa": "^2.4.0",
"next": "^9.4.0",
"next-i18next": "^4.4.2",
"next-pwa": "^2.4.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
Expand Down

0 comments on commit ccbed3a

Please sign in to comment.