Skip to content

Commit

Permalink
fix: downgrade babel due to Module build failed errors with the babel…
Browse files Browse the repository at this point in the history
…-loader
  • Loading branch information
Callin Mullaney committed Nov 8, 2024
1 parent dd703f8 commit fbca781
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emulsify/core",
"version": "2.4.0",
"version": "2.4.1",
"description": "Bundled tooling for Storybook development + Webpack Build",
"keywords": [
"component library",
Expand Down Expand Up @@ -46,9 +46,9 @@
"twatch": "jest --no-coverage --watch --verbose"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/core": "^7.25.9",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "^7.25.9",
"@emulsify/cli": "^1.11.3",
"@storybook/addon-a11y": "^8.4.2",
"@storybook/addon-actions": "^8.4.2",
Expand Down

0 comments on commit fbca781

Please sign in to comment.