Skip to content

Commit

Permalink
Update preact
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBenc committed Jan 28, 2021
1 parent eaa0005 commit e96c2c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions app/frontend/walletApp.js
@@ -1,3 +1,4 @@
// import 'preact/debug' // uncomment to use preact dev tools
import {h, render} from 'preact'
import {Provider as UnistoreStoreProvider} from './libs/unistore/preact'
import {StoreProvider as HooksStoreProvider} from './libs/preact-hooks-unistore'
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Expand Up @@ -35,7 +35,7 @@
"borc": "^2.1.0",
"cardano-crypto.js": "^6.0.0",
"platform": "^1.3.6",
"preact": "^10.1.0",
"preact": "^10.5.11",
"trezor-connect": "^8.1.12",
"webpack": "^4.1.1",
"webpack-cli": "^3.3.11",
Expand Down
8 changes: 4 additions & 4 deletions app/yarn.lock
Expand Up @@ -2710,10 +2710,10 @@ posix-character-classes@^0.1.0:
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=

preact@^10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.1.0.tgz#e90771c3fec23926bbd32ff4e9e62e4d79845f8b"
integrity sha512-TKPqDMstuxDkZydQ05vrLHSxpo+tG2jtyQXxp5HEGhr17Qgo3KQnD5Dq4xzX0+YFQJCETy4pnyPqLA/sgtpp/w==
preact@^10.5.11:
version "10.5.11"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.5.11.tgz#2c8a431f16613e442901068175771806cf1cc0f6"
integrity sha512-BdtFePVilR1430kDuzh3VkkZktCmp8RTqHOjG8qesyGZXHNYJjdrjEBuc2f7O/vthhVENxJd0/aTjWtYeH46aw==

prettier@^1.13.7:
version "1.13.7"
Expand Down

0 comments on commit e96c2c1

Please sign in to comment.