Skip to content

Commit

Permalink
fix: upgrade preact from 10.0.0-beta.1 to 10.19.7
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.19.7.

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 Apr 9, 2024
1 parent 6c060b2 commit 2fb7ccb
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.19.7",
"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.19.7:
version "10.20.2"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.20.2.tgz#0b343299a8c020562311cc25db93b3d832ec5e71"
integrity sha512-S1d1ernz3KQ+Y2awUxKakpfOg2CEmJmwOP+6igPx6dgr6pgDvenqYviyokWso2rhHvGtTlWWnJDa7RaPbQerTg==

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

0 comments on commit 2fb7ccb

Please sign in to comment.