Skip to content

Commit

Permalink
chore(turbo): bump turbo-sdk and remove polyfill
Browse files Browse the repository at this point in the history
The turbo-sdk pushed a fix that removes the need for special polyfills.
  • Loading branch information
dtfiedler committed Dec 14, 2023
1 parent ad38c27 commit 7883202
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 465 deletions.
1 change: 0 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'

yarnPath: .yarn/releases/yarn-berry.cjs
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "https://github.com/ardriveapp/price-calculator.git"
},
"dependencies": {
"@ardrive/turbo-sdk": "^1.1.0",
"@ardrive/turbo-sdk": "^1.1.1",
"ardrive-core-js": "1.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down Expand Up @@ -68,7 +68,6 @@
"tsc-files": "^1.1.4",
"typescript": "^4.9.5",
"vite": "^4.4.3",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.33.0"
Expand Down
Loading

0 comments on commit 7883202

Please sign in to comment.