Skip to content

Commit

Permalink
Merge pull request #1466 from creative-commoners/pulls/2.2/babel-is-dev
Browse files Browse the repository at this point in the history
DEP Move babel to devDependencies
  • Loading branch information
GuySartorelli authored Jun 5, 2024
2 parents 56e9886 + a40e410 commit 97d2389
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 752 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
"@silverstripe/webpack-config": "^2.1.0",
"@storybook/addon-actions": "^7.0.18",
"@testing-library/react": "^14.0.0",
"babel-core": "^6.26.3",
"babel-jest": "^29.3.0",
"babel-runtime": "^6.26.0",
"copy-webpack-plugin": "^11.0.0",
"jest-cli": "^29.3.0",
"jest-environment-jsdom": "^29.3.1",
Expand All @@ -63,8 +65,6 @@
"dependencies": {
"@apollo/client": "^3.7.1",
"@popperjs/core": "^2.11.6",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"bootstrap": "^4.6.2",
"classnames": "^2.3.2",
"core-js": "^3.26.0",
Expand Down
Loading

0 comments on commit 97d2389

Please sign in to comment.