Skip to content

Commit

Permalink
test: remove node poly
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Dec 13, 2023
1 parent f7b5ec5 commit a8994f2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 580 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "echo \"TODO: add tests\" && exit 0"
},
"dependencies": {
"@ardrive/turbo-sdk": "^1.1.0",
"@ardrive/turbo-sdk": "^1.1.1-alpha.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.1"
Expand All @@ -33,10 +33,8 @@
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"node-stdlib-browser": "^1.2.0",
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-plugin-node-stdlib-browser": "^0.2.1"
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import nodePolyfills from "vite-plugin-node-stdlib-browser";

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), nodePolyfills()],
plugins: [react()],
define: {
"import.meta.env.PACKAGE_VERSION": JSON.stringify(packageJson.version),
},
Expand Down
Loading

0 comments on commit a8994f2

Please sign in to comment.