msw 0.48.2 → 0.48.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "msw",
3
- "version": "0.48.2",
3
+ "version": "0.48.3",
4
4
  "description": "Seamless REST/GraphQL API mocking library for browser and Node.js.",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -102,7 +102,6 @@
102
102
  "node-fetch": "^2.6.7",
103
103
  "outvariant": "^1.3.0",
104
104
  "path-to-regexp": "^6.2.0",
105
- "statuses": "^2.0.0",
106
105
  "strict-event-emitter": "^0.2.6",
107
106
  "type-fest": "^2.19.0",
108
107
  "yargs": "^17.3.1"
@@ -114,6 +113,8 @@
114
113
  "@commitlint/config-conventional": "^16.0.0",
115
114
  "@open-draft/test-server": "^0.2.3",
116
115
  "@ossjs/release": "^0.4.0",
116
+ "@swc/core": "^1.3.15",
117
+ "@swc/jest": "^0.2.23",
117
118
  "@types/fs-extra": "^9.0.13",
118
119
  "@types/jest": "26",
119
120
  "@types/json-bigint": "^1.0.1",
@@ -142,7 +143,6 @@
142
143
  "rimraf": "^3.0.2",
143
144
  "simple-git-hooks": "^2.8.0",
144
145
  "statuses": "^2.0.0",
145
- "ts-jest": "26",
146
146
  "ts-loader": "^9.2.6",
147
147
  "ts-node": "^10.1.0",
148
148
  "tsup": "^5.12.8",