Skip to content

Commit

Permalink
undo prebundling of some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf authored and bryanjtc committed Mar 10, 2023
1 parent 1c6879a commit 8afd5e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -72,7 +72,6 @@
"babel-jest": "^28.1.3",
"babel-loader": "^8.1.0",
"babel-plugin-istanbul": "^6.1.1",
"can-bind-to-host": "^1.1.1",
"commander": "^9.0.0",
"concurrently": "^7.0.0",
"husky": "^8.0.0",
Expand All @@ -86,8 +85,6 @@
"rimraf": "^3.0.2",
"semver": "^7.3.7",
"storybook": "next",
"tempy": "^1.0.1",
"ts-dedent": "^2.0.0",
"ts-jest": "^28.0.8",
"tsup": "^6.5.0",
"typescript": "~4.9.4",
Expand All @@ -112,6 +109,7 @@
"@storybook/csf-tools": "next",
"@swc/core": "^1.3.18",
"@swc/jest": "^0.2.23",
"can-bind-to-host": "^1.1.1",
"expect-playwright": "^0.8.0",
"glob": "^8.1.0",
"jest": "^28.0.0",
Expand All @@ -124,7 +122,9 @@
"jest-watch-typeahead": "^2.0.0",
"node-fetch": "^2",
"playwright": "^1.14.0",
"regenerator-runtime": "^0.13.9"
"regenerator-runtime": "^0.13.9",
"tempy": "^1.0.1",
"ts-dedent": "^2.0.0"
},
"auto": {
"prereleaseBranches": [
Expand Down

0 comments on commit 8afd5e6

Please sign in to comment.