Skip to content

Commit

Permalink
Fixed babel plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
samilabud committed Mar 8, 2024
1 parent a305e1e commit fa190b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
21 changes: 1 addition & 20 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.1.0",
"private": true,
"dependencies": {
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
"@stripe/react-stripe-js": "^1.7.0",
"@stripe/stripe-js": "^1.25.0",
"@testing-library/jest-dom": "^5.11.4",
Expand Down Expand Up @@ -64,7 +65,6 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"webpack": "^5.90.3"
Expand Down

0 comments on commit fa190b1

Please sign in to comment.