Skip to content

Commit

Permalink
Merge pull request #5 from silx-kit/up-h5web
Browse files Browse the repository at this point in the history
Use new `H5WasmLocalFileProvider` to load local files
  • Loading branch information
axelboc authored Apr 19, 2024
2 parents fd623d1 + c5405eb commit 681e72a
Show file tree
Hide file tree
Showing 14 changed files with 5,209 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
6 changes: 6 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Enforce Node and pnpm versions as specified in `package.json`
engine-strict=true

# Don't check exact pnpm version in `packageManager` field (required by Netlify)
package-manager-strict=false

# Save exact dependency versions in `package.json`
save-prefix=""

Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
},
"engines": {
"node": "20.x",
"pnpm": "8.x"
"pnpm": "9.x"
},
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"start": "vite",
Expand All @@ -25,8 +26,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 +46,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 681e72a

Please sign in to comment.