Skip to content

Commit

Permalink
lock typescript and abitype version (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Jun 24, 2024
1 parent e23ab4d commit 35b4c67
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/react": "^18.0.9",
"@types/react-copy-to-clipboard": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"abitype": "^1.0.2",
"abitype": "1.0.2",
"autoprefixer": "^10.4.12",
"eslint": "^8.15.0",
"eslint-config-next": "^14.0.4",
Expand All @@ -53,7 +53,7 @@
"prettier": "^2.8.4",
"tailwindcss": "^3.4.3",
"type-fest": "^4.6.0",
"typescript": "^5.1.6",
"typescript": "5.1.6",
"vercel": "^32.4.1"
}
}
26 changes: 23 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2151,7 +2151,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.39.0
"@uniswap/sdk-core": ^4.0.1
"@uniswap/v2-sdk": ^3.0.1
abitype: ^1.0.2
abitype: 1.0.2
autoprefixer: ^10.4.12
blo: ^1.0.1
burner-connector: ^0.0.8
Expand All @@ -2172,7 +2172,7 @@ __metadata:
react-hot-toast: ^2.4.0
tailwindcss: ^3.4.3
type-fest: ^4.6.0
typescript: ^5.1.6
typescript: 5.1.6
use-debounce: ^8.0.4
usehooks-ts: ^2.13.0
vercel: ^32.4.1
Expand Down Expand Up @@ -3847,7 +3847,7 @@ __metadata:
languageName: node
linkType: hard

"abitype@npm:^1.0.2":
"abitype@npm:1.0.2":
version: 1.0.2
resolution: "abitype@npm:1.0.2"
peerDependencies:
Expand Down Expand Up @@ -13923,6 +13923,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.1.6":
version: 5.1.6
resolution: "typescript@npm:5.1.6"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: b2f2c35096035fe1f5facd1e38922ccb8558996331405eb00a5111cc948b2e733163cc22fab5db46992aba7dd520fff637f2c1df4996ff0e134e77d3249a7350
languageName: node
linkType: hard

"typescript@npm:^5.1.6":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
Expand All @@ -13943,6 +13953,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@5.1.6#~builtin<compat/typescript>":
version: 5.1.6
resolution: "typescript@patch:typescript@npm%3A5.1.6#~builtin<compat/typescript>::version=5.1.6&hash=a1c5e5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 21e88b0a0c0226f9cb9fd25b9626fb05b4c0f3fddac521844a13e1f30beb8f14e90bd409a9ac43c812c5946d714d6e0dee12d5d02dfc1c562c5aacfa1f49b606
languageName: node
linkType: hard

"typescript@patch:typescript@^5.1.6#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=a1c5e5"
Expand Down

0 comments on commit 35b4c67

Please sign in to comment.