Skip to content

Commit

Permalink
Bump version to 1.5.0 and upgrade typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Sep 6, 2023
1 parent 1442c19 commit 57d168d
Show file tree
Hide file tree
Showing 2 changed files with 623 additions and 35 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/widgets",
"description": "Common react components for Hyperlane projects",
"version": "1.4.1",
"version": "1.5.0",
"author": "J M Rossy",
"peerDependencies": {
"@hyperlane-xyz/sdk": "^1.4",
Expand All @@ -10,7 +10,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@hyperlane-xyz/sdk": "1.4.1",
"@hyperlane-xyz/sdk": "1.5.0",
"@mdx-js/react": "^1.6.22",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-docs": "^6.5.15",
Expand All @@ -27,6 +27,7 @@
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"babel-loader": "^8.3.0",
Expand All @@ -38,7 +39,7 @@
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.4",
"ts-node": "^10.8.0",
"typescript": "^4.7.2"
"typescript": "^5.1.6"
},
"files": [
"/dist"
Expand Down
Loading

0 comments on commit 57d168d

Please sign in to comment.