Skip to content

Commit

Permalink
fix(jthegedus#169): Replace @sveltejs/kit/install-fetch with @sveltej…
Browse files Browse the repository at this point in the history
…s/kit/node/polyfills
  • Loading branch information
pham committed May 24, 2022
1 parent b09dd6b commit cc00699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"esbuild": "^0.14.39"
},
"peerDependencies": {
"@sveltejs/kit": "^1.0.0-next.330"
"@sveltejs/kit": "^1.0.0-next.343"
},
"devDependencies": {
"@sveltejs/kit": "^1.0.0-next.330",
"@sveltejs/kit": "^1.0.0-next.343",
"@types/express": "^4.17.13",
"@types/node": "^17.0.33",
"ava": "^3.15.0",
Expand Down
4 changes: 2 additions & 2 deletions src/files/shims.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import {installFetch} from '@sveltejs/kit/install-fetch';
import {installPolyfills} from '@sveltejs/kit/node/polyfills';

installFetch();
installPolyfills();

0 comments on commit cc00699

Please sign in to comment.