Skip to content

Commit

Permalink
chore: Update dependencies (i.e. use-inkathon with nightly-connect su…
Browse files Browse the repository at this point in the history
…pport)
  • Loading branch information
wottpal committed Nov 4, 2023
1 parent 57a95d8 commit 64adba1
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 254 deletions.
5 changes: 5 additions & 0 deletions .changeset/wild-dingos-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@inkathon/frontend': minor
---

Add Nightly Connect support for Aleph Zero, Aleph Zero Testnet, and Local Node. Checkout: https://connect.nightly.app/.
12 changes: 6 additions & 6 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@inkathon/contracts",
"type": "module",
"private": true,
"version": "0.3.0",
"version": "0.2.1",
"scripts": {
"postinstall": "bash postinstall.sh",
"test": "bash test-all.sh",
Expand All @@ -26,12 +26,12 @@
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@scio-labs/use-inkathon": "^0.3.0",
"@types/node": "^18.18.7",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@scio-labs/use-inkathon": "^0.4.0",
"@types/node": "^18.18.8",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"dotenv": "^16.3.1",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
Expand Down
12 changes: 10 additions & 2 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@
* @type {import('next').NextConfig}
**/
let nextConfig = {
// Fix for warnings about cjs/esm package duplication
// See: https://github.com/polkadot-js/api/issues/5636
transpilePackages: [
// Fix for warnings about cjs/esm package duplication
// See: https://github.com/polkadot-js/api/issues/5636
'**@polkadot/**',
'@polkadot/api',
'@polkadot/api-contract',
'@polkadot/extension-dapp',
'@polkadot/extension-inject',
'@polkadot/keyring',
'@polkadot/types',
'@polkadot/util',
'@polkadot/util-crypto',
],
}

Expand Down
16 changes: 8 additions & 8 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inkathon/frontend",
"private": true,
"version": "0.3.0",
"version": "0.2.1",
"babelMacros": {
"twin": {
"preset": "emotion"
Expand Down Expand Up @@ -37,10 +37,10 @@
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@scio-labs/use-inkathon": "^0.3.0",
"@scio-labs/use-inkathon": "^0.4.1",
"framer-motion": "^10.16.4",
"next": "^13.5.6",
"next-seo": "^6.1.0",
"next-seo": "^6.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
Expand All @@ -57,15 +57,15 @@
"@emotion/babel-plugin": "^11.11.0",
"@testing-library/react": "^14.0.0",
"@types/downloadjs": "^1.4.5",
"@types/node": "^18.18.7",
"@types/react": "^18.2.33",
"@types/node": "^18.18.8",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"babel-loader": "^9.1.3",
"babel-plugin-macros": "^3.1.0",
"concurrently": "^8.2.2",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.33.2",
Expand Down
Loading

0 comments on commit 64adba1

Please sign in to comment.