Skip to content

Commit

Permalink
fix babel syntax-jsx version
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Apr 3, 2024
1 parent 85a0fa7 commit 0b5037c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alem",
"description": "Create web3 applications for NEAR BOS with a focus on performance and friendly development.",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"main": "main.js",
"types": "index.d.ts",
"author": "Wenderson Pires - wendersonpires.near",
Expand Down Expand Up @@ -35,6 +35,7 @@
},
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/plugin-syntax-jsx": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
Expand Down

0 comments on commit 0b5037c

Please sign in to comment.