Skip to content

Commit

Permalink
chore: resolve ghost deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Aug 6, 2024
1 parent a9a2f14 commit 2624b93
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@
"umi": "3.x"
},
"devDependencies": {
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-private-methods": "^7.24.7",
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@changesets/cli": "^2.26.1",
"@types/react": "17.x",
"@types/react-dom": "17.x",
Expand All @@ -72,6 +75,7 @@
"less-loader": "^11.0.0",
"mini-css-extract-plugin": "^2.7.6",
"npm-run-all": "^4.1.5",
"react-hot-loader": "^4.13.1",
"rimraf": "^3.0.2",
"source-map-loader": "^4.0.0",
"style-loader": "^3.3.1",
Expand Down

0 comments on commit 2624b93

Please sign in to comment.