update packages

This commit is contained in:
Martti Malmi 2023-01-25 22:31:43 +02:00
parent e0e92285ed
commit 6855cc1f6e
2 changed files with 556 additions and 861 deletions

View File

@ -34,50 +34,48 @@
]
},
"devDependencies": {
"@types/jquery": "3.5.14",
"@types/lodash": "4.14.188",
"@types/react-helmet": "6.1.5",
"@types/jquery": "3.5.16",
"@types/lodash": "4.14.191",
"@types/react-helmet": "6.1.6",
"@types/webtorrent": "0.109.3",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"enzyme": "^3.11.0",
"enzyme-adapter-preact-pure": "^4.0.1",
"eslint": "^8.27.0",
"enzyme-adapter-preact-pure": "^4.1.0",
"eslint": "^8.32.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-simple-import-sort": "^9.0.0",
"gun": "^0.2020.1238",
"jest": "^29.3.1",
"jest": "^29.4.0",
"jest-preset-preact": "^4.0.5",
"preact-cli": "^3.4.1",
"prettier": "^2.7.1",
"preact-cli": "^3.4.5",
"prettier": "^2.8.3",
"sirv-cli": "2.0.2",
"webpack-build-notifier": "^2.3.0"
},
"dependencies": {
"@noble/hashes": "^0.5.7",
"@scure/bip32": "^1.1.1",
"@noble/hashes": "^1.1.5",
"@noble/secp256k1": "^1.7.1",
"@scure/bip32": "^1.1.3",
"@scure/bip39": "^1.1.0",
"@zxing/library": "^0.19.2",
"aether-torrent": "^0.3.0",
"bech32": "^2.0.0",
"bech32-buffer": "^0.2.1",
"browserify-cipher": ">=1",
"buffer": "^6.0.3",
"websocket-polyfill": "^0.0.3",
"@noble/secp256k1": "^1.7.0",
"@zxing/library": "^0.19.1",
"aether-torrent": "^0.3.0",
"alchemy-sdk": "^2.2.1",
"bech32-buffer": "^0.2.1",
"fuse.js": "^6.6.2",
"history": "5.3.0",
"htm": "^3.1.1",
"identicon.js": "^2.3.3",
"iris-lib": "^0.1.21",
"jquery": "^3.6.1",
"jquery": "^3.6.3",
"jsxstyle": "^2.5.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"preact": "^10.11.2",
"preact": "^10.11.3",
"preact-async-route": "2.2.1",
"preact-custom-element": "^4.2.1",
"preact-render-to-string": "^5.2.6",
@ -86,7 +84,12 @@
"react-helmet": "^6.1.0",
"react-string-replace": "^1.1.0",
"react-virtualized": "^9.22.3",
"styled-components": "^5.3.6"
"styled-components": "^5.3.6",
"websocket-polyfill": "^0.0.3",
"workbox-background-sync": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4"
},
"jest": {
"preset": "jest-preset-preact",

1368
yarn.lock

File diff suppressed because it is too large Load Diff