Skip to content

Commit

Permalink
Update mockServiceWorker to 2.4.1 and add graphql to dev dependencies…
Browse files Browse the repository at this point in the history
… as moved to peer
  • Loading branch information
joelvdavies committed Sep 4, 2024
1 parent eca6acf commit 051e278
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"eslint-plugin-testing-library": "6.3.0",
"express": "4.19.2",
"globals": "15.9.0",
"graphql": "^16.9.0",
"jsdom": "24.1.3",
"prettier": "3.3.3",
"serve": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/

const PACKAGE_VERSION = '2.3.5'
const PACKAGE_VERSION = '2.4.1'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4621,6 +4621,13 @@ __metadata:
languageName: node
linkType: hard

"graphql@npm:^16.9.0":
version: 16.9.0
resolution: "graphql@npm:16.9.0"
checksum: 10c0/a8850f077ff767377237d1f8b1da2ec70aeb7623cdf1dfc9e1c7ae93accc0c8149c85abe68923be9871a2934b1bce5a2496f846d4d56e1cfb03eaaa7ddba9b6a
languageName: node
linkType: hard

"has-bigints@npm:^1.0.1, has-bigints@npm:^1.0.2":
version: 1.0.2
resolution: "has-bigints@npm:1.0.2"
Expand Down Expand Up @@ -4943,6 +4950,7 @@ __metadata:
eslint-plugin-testing-library: "npm:6.3.0"
express: "npm:4.19.2"
globals: "npm:15.9.0"
graphql: "npm:^16.9.0"
history: "npm:^5.3.0"
jsdom: "npm:24.1.3"
loglevel: "npm:^1.9.1"
Expand Down

0 comments on commit 051e278

Please sign in to comment.