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 4, 2024
1 parent 052eb14 commit b9fb0cd
Show file tree
Hide file tree
Showing 5 changed files with 3,044 additions and 2,771 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20
v22
32 changes: 16 additions & 16 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.3.1",
"@polkadot/api-contract": "^11.3.1",
"@polkadot/keyring": "^12.6.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",
"@polkadot/api": "12",
"@polkadot/api-contract": "12",
"@polkadot/keyring": "12",
"@polkadot/types": "12",
"@polkadot/util": "12",
"@polkadot/util-crypto": "12",
"@scio-labs/use-inkathon": "^0.11.1",
"@types/bn.js": "~5.1.6",
"@types/eslint": "^8.56.12",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.14.5",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"bn.js": "^5.2.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"tsx": "^4.15.6",
"typescript": "^5.4.5"
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}
86 changes: 43 additions & 43 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,63 +17,63 @@
},
"dependencies": {
"@727-ventures/typechain-types": "^1.1.2",
"@azns/resolver-core": "^1.6.0",
"@azns/resolver-react": "^1.6.0",
"@hookform/resolvers": "^3.6.0",
"@azns/resolver-core": "^1.7.0",
"@azns/resolver-react": "^1.7.0",
"@hookform/resolvers": "^3.9.1",
"@inkathon/contracts": "workspace:*",
"@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.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.3.1",
"autoprefixer": "^10.4.19",
"@polkadot/api": "12",
"@polkadot/api-contract": "12",
"@polkadot/extension-dapp": "^0.57.1",
"@polkadot/extension-inject": "^0.57.1",
"@polkadot/keyring": "12",
"@polkadot/types": "12",
"@polkadot/util": "12",
"@polkadot/util-crypto": "12",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@scio-labs/use-inkathon": "^0.11.1",
"@vercel/analytics": "^1.4.1",
"autoprefixer": "^10.4.20",
"bn.js": "^5.2.1",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"geist": "^1.3.0",
"lucide-react": "^0.395.0",
"next": "^14.2.4",
"postcss": "^8.4.38",
"geist": "^1.3.1",
"lucide-react": "^0.465.0",
"next": "^14.2.19",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.0",
"react-hook-form": "^7.53.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"sharp": "^0.33.4",
"spinners-react": "^1.0.7",
"tailwind-merge": "^2.3.0",
"react-icons": "^5.4.0",
"sharp": "^0.33.5",
"spinners-react": "^1.0.10",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"use-async-effect": "^2.2.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/bn.js": "~5.1.5",
"@types/bn.js": "~5.1.6",
"@types/downloadjs": "^1.4.5",
"@types/eslint": "^8.56.10",
"@types/eslint": "^8.56.12",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.14.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.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.4",
"@types/node": "^22.10.1",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"concurrently": "^9.1.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.19",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.2",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
"eslint-plugin-react": "^7.37.2",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
}
}
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
"contracts"
],
"engines": {
"node": ">=18 <=20",
"node": ">=18 <=22",
"pnpm": ">=8"
},
"packageManager": "[email protected]",
"scripts": {
"dev": "pnpm run -F frontend dev",
"build": "pnpm run -F frontend build",
Expand All @@ -27,11 +28,11 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"lint-staged": "^15.2.7",
"next": "^14.2.4",
"@changesets/cli": "^2.27.10",
"lint-staged": "^15.2.10",
"next": "^14.2.19",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
"typesync": "^0.12.1"
"typescript": "^5.7.2",
"typesync": "^0.14.0"
}
}
Loading

0 comments on commit b9fb0cd

Please sign in to comment.