Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

deps: update dependency gatsby-plugin-offline to v6 #573

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-mdx": "^4.3.0",
"gatsby-plugin-offline": "^5.24.0",
"gatsby-plugin-offline": "^6.0.0",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-remark-autolink-headers": "^5.24.0",
Expand Down
41 changes: 32 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2689,7 +2689,7 @@ __metadata:
gatsby-plugin-image: ^2.24.0
gatsby-plugin-manifest: ^4.24.0
gatsby-plugin-mdx: ^4.3.0
gatsby-plugin-offline: ^5.24.0
gatsby-plugin-offline: ^6.0.0
gatsby-plugin-react-helmet: ^5.24.0
gatsby-plugin-sharp: ^4.24.0
gatsby-remark-autolink-headers: ^5.24.0
Expand Down Expand Up @@ -10318,6 +10318,29 @@ __metadata:
languageName: node
linkType: hard

"gatsby-core-utils@npm:^4.2.0":
version: 4.2.0
resolution: "gatsby-core-utils@npm:4.2.0"
dependencies:
"@babel/runtime": ^7.15.4
ci-info: 2.0.0
configstore: ^5.0.1
fastq: ^1.13.0
file-type: ^16.5.3
fs-extra: ^10.1.0
got: ^11.8.5
import-from: ^4.0.0
lmdb: 2.5.3
lock: ^1.1.0
node-object-hash: ^2.3.10
proper-lockfile: ^4.1.2
resolve-from: ^5.0.0
tmp: ^0.2.1
xdg-basedir: ^4.0.0
checksum: b4bd39a355573cbb90d6f07ed3ae974fe7167472c9fc6e466545491e27cd6ef7b9d7e867fba47493cd022ce84b9aab9943d969e339920e27eada13a173bff0f6
languageName: node
linkType: hard

"gatsby-graphiql-explorer@npm:^2.24.0":
version: 2.24.0
resolution: "gatsby-graphiql-explorer@npm:2.24.0"
Expand Down Expand Up @@ -10484,22 +10507,22 @@ __metadata:
languageName: node
linkType: hard

"gatsby-plugin-offline@npm:^5.24.0":
version: 5.24.0
resolution: "gatsby-plugin-offline@npm:5.24.0"
"gatsby-plugin-offline@npm:^6.0.0":
version: 6.2.0
resolution: "gatsby-plugin-offline@npm:6.2.0"
dependencies:
"@babel/runtime": ^7.15.4
cheerio: ^1.0.0-rc.10
gatsby-core-utils: ^3.24.0
gatsby-core-utils: ^4.2.0
glob: ^7.2.3
idb-keyval: ^3.2.0
lodash: ^4.17.21
workbox-build: ^4.3.1
peerDependencies:
gatsby: ^4.0.0-next
react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^0.0.0
react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^0.0.0
checksum: 077c3c9e5cf4b9937dc8772e5d0a2948ca142c14008b670ac89a0efd8a30274a72dfe8265f271320a81f672ad72f86571acbeab190e79ad17b741c00248e6d9b
gatsby: ^5.0.0-next
react: ^18.0.0 || ^0.0.0
react-dom: ^18.0.0 || ^0.0.0
checksum: b4737b6c26586abebb977b46b2b5ed589ec62237be44ec8d34276028184aca675a271faf0b3279f3c852ed178ef89cc478cebe05c5e0c5ca6749b2d44ed48246
languageName: node
linkType: hard

Expand Down