Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wottpal committed Feb 1, 2024
1 parent 9703ab3 commit 86eb7ca
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 281 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/types": "^10.11.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@scio-labs/use-inkathon": "^0.6.3",
"@scio-labs/use-inkathon": "^0.7.0",
"@types/bn.js": "~5.1.5",
"@types/eslint": "^8.56.2",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@types/node": "^20.11.14",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"bn.js": "^5.2.1",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"tsx": "^4.7.0",
Expand Down
10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"geist": "^1.2.0",
"lucide-react": "^0.309.0",
"lucide-react": "^0.320.0",
"next": "^14.0.4",
"postcss": "^8.4.33",
"react": "^18.2.0",
Expand All @@ -61,11 +61,11 @@
"@types/downloadjs": "^1.4.5",
"@types/eslint": "^8.56.2",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/node": "^20.11.14",
"@types/react": "^18.2.49",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.1",
"next": "^14.0.4",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.3.3",
Expand Down
Loading

0 comments on commit 86eb7ca

Please sign in to comment.