Skip to content

Commit

Permalink
fix: upgrade preact from 10.0.0-beta.1 to 10.18.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade preact from 10.0.0-beta.1 to 10.18.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/thekashey/project/7e7b37e0-d686-43f8-8f45-afbd030dcf21?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Nov 15, 2023
1 parent a39e66d commit 1877e39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/preact-parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"w:build": "yarn clean && NODE_ENV=production webpack app/client.js -p"
},
"dependencies": {
"preact": "^10.0.0-beta.1",
"preact": "^10.18.1",
"react-focus-lock": "^1.19.1",
"use-sidecar": "^0.2.0"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/preact-parcel/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5405,10 +5405,10 @@ posthtml@^0.11.2, posthtml@^0.11.3:
posthtml-parser "^0.4.1"
posthtml-render "^1.1.5"

preact@^10.0.0-beta.1:
version "10.0.0-beta.1"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.0.0-beta.1.tgz#f7d524668db72ed74e99d447f09600fa4db0b186"
integrity sha512-1uhj3JXOEzEPUof5t/iQW5heEvTOpexwS0FLAjJQfgfT8OCXICyzI2TwkYyFJ+W9q9GsDmhZgFagH2G0akFveQ==
preact@^10.18.1:
version "10.19.2"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.19.2.tgz#841797620dba649aaac1f8be42d37c3202dcea8b"
integrity sha512-UA9DX/OJwv6YwP9Vn7Ti/vF80XL+YA5H2l7BpCtUr3ya8LWHFzpiO5R+N7dN16ujpIxhekRFuOOF82bXX7K/lg==

prelude-ls@~1.1.2:
version "1.1.2"
Expand Down

0 comments on commit 1877e39

Please sign in to comment.