Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use smaller React pragmas to minimise the amount of data passed between iframes #304

Merged
merged 11 commits into from
Nov 23, 2023
5 changes: 5 additions & 0 deletions .changeset/dry-suns-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'playroom': patch
---

Highlight the correct error location when code has syntax errors
askoufis marked this conversation as resolved.
Show resolved Hide resolved
5 changes: 5 additions & 0 deletions .changeset/light-baboons-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'playroom': minor
---

Use smaller React pragmas to reduce the payload sent to iframes
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
},
"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",
Expand Down Expand Up @@ -91,6 +91,7 @@
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"memoize-one": "^6.0.0",
"mini-css-extract-plugin": "^2.7.2",
"parse-prop-types": "^0.3.0",
"polished": "^4.2.2",
Expand All @@ -105,7 +106,7 @@
"scope-eval": "^1.0.0",
"sucrase": "^3.34.0",
"typescript": ">=5.0.0",
"use-debounce": "^9.0.2",
"use-debounce": "^9.0.4",
"webpack": "^5.75.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
Expand Down
Loading