Skip to content

Commit

Permalink
fix: upgrade preact from 10.0.0-beta.1 to 10.24.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.24.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 Oct 18, 2024
1 parent 1ce25bc commit 5604867
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.24.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.24.1:
version "10.24.3"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.24.3.tgz#086386bd47071e3b45410ef20844c21e23828f64"
integrity sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA==

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

0 comments on commit 5604867

Please sign in to comment.