Skip to content

Commit

Permalink
fix: add @babel/plugin-proposal-private-property-in-object package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 12, 2023
1 parent 81a0432 commit 9709cfb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/package.json
Expand Up @@ -40,7 +40,11 @@
"peerDependencies": {
"react-scripts": ">=2.1.3"
},
"overrides": {
"typescript": "^5.1.3"
},
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@kkt/resolve-fallback": "^7.4.17",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^13.0.0",
Expand All @@ -65,7 +69,7 @@
"resolve-package-path": "~4.0.3",
"sass": "^1.45.1",
"semver": "~7.5.0",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"webpack": "^5.65.0"
}
}

0 comments on commit 9709cfb

Please sign in to comment.