Skip to content

Commit

Permalink
Fix preact dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Aug 22, 2021
1 parent 45607f2 commit adec76b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"next-plugin-preact": "^3.0.4",
"preact": "^10.5.13",
"preact-render-to-string": "^5.1.18",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"react": "npm:@preact/compat@^17.0.2",
"react-dom": "npm:@preact/compat@^17.0.2",
"react-ssr-prepass": "npm:preact-ssr-prepass",
"swr": "^0.5.6"
},
Expand All @@ -53,6 +53,6 @@
"postcss-import": "^14.0.1",
"prettier": "^2.2.1",
"tailwindcss": "^2.2.7",
"typescript": "^4.2.3"
"typescript": "^4.3.5"
}
}

0 comments on commit adec76b

Please sign in to comment.