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 11, 2023
1 parent 6fb15f7 commit 257a900
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 371 deletions.
10 changes: 5 additions & 5 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"@polkadot/types": "^10.11.1",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"@scio-labs/use-inkathon": "^0.6.1",
"@scio-labs/use-inkathon": "^0.6.2",
"@types/eslint": "^8.44.8",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"dotenv": "^16.3.1",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"tsx": "^4.6.2",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
24 changes: 12 additions & 12 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"@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.6.1",
"@scio-labs/use-inkathon": "^0.6.2",
"autoprefixer": "^10.4.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"geist": "^1.2.0",
"lucide-react": "^0.294.0",
"next": "^14.0.3",
"next": "^14.0.4",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-hook-form": "^7.49.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"sharp": "^0.33.0",
Expand All @@ -57,19 +57,19 @@
"@types/downloadjs": "^1.4.5",
"@types/eslint": "^8.44.8",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.10.3",
"@types/react": "^18.2.41",
"@types/node": "^20.10.4",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.3",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2"
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3"
}
}
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.0",
"next": "^14.0.3",
"next": "^14.0.4",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"typesync": "^0.11.1"
}
}
Loading

1 comment on commit 257a900

@vercel
Copy link

@vercel vercel bot commented on 257a900 Dec 11, 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.