Skip to content

Commit

Permalink
Use new H5WasmLocalFileProvider to load local files
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Apr 19, 2024
1 parent fd623d1 commit 43c0d96
Show file tree
Hide file tree
Showing 13 changed files with 5,202 additions and 4,010 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install pnpm ⚙️
uses: pnpm/action-setup@v2
with:
version: 8.x
version: 9.x

- name: Restore cache 📌
uses: actions/cache@v3
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"engines": {
"node": "20.x",
"pnpm": "8.x"
"pnpm": "9.x"
},
"type": "module",
"scripts": {
Expand All @@ -25,8 +25,8 @@
"analyze": "npx source-map-explorer 'build/static/js/*.js'"
},
"dependencies": {
"@h5web/app": "11.1.1",
"@h5web/h5wasm": "11.1.1",
"@h5web/app": "11.2.0",
"@h5web/h5wasm": "11.2.0",
"@react-hookz/web": "15.1.0",
"h5wasm-plugins": "0.0.3",
"immer": "9.0.15",
Expand All @@ -45,15 +45,15 @@
"@types/node": "^20.10.5",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "2.1.0",
"@vitejs/plugin-react": "4.2.1",
"babel-preset-react-app": "10.0.1",
"eslint": "8.56.0",
"eslint-config-galex": "4.5.2",
"npm-run-all": "4.1.5",
"prettier": "3.1.1",
"typescript": "5.0.4",
"vite": "3.1.1",
"vite-plugin-checker": "0.6.2",
"vite": "5.1.6",
"vite-plugin-checker": "0.6.4",
"vite-plugin-eslint": "1.8.1"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 43c0d96

Please sign in to comment.