Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wottpal committed Dec 19, 2023
1 parent 7bcf320 commit 8adb060
Show file tree
Hide file tree
Showing 3 changed files with 726 additions and 633 deletions.
22 changes: 11 additions & 11 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"lint:format": "prettier . --write"
},
"devDependencies": {
"@polkadot/api": "^10.11.1",
"@polkadot/api-contract": "^10.11.1",
"@polkadot/keyring": "^12.6.1",
"@polkadot/types": "^10.11.1",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"@polkadot/api": "^10.11.2",
"@polkadot/api-contract": "^10.11.2",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^10.11.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@scio-labs/use-inkathon": "^0.6.3",
"@types/eslint": "^8.44.8",
"@types/eslint": "^8.44.9",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"dotenv": "^16.3.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"tsx": "^4.6.2",
"typescript": "^5.3.3"
Expand Down
34 changes: 17 additions & 17 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"@azns/resolver-react": "^1.6.0",
"@hookform/resolvers": "^3.3.2",
"@inkathon/contracts": "workspace:*",
"@polkadot/api": "^10.11.1",
"@polkadot/api-contract": "^10.11.1",
"@polkadot/api": "^10.11.2",
"@polkadot/api-contract": "^10.11.2",
"@polkadot/extension-dapp": "^0.46.6",
"@polkadot/extension-inject": "^0.46.6",
"@polkadot/keyring": "^12.6.1",
"@polkadot/types": "^10.11.1",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^10.11.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",
Expand All @@ -38,15 +38,15 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"geist": "^1.2.0",
"lucide-react": "^0.294.0",
"lucide-react": "^0.298.0",
"next": "^14.0.4",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.0",
"react-hook-form": "^7.49.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"sharp": "^0.33.0",
"sharp": "^0.33.1",
"spinners-react": "^1.0.7",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
Expand All @@ -56,21 +56,21 @@
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/downloadjs": "^1.4.5",
"@types/eslint": "^8.44.8",
"@types/eslint": "^8.44.9",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.10.4",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.3.6",
"tailwindcss": "^3.3.7",
"typescript": "^5.3.3"
}
}
Loading

1 comment on commit 8adb060

@vercel
Copy link

@vercel vercel bot commented on 8adb060 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.