Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
perf(playground): code improvements (#2863)
Browse files Browse the repository at this point in the history
* Move formatting inside a Worker

* Splite Rome and Prettier into seperate workers

* Finish migration to CodeMirror for mobile playground

* Update vite version 3

* Fix vite

* Fix workers for firefox

* Fix rome check

* Fix
  • Loading branch information
vramana committed Jul 14, 2022
1 parent 6c89cfb commit 621a3a1
Show file tree
Hide file tree
Showing 10 changed files with 620 additions and 2,211 deletions.
7 changes: 4 additions & 3 deletions website/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"tsc": "tsc"
},
"dependencies": {
"@uiw/react-textarea-code-editor": "^1.4.16",
"@codemirror/lang-javascript": "^6.0.1",
"@uiw/react-codemirror": "^4.11.0",
"prettier": "^2.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-json-view": "^1.21.3",
"react-tabs": "^3.2.3"
},
"devDependencies": {
"@honkhonk/vite-plugin-svgr": "^1.1.0",
"@tailwindcss/forms": "^0.4.0",
"@types/prettier": "^2.6.3",
"@types/react": "^17.0.33",
Expand All @@ -34,7 +34,8 @@
"rome": "^0.7.0-next",
"tailwindcss": "^3.0.19",
"typescript": "^4.4.4",
"vite": "^2.7.2"
"vite": "^3.0.0",
"vite-plugin-svgr": "^2.2.0"
},
"engines": {
"pnpm": "^7.0.0"
Expand Down
Loading

0 comments on commit 621a3a1

Please sign in to comment.