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 462ade0 commit c23d3f1
Show file tree
Hide file tree
Showing 4 changed files with 966 additions and 464 deletions.
28 changes: 14 additions & 14 deletions examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"preview": "vite preview"
},
"dependencies": {
"@polkadot/api": "^10.11.1",
"@polkadot/api-contract": "^10.11.1",
"@polkadot/util-crypto": "^12.6.1",
"@polkadot/api": "^10.11.2",
"@polkadot/api-contract": "^10.11.2",
"@polkadot/util-crypto": "^12.6.2",
"@scio-labs/use-inkathon": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"@types/react": "^18.2.53",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vite": "^5.0.2"
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vite": "^5.0.12"
}
}
22 changes: 11 additions & 11 deletions examples/scripts-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"type-check": "tsc --pretty --noEmit"
},
"dependencies": {
"@polkadot/api": "^10.11.1",
"@polkadot/api-contract": "^10.11.1",
"@polkadot/util-crypto": "^12.6.1",
"@polkadot/api": "^10.11.2",
"@polkadot/api-contract": "^10.11.2",
"@polkadot/util-crypto": "^12.6.2",
"@scio-labs/use-inkathon": "workspace:*"
},
"devDependencies": {
"@polkadot/types": "^10.11.1",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.1.0",
"tsx": "^4.5.0",
"typescript": "^5.3.2"
"@polkadot/types": "^10.11.2",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,21 @@
"react-dom": ">=18"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/node": "^20.11.16",
"@types/react": "^18.2.53",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"lint-staged": "^15.2.1",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.9.0",
"tsup": "^8.0.1",
"typedoc": "^0.25.3",
"typescript": "^5.3.2"
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit c23d3f1

Please sign in to comment.