Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowwalker committed Jul 28, 2022
1 parent a9111d0 commit c2bad42
Show file tree
Hide file tree
Showing 14 changed files with 1,376 additions and 1,341 deletions.
6 changes: 3 additions & 3 deletions examples/cache-on-front-end-nav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"start": "next start"
},
"dependencies": {
"next": "^12.1.6",
"next": "^12.2.3",
"next-pwa": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
6 changes: 3 additions & 3 deletions examples/cookie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"dependencies": {
"js-cookie": "^3.0.1",
"next": "^12.1.6",
"next": "^12.2.3",
"next-cookies": "^2.0.3",
"next-pwa": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
10 changes: 5 additions & 5 deletions examples/custom-ts-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"babel-loader": "^8.2.5",
"next": "^12.1.6",
"next": "^12.2.3",
"next-pwa": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.12",
"typescript": "^4.7.3"
"@types/react": "^18.0.15",
"typescript": "^4.7.4"
}
}
6 changes: 3 additions & 3 deletions examples/custom-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"dependencies": {
"babel-loader": "^8.2.5",
"next": "^12.1.6",
"next": "^12.2.3",
"next-pwa": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
6 changes: 3 additions & 3 deletions examples/lifecycle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"start": "next start"
},
"dependencies": {
"next": "^12.1.6",
"next": "^12.2.3",
"next-pwa": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
8 changes: 4 additions & 4 deletions examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"cross-env": "^7.0.3",
"fastify": "^3.29.0",
"fastify": "^4.3.0",
"fastify-compress": "^4.1.0",
"next": "^12.1.6",
"next": "^12.2.3",
"next-pwa": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
6 changes: 3 additions & 3 deletions examples/next-9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"start": "next start"
},
"dependencies": {
"next": "^12.1.6",
"next": "^12.2.3",
"next-pwa": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
8 changes: 4 additions & 4 deletions examples/next-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"cross-env": "^7.0.3",
"express": "^4.18.1",
"fastify-compress": "^4.1.0",
"next": "^12.1.6",
"next-i18next": "^11.0.0",
"next": "^12.2.3",
"next-i18next": "^11.3.0",
"next-pwa": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
6 changes: 3 additions & 3 deletions examples/next-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"start": "next start"
},
"dependencies": {
"next": "^12.1.6",
"next": "^12.2.3",
"next-pwa": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
6 changes: 3 additions & 3 deletions examples/offline-fallback-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"start": "next start"
},
"dependencies": {
"next": "^12.1.6",
"next": "^12.2.3",
"next-pwa": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
6 changes: 3 additions & 3 deletions examples/offline-fallback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"start": "next start"
},
"dependencies": {
"next": "^12.1.6",
"next": "^12.2.3",
"next-pwa": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
6 changes: 3 additions & 3 deletions examples/web-push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"vapid": "web-push generate-vapid-keys"
},
"dependencies": {
"next": "^12.1.6",
"next": "^12.2.3",
"next-pwa": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"web-push": "^3.5.0"
}
}
Loading

0 comments on commit c2bad42

Please sign in to comment.