Skip to content

Commit

Permalink
chore(vite): remove babel dependencies (#10149)
Browse files Browse the repository at this point in the history
Follow up to #10147. Forgot to
remove the Babel dependencies now that they're not used.
  • Loading branch information
jtoar committed Mar 8, 2024
1 parent 58e3116 commit d4a6735
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/babel-config": "workspace:*",
"@redwoodjs/internal": "workspace:*",
"@redwoodjs/project-config": "workspace:*",
Expand All @@ -36,7 +35,6 @@
"yargs-parser": "21.1.1"
},
"devDependencies": {
"@babel/cli": "7.23.9",
"@types/react": "^18.2.55",
"@types/yargs-parser": "21.0.3",
"glob": "10.3.10",
Expand Down
2 changes: 0 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8742,8 +8742,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/vite@workspace:packages/vite"
dependencies:
"@babel/cli": "npm:7.23.9"
"@babel/runtime-corejs3": "npm:7.24.0"
"@redwoodjs/babel-config": "workspace:*"
"@redwoodjs/internal": "workspace:*"
"@redwoodjs/project-config": "workspace:*"
Expand Down

0 comments on commit d4a6735

Please sign in to comment.