Skip to content

Commit

Permalink
Upgrade H5Web to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Sep 13, 2024
1 parent a114692 commit 752dd8c
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 118 deletions.
4 changes: 3 additions & 1 deletion app/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ import './index.css';

import { createRoot } from 'react-dom/client';
import App from './App';
import { assertNonNull } from '@h5web/app';
import { assertNonNull, enableBigIntSerialization } from '@h5web/app';

enableBigIntSerialization();

const rootElem = document.querySelector('#root');
assertNonNull(rootElem);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"pub": "pnpm dlx @vscode/vsce publish --no-dependencies"
},
"dependencies": {
"@h5web/app": "12.0.0",
"@h5web/h5wasm": "12.0.0",
"@h5web/app": "13.0.0",
"@h5web/h5wasm": "13.0.0",
"@react-hookz/web": "15.0.1",
"axios": "0.27.2",
"h5wasm-plugins": "0.0.3",
Expand Down
Loading

0 comments on commit 752dd8c

Please sign in to comment.