Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wottpal committed Jun 18, 2024
1 parent d8bf303 commit 9a90510
Show file tree
Hide file tree
Showing 4 changed files with 6,100 additions and 5,032 deletions.
14 changes: 7 additions & 7 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": "^11.0.2",
"@polkadot/api-contract": "^11.0.2",
"@polkadot/api": "^11.3.1",
"@polkadot/api-contract": "^11.3.1",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^11.0.2",
"@polkadot/types": "^11.3.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@scio-labs/use-inkathon": "^0.10.0",
"@types/bn.js": "~5.1.5",
"@types/eslint": "^8.56.10",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@types/node": "^20.14.5",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"bn.js": "^5.2.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"tsx": "^4.8.2",
"tsx": "^4.15.6",
"typescript": "^5.4.5"
}
}
44 changes: 22 additions & 22 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,61 +19,61 @@
"@727-ventures/typechain-types": "^1.1.2",
"@azns/resolver-core": "^1.6.0",
"@azns/resolver-react": "^1.6.0",
"@hookform/resolvers": "^3.3.4",
"@hookform/resolvers": "^3.6.0",
"@inkathon/contracts": "workspace:*",
"@polkadot/api": "^11.0.2",
"@polkadot/api-contract": "^11.0.2",
"@polkadot/extension-dapp": "^0.47.3",
"@polkadot/extension-inject": "^0.47.3",
"@polkadot/api": "^11.3.1",
"@polkadot/api-contract": "^11.3.1",
"@polkadot/extension-dapp": "^0.47.5",
"@polkadot/extension-inject": "^0.47.5",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^11.0.2",
"@polkadot/types": "^11.3.1",
"@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.10.0",
"@vercel/analytics": "^1.2.2",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "^10.4.19",
"bn.js": "^5.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"geist": "^1.3.0",
"lucide-react": "^0.376.0",
"next": "^14.2.3",
"lucide-react": "^0.395.0",
"next": "^14.2.4",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.3",
"react-hook-form": "^7.52.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.0",
"sharp": "^0.33.3",
"react-icons": "^5.2.1",
"sharp": "^0.33.4",
"spinners-react": "^1.0.7",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"use-async-effect": "^2.2.7",
"zod": "^3.23.5"
"zod": "^3.23.8"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/bn.js": "~5.1.5",
"@types/downloadjs": "^1.4.5",
"@types/eslint": "^8.56.10",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/node": "^20.14.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"eslint-plugin-react": "^7.34.2",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"lint-staged": "^15.2.2",
"next": "^14.2.3",
"@changesets/cli": "^2.27.5",
"lint-staged": "^15.2.7",
"next": "^14.2.4",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
"typesync": "^0.12.1"
Expand Down
Loading

0 comments on commit 9a90510

Please sign in to comment.