Skip to content

Commit

Permalink
fix demo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abentkamp committed Jul 29, 2024
1 parent f32bb58 commit 2e81ce5
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 8 deletions.
166 changes: 160 additions & 6 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"vite-plugin-node-polyfills": "^0.22.0",
"@codingame/esbuild-import-meta-url-plugin": "https://gitpkg.vercel.app/abentkamp/monacotest2/esbuild-import-meta-url-plugin?ec9666e",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand All @@ -29,6 +28,8 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"typescript": "^5.2.2",
"vite": "^5.3.1"
"vite": "^5.3.1",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-static-copy": "^1.0.6"
}
}

0 comments on commit 2e81ce5

Please sign in to comment.