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 5, 2024
1 parent 987f881 commit b466d45
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 214 deletions.
4 changes: 2 additions & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"@polkadot/types": "^10.11.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@scio-labs/use-inkathon": "^0.7.0",
"@scio-labs/use-inkathon": "^0.8.0",
"@types/bn.js": "~5.1.5",
"@types/eslint": "^8.56.2",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.11.14",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"bn.js": "^5.2.1",
Expand Down
10 changes: 5 additions & 5 deletions contracts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ts-node": {
"esm": true,
"experimentalSpecifierResolution": "node",
"experimentalSpecifierResolution": "node"
},
"compilerOptions": {
"module": "esnext",
Expand All @@ -16,14 +16,14 @@
"composite": true,
"baseUrl": ".",
"paths": {
"@/*": ["./scripts/*"],
},
"@/*": ["./scripts/*"]
}
},
"exclude": ["node_modules", "dist", "target", "./*/target"],
"include": [
"./deployments/**/*.json",
"./deployments/**/*.ts",
"./scripts/**/*.ts",
"./typed-contracts/**/*.ts",
],
"./typed-contracts/**/*.ts"
]
}
14 changes: 7 additions & 7 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
"@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.7.0",
"@scio-labs/use-inkathon": "^0.8.1",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "^10.4.16",
"bn.js": "^5.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"geist": "^1.2.0",
"lucide-react": "^0.320.0",
"geist": "^1.2.2",
"lucide-react": "^0.321.0",
"next": "^14.0.4",
"postcss": "^8.4.33",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-hook-form": "^7.50.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"sharp": "^0.33.1",
Expand All @@ -61,8 +61,8 @@
"@types/downloadjs": "^1.4.5",
"@types/eslint": "^8.56.2",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.11.14",
"@types/react": "^18.2.49",
"@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",
Expand All @@ -71,7 +71,7 @@
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
Expand Down
10 changes: 5 additions & 5 deletions frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"incremental": true,
"plugins": [
{
"name": "next",
},
"name": "next"
}
],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
},
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules", ".next", "out"],
"exclude": ["node_modules", ".next", "out"]
}
Loading

0 comments on commit b466d45

Please sign in to comment.