Skip to content

Commit

Permalink
chore(deps): Remove webpack related dependencies (#11299)
Browse files Browse the repository at this point in the history
Looks like these are some webpack specific dependencies we don't need
anymore.
  • Loading branch information
Josh-Walker-GM authored Aug 18, 2024
1 parent 5aa02dd commit 9fb2d6b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 255 deletions.
7 changes: 1 addition & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,12 @@
"@redwoodjs/project-config": "workspace:*",
"@redwoodjs/testing": "workspace:*",
"@redwoodjs/web-server": "workspace:*",
"babel-loader": "^9.1.3",
"graphql-tag": "2.12.6",
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.9.0",
"nodemon": "3.1.4",
"null-loader": "4.0.1",
"react-refresh": "0.14.0",
"resolve-url-loader": "5.0.0",
"rimraf": "6.0.1",
"typescript": "5.5.4",
"url-loader": "4.1.1"
"typescript": "5.5.4"
},
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
Expand Down
Loading

0 comments on commit 9fb2d6b

Please sign in to comment.