Skip to content

Commit

Permalink
Bump ladle and msw (#1768)
Browse files Browse the repository at this point in the history
bump ladle and msw
  • Loading branch information
david-crespo authored Oct 4, 2023
1 parent 8c9513c commit c127feb
Show file tree
Hide file tree
Showing 4 changed files with 1,986 additions and 684 deletions.
3 changes: 1 addition & 2 deletions libs/babel-transform-react-display-name/index.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ describe('functions returning JSX', () => {
});
exports.Button = void 0;
var _extends2 = _interopRequireDefault(require(\\"@babel/runtime/helpers/extends\\"));
const Button = forwardRef((_ref, ref) => {
const Button = exports.Button = forwardRef((_ref, ref) => {
let {
children,
...props
Expand All @@ -156,7 +156,6 @@ describe('functions returning JSX', () => {
type: \\"button\\"
}, props), children);
});
exports.Button = Button;
Button.displayName = \\"Button - libs/babel-transform-react-display-name/index.spec.tsx\\""
`)
expect(result).toContain('Button.displayName = ')
Expand Down
2 changes: 1 addition & 1 deletion mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* tslint:disable */

/**
* Mock Service Worker (1.3.0).
* Mock Service Worker (1.3.2).
* @see https://github.com/mswjs/msw
* - Please do NOT modify this file.
* - Please do NOT serve this file on production.
Expand Down
Loading

0 comments on commit c127feb

Please sign in to comment.