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 13, 2024
1 parent 93859d8 commit e3b2839
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 348 deletions.
12 changes: 6 additions & 6 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
"@polkadot/types": "^10.11.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@scio-labs/use-inkathon": "^0.8.0",
"@scio-labs/use-inkathon": "^0.8.1",
"@types/bn.js": "~5.1.5",
"@types/eslint": "^8.56.2",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"bn.js": "^5.2.1",
"dotenv": "^16.4.1",
"dotenv": "^16.4.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
}
}
18 changes: 9 additions & 9 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@scio-labs/use-inkathon": "^0.8.1",
"@vercel/analytics": "^1.1.1",
"@vercel/analytics": "^1.1.3",
"autoprefixer": "^10.4.16",
"bn.js": "^5.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"geist": "^1.2.2",
"lucide-react": "^0.321.0",
"lucide-react": "^0.330.0",
"next": "^14.0.4",
"postcss": "^8.4.33",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.0",
"react-hook-form": "^7.50.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"sharp": "^0.33.1",
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.16",
"@types/react": "^18.2.53",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"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.1",
"lint-staged": "^15.2.2",
"next": "^14.0.4",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.3.3",
Expand Down
Loading

0 comments on commit e3b2839

Please sign in to comment.