Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
TheTrunk committed Jul 25, 2024
1 parent 2ab5db3 commit 3009adb
Show file tree
Hide file tree
Showing 3 changed files with 351 additions and 362 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ssp-wallet",
"description": "Secure. Simple. Powerful.",
"private": true,
"version": "1.6.0",
"version": "1.6.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -21,7 +21,7 @@
"@runonflux/utxo-lib": "~1.0.0",
"@scure/bip32": "~1.4.0",
"@scure/bip39": "~1.3.0",
"antd": "~5.19.1",
"antd": "~5.19.3",
"assert": "~2.1.0",
"axios": "~1.7.2",
"bchaddrjs": "~0.5.2",
Expand All @@ -30,7 +30,7 @@
"crypto-browserify": "~3.12.0",
"currency-symbol-map": "~5.1.0",
"events": "~3.3.0",
"i18next": "~23.11.5",
"i18next": "~23.12.2",
"localforage": "~1.10.0",
"lru-cache": "~11.0.0",
"patch-package": "~8.0.0",
Expand All @@ -41,7 +41,7 @@
"react-dom": "~18.3.1",
"react-i18next": "~14.1.2",
"react-redux": "~9.1.2",
"react-router-dom": "~6.24.1",
"react-router-dom": "~6.25.1",
"react-secure-storage": "~1.3.2",
"socket.io-client": "~4.7.5",
"stream-browserify": "~3.0.0",
Expand All @@ -50,23 +50,23 @@
},
"devDependencies": {
"@types/bchaddrjs": "~0.4.3",
"@types/chrome": "~0.0.268",
"@types/node": "~20.14.10",
"@types/chrome": "~0.0.269",
"@types/node": "~20.14.12",
"@types/react": "~18.3.3",
"@types/react-dom": "~18.3.0",
"@types/react-redux": "~7.1.33",
"@types/react-router-dom": "~5.3.3",
"@typescript-eslint/eslint-plugin": "~7.16.0",
"@typescript-eslint/parser": "~7.16.0",
"@typescript-eslint/eslint-plugin": "~7.17.0",
"@typescript-eslint/parser": "~7.17.0",
"@vitejs/plugin-react-swc": "~3.7.0",
"eslint": "~8.57.0",
"eslint-plugin-react": "~7.34.3",
"eslint-plugin-react": "~7.35.0",
"eslint-plugin-react-hooks": "~4.6.2",
"eslint-plugin-react-refresh": "~0.4.8",
"prettier": "~3.3.2",
"eslint-plugin-react-refresh": "~0.4.9",
"prettier": "~3.3.3",
"tsx": "~4.16.2",
"typescript": "~5.5.3",
"vite": "~5.3.3"
"typescript": "~5.5.4",
"vite": "~5.3.4"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.0",
"version": "1.6.1",
"manifest_version": 3,
"name": "SSP Wallet",
"short_name": "SSP",
Expand Down
Loading

0 comments on commit 3009adb

Please sign in to comment.