Skip to content

Commit b95ac3a

Browse files
Fixed msw requests (#1438)
* Fixed msw requests * Updated version
1 parent 56ab062 commit b95ac3a

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

package-lock.json

Lines changed: 5 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "15.1.1",
2+
"version": "15.1.2",
33
"license": "MIT",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
@@ -78,6 +78,7 @@
7878
"eslint-plugin-baseui": "12.2.0",
7979
"eslint-plugin-react": "7.32.2",
8080
"eslint-plugin-storybook": "^0.6.11",
81+
"headers-polyfill": "^3.2.5",
8182
"husky": "^8.0.2",
8283
"jest": "^29.5.0",
8384
"jest-environment-jsdom": "^29.5.0",
@@ -140,4 +141,4 @@
140141
"*.{ts,tsx}": "eslint --cache --fix",
141142
"*.{ts,tsx,js,css,md}": "prettier --write"
142143
}
143-
}
144+
}

0 commit comments

Comments
 (0)