Skip to content

Commit

Permalink
chore: Updated to MSW 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Nov 7, 2024
1 parent bc6d1ff commit 2a13fa4
Show file tree
Hide file tree
Showing 9 changed files with 126 additions and 125 deletions.
2 changes: 1 addition & 1 deletion packages/firefly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint": "8.57.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"msw": "2.5.2",
"msw": "2.6.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.27.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@workleap/tsup-configs": "3.0.6",
"@workleap/typescript-configs": "3.0.2",
"eslint": "8.57.0",
"msw": "2.5.2",
"msw": "2.6.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"tsup": "8.3.5",
Expand Down
235 changes: 118 additions & 117 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion samples/endpoints/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@tanstack/react-query": "5.59.19",
"i18next": "23.16.4",
"i18next-browser-languagedetector": "8.0.0",
"msw": "2.5.2",
"msw": "2.6.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/endpoints/host/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.5.2'
const PACKAGE_VERSION = '2.6.1'
const INTEGRITY_CHECKSUM = '07a8241b182f8a246a7cd39894799a9e'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down
2 changes: 1 addition & 1 deletion samples/endpoints/local-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@tanstack/react-query": "5.59.19",
"i18next": "23.16.4",
"i18next-browser-languagedetector": "8.0.0",
"msw": "2.5.2",
"msw": "2.6.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/endpoints/local-module/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.5.2'
const PACKAGE_VERSION = '2.6.1'
const INTEGRITY_CHECKSUM = '07a8241b182f8a246a7cd39894799a9e'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down
2 changes: 1 addition & 1 deletion samples/endpoints/remote-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@tanstack/react-query": "5.59.19",
"i18next": "23.16.4",
"i18next-browser-languagedetector": "8.0.0",
"msw": "2.5.2",
"msw": "2.6.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.1.2",
Expand Down
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.5.2'
const PACKAGE_VERSION = '2.6.1'
const INTEGRITY_CHECKSUM = '07a8241b182f8a246a7cd39894799a9e'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down

0 comments on commit 2a13fa4

Please sign in to comment.