Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wottpal committed May 1, 2024
1 parent 3cf6d2d commit 79b98de
Show file tree
Hide file tree
Showing 4 changed files with 1,058 additions and 709 deletions.
18 changes: 9 additions & 9 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@
},
"devDependencies": {
"@727-ventures/typechain-types": "^1.1.2",
"@polkadot/api": "^10.12.6",
"@polkadot/api-contract": "^10.12.6",
"@polkadot/api": "^11.0.2",
"@polkadot/api-contract": "^11.0.2",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^10.12.6",
"@polkadot/types": "^11.0.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@scio-labs/use-inkathon": "^0.9.0",
"@scio-labs/use-inkathon": "^0.10.0",
"@types/bn.js": "~5.1.5",
"@types/eslint": "^8.56.7",
"@types/eslint": "^8.56.10",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"bn.js": "^5.2.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"tsx": "^4.7.2",
"typescript": "^5.4.4"
"tsx": "^4.8.2",
"typescript": "^5.4.5"
}
}
46 changes: 23 additions & 23 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,59 +21,59 @@
"@azns/resolver-react": "^1.6.0",
"@hookform/resolvers": "^3.3.4",
"@inkathon/contracts": "workspace:*",
"@polkadot/api": "^10.12.6",
"@polkadot/api-contract": "^10.12.6",
"@polkadot/extension-dapp": "^0.46.9",
"@polkadot/extension-inject": "^0.46.9",
"@polkadot/api": "^11.0.2",
"@polkadot/api-contract": "^11.0.2",
"@polkadot/extension-dapp": "^0.47.3",
"@polkadot/extension-inject": "^0.47.3",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^10.12.6",
"@polkadot/types": "^11.0.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@scio-labs/use-inkathon": "^0.9.0",
"@scio-labs/use-inkathon": "^0.10.0",
"@vercel/analytics": "^1.2.2",
"autoprefixer": "^10.4.19",
"bn.js": "^5.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"geist": "^1.3.0",
"lucide-react": "^0.367.0",
"next": "^14.1.4",
"lucide-react": "^0.376.0",
"next": "^14.2.3",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-icons": "^5.2.0",
"sharp": "^0.33.3",
"spinners-react": "^1.0.7",
"tailwind-merge": "^2.2.2",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"use-async-effect": "^2.2.7",
"zod": "^3.22.4"
"zod": "^3.23.5"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/bn.js": "~5.1.5",
"@types/downloadjs": "^1.4.5",
"@types/eslint": "^8.56.7",
"@types/eslint": "^8.56.10",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.12.7",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"lint-staged": "^15.2.2",
"next": "^14.1.4",
"next": "^14.2.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"typesync": "^0.12.1"
}
}
Loading

0 comments on commit 79b98de

Please sign in to comment.