Skip to content

Commit

Permalink
Update dependencies and Babel configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
RaynHarr committed Sep 21, 2024
1 parent f3bea64 commit 48321b5
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 21 deletions.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["react-app"],
"plugins": ["@babel/plugin-proposal-private-property-in-object"]
}
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
legacy-peer-deps=true
save-exact=true
54 changes: 34 additions & 20 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"web3": "^1.7.0",
"web3modal": "^1.9.5",
"@babel/core": "^7.16.0",
"ajv": "8.17.1"
"ajv": "8.17.1",
"babel-preset-react-app": "^10.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down Expand Up @@ -58,5 +59,8 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"webpack-cli": "^4.9.1"
},
"resolutions": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
}
}

0 comments on commit 48321b5

Please sign in to comment.