Skip to content

Commit

Permalink
Merge branch 'main' into feat/ws
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Oct 23, 2024
2 parents 92f1d53 + b65c0a8 commit 7b7aa3d
Show file tree
Hide file tree
Showing 16 changed files with 1,576 additions and 886 deletions.
13 changes: 5 additions & 8 deletions media/msw-logo-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 6 additions & 8 deletions media/msw-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/msw-video-thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 22 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
"@bundled-es-modules/cookie": "^2.0.0",
"@bundled-es-modules/statuses": "^1.0.1",
"@bundled-es-modules/tough-cookie": "^0.1.6",
"@inquirer/confirm": "^3.0.0",
"@mswjs/interceptors": "^0.36.4",
"@inquirer/confirm": "^5.0.0",
"@mswjs/interceptors": "^0.36.5",
"@open-draft/deferred-promise": "^2.2.0",
"@open-draft/until": "^2.1.0",
"@types/cookie": "^0.6.0",
Expand All @@ -146,10 +146,10 @@
"graphql": "^16.8.1",
"headers-polyfill": "^4.0.2",
"is-node-process": "^1.2.0",
"outvariant": "^1.4.2",
"outvariant": "^1.4.3",
"path-to-regexp": "^6.3.0",
"strict-event-emitter": "^0.5.1",
"type-fest": "^4.9.0",
"type-fest": "^4.26.1",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand All @@ -158,48 +158,47 @@
"@fastify/websocket": "^8.3.1",
"@open-draft/test-server": "^0.4.2",
"@ossjs/release": "^0.8.1",
"@playwright/test": "^1.40.1",
"@swc/core": "^1.3.102",
"@playwright/test": "^1.48.0",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/json-bigint": "^1.0.4",
"@types/node": "18.x",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@web/dev-server": "^0.1.38",
"axios": "^1.6.5",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@web/dev-server": "^0.4.6",
"axios": "^1.7.7",
"babel-minify": "^0.5.1",
"commitizen": "^4.2.4",
"commitizen": "^4.3.1",
"cross-env": "^7.0.3",
"cross-fetch": "^4.0.0",
"cz-conventional-changelog": "3.3.0",
"esbuild": "^0.19.11",
"esbuild-loader": "^4.0.2",
"esbuild": "^0.24.0",
"esbuild-loader": "^4.2.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"express": "^5.0.0",
"fastify": "^4.26.0",
"fs-extra": "^11.2.0",
"fs-teardown": "^0.3.0",
"glob": "^10.3.10",
"jsdom": "^23.2.0",
"glob": "^11.0.0",
"jsdom": "^25.0.1",
"json-bigint": "^1.0.0",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.10",
"page-with": "^0.6.1",
"prettier": "^3.2.2",
"prettier": "^3.3.3",
"regenerator-runtime": "^0.14.1",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.9.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"tsup": "^8.3.0",
"typescript": "^5.5.2",
"undici": "^5.20.0",
"undici": "^6.20.0",
"url-loader": "^4.1.1",
"vitest": "^1.2.2",
"vitest-environment-miniflare": "^2.14.1",
"webpack": "^5.89.0",
"vitest-environment-miniflare": "^2.14.4",
"webpack": "^5.95.0",
"webpack-http-server": "^0.5.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 7b7aa3d

Please sign in to comment.