Skip to content

Commit 018e676

Browse files
Custom blocks example typing improvements (#202)
* improve typings * add tests for types --------- Co-authored-by: Matthew Lipski <[email protected]>
1 parent 666ab84 commit 018e676

File tree

12 files changed

+174
-252
lines changed

12 files changed

+174
-252
lines changed

examples/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vitejs/plugin-react": "^3.1.0",
2121
"eslint": "^8.10.0",
2222
"eslint-config-react-app": "^7.0.0",
23-
"typescript": "^4.5.4",
23+
"typescript": "^5.0.4",
2424
"vite": "^4.1.2",
2525
"vite-plugin-eslint": "^1.8.1"
2626
},

examples/vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"eslint": "^8.10.0",
1616
"eslint-config-react-app": "^7.0.0",
17-
"typescript": "^4.5.4",
17+
"typescript": "^5.0.4",
1818
"vite": "^4.1.2",
1919
"vite-plugin-eslint": "^1.8.1"
2020
},

0 commit comments

Comments
 (0)