Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wottpal committed Jan 11, 2024
1 parent 8adb060 commit ee4c99b
Show file tree
Hide file tree
Showing 4 changed files with 494 additions and 494 deletions.
10 changes: 5 additions & 5 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@scio-labs/use-inkathon": "^0.6.3",
"@types/eslint": "^8.44.9",
"@types/eslint": "^8.56.2",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"tsx": "^4.6.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
}
}
28 changes: 14 additions & 14 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@azns/resolver-core": "^1.6.0",
"@azns/resolver-react": "^1.6.0",
"@hookform/resolvers": "^3.3.2",
"@hookform/resolvers": "^3.3.4",
"@inkathon/contracts": "workspace:*",
"@polkadot/api": "^10.11.2",
"@polkadot/api-contract": "^10.11.2",
Expand All @@ -36,41 +36,41 @@
"@vercel/analytics": "^1.1.1",
"autoprefixer": "^10.4.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"clsx": "^2.1.0",
"geist": "^1.2.0",
"lucide-react": "^0.298.0",
"lucide-react": "^0.309.0",
"next": "^14.0.4",
"postcss": "^8.4.32",
"postcss": "^8.4.33",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
"react-hook-form": "^7.49.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-icons": "^5.0.1",
"sharp": "^0.33.1",
"spinners-react": "^1.0.7",
"tailwind-merge": "^2.1.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"use-async-effect": "^2.2.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/downloadjs": "^1.4.5",
"@types/eslint": "^8.44.9",
"@types/eslint": "^8.56.2",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"concurrently": "^8.2.2",
"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.7",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"next": "^14.0.4",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.3.3",
"typesync": "^0.11.1"
"typesync": "^0.12.1"
}
}
Loading

1 comment on commit ee4c99b

@vercel
Copy link

@vercel vercel bot commented on ee4c99b Jan 11, 2024

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.