Skip to content

Commit

Permalink
use @babel/parser instead of transforming the code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Nov 21, 2023
1 parent 8b91070 commit 8f05c51
Show file tree
Hide file tree
Showing 5 changed files with 550 additions and 789 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,11 @@
},
"homepage": "https://github.com/seek-oss/playroom#readme",
"dependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/parser": "^7.23.4",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/standalone": "^7.23.3",
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
"@types/base64-url": "^2.2.0",
"@types/codemirror": "^5.60.5",
Expand Down Expand Up @@ -116,7 +115,6 @@
"@actions/core": "^1.10.0",
"@changesets/cli": "^2.25.2",
"@octokit/rest": "^19.0.5",
"@types/babel__standalone": "^7.1.7",
"@types/jest": "^29.2.4",
"concurrently": "^7.6.0",
"cypress": "^12.0.2",
Expand Down

0 comments on commit 8f05c51

Please sign in to comment.