Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Sep 14, 2023
1 parent dd81bef commit f34171c
Show file tree
Hide file tree
Showing 2 changed files with 1,176 additions and 678 deletions.
44 changes: 22 additions & 22 deletions package.json
Expand Up @@ -37,14 +37,14 @@
"@ebay/nice-modal-react": "^1.2.10",
"@masa-finance/masa-contracts-identity": "^1.10.1",
"@masa-finance/masa-sdk": "^3.8.2",
"@metamask/providers": "^11.1.1",
"@rainbow-me/rainbowkit": "^1.0.10",
"@tanstack/query-sync-storage-persister": "^4.32.6",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-persist-client": "^4.28.0",
"@metamask/providers": "^11.1.2",
"@rainbow-me/rainbowkit": "^1.0.11",
"@tanstack/query-sync-storage-persister": "^4.35.3",
"@tanstack/react-query": "^4.35.3",
"@tanstack/react-query-persist-client": "^4.35.3",
"@wagmi/chains": "^1.8.0",
"@wagmi/core": "~0.10.17",
"@walletconnect/modal": "^2.6.1",
"@walletconnect/modal": "^2.6.2",
"ethers": "~5.7.2",
"rc-tooltip": "^6.0.1",
"react": "^18.2.0",
Expand All @@ -55,31 +55,31 @@
"react-use": "^17.4.0",
"reaptcha": "^1.12.1",
"rodal": "^2.0.0",
"viem": "^1.9.2",
"wagmi": "^1.3.11"
"viem": "^1.10.13",
"wagmi": "^1.4.1"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.9",
"@babel/core": "^7.22.17",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@size-limit/file": "^8.2.6",
"@size-limit/preset-big-lib": "^8.2.6",
"@size-limit/webpack": "^8.2.6",
"@size-limit/webpack-css": "^8.2.6",
"@size-limit/webpack-why": "^8.2.6",
"@storybook/addon-essentials": "^7.4.0",
"@storybook/addon-links": "^7.4.0",
"@storybook/addon-essentials": "^7.4.1",
"@storybook/addon-links": "^7.4.1",
"@storybook/addon-styling": "^1.3.7",
"@storybook/react": "^7.3.1",
"@storybook/react-webpack5": "^7.4.0",
"@tanstack/eslint-plugin-query": "^4.32.5",
"@tanstack/react-query-devtools": "^4.29.12",
"@storybook/react": "^7.4.1",
"@storybook/react-webpack5": "^7.4.1",
"@tanstack/eslint-plugin-query": "^4.34.1",
"@tanstack/react-query-devtools": "^4.35.3",
"@types/jest": "^29.5.3",
"@types/node": "^20.6.0",
"@types/react": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
Expand All @@ -89,7 +89,7 @@
"fork-ts-checker-webpack-plugin": "^8.0.0",
"https-browserify": "^1.0.0",
"husky": "^8.0.2",
"jest": "^29.6.3",
"jest": "^29.7.0",
"lint-staged": "^14.0.1",
"mini-css-extract-plugin": "^2.7.6",
"node-polyfill-webpack-plugin": "^2.0.1",
Expand All @@ -102,11 +102,11 @@
"storybook": "^7.4.1",
"ts-jest": "^29.1.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3",
"typedoc": "^0.25.1",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-remove-empty-scripts": "^1.0.3"
"webpack-remove-empty-scripts": "^1.0.4"
}
}

0 comments on commit f34171c

Please sign in to comment.