Skip to content

Commit

Permalink
Use smaller React pragmas to minimise the amount of data passed betwe…
Browse files Browse the repository at this point in the history
…en iframes (#304)
  • Loading branch information
mrm007 committed Nov 23, 2023
1 parent c4b639c commit 1c8ae6b
Show file tree
Hide file tree
Showing 13 changed files with 680 additions and 784 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-suns-smash.md
@@ -0,0 +1,5 @@
---
'playroom': patch
---

Highlight the correct error location when code has syntax errors
5 changes: 5 additions & 0 deletions .changeset/light-baboons-glow.md
@@ -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
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

0 comments on commit 1c8ae6b

Please sign in to comment.