Skip to content

Commit

Permalink
Undo dependency prebundling
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjtc committed Jan 2, 2023
1 parent 99c5c7c commit 6e36bd7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,9 @@
"@auto-it/released": "^10.37.1",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.18.13",
"@babel/generator": "^7.18.13",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/template": "^7.14.5",
"@babel/types": "^7.14.8",
"@jest/types": "^28.1.3",
"@storybook/addon-coverage": "^0.0.7",
"@storybook/addon-essentials": "next",
Expand All @@ -72,8 +69,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",
"jest-image-snapshot": "^5.1.0",
Expand All @@ -86,8 +81,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 +105,11 @@
"@storybook/csf-tools": "next",
"@swc/core": "^1.3.18",
"@swc/jest": "^0.2.23",
"@babel/generator": "^7.18.13",
"@babel/template": "^7.14.5",
"@babel/types": "^7.14.8",
"can-bind-to-host": "^1.1.1",
"commander": "^9.0.0",
"expect-playwright": "^0.8.0",
"jest": "^28.0.0",
"jest-circus": "^28.0.0",
Expand All @@ -123,7 +121,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 6e36bd7

Please sign in to comment.