Skip to content

Commit

Permalink
build: use caret dependencies (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jun 1, 2022
1 parent e332850 commit c1b391d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/chai-solana/package.json
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@project-serum/anchor": "^0.24.2",
"@saberhq/tsconfig": "workspace:*",
"@saberhq/tsconfig": "workspace:^",
"@solana/web3.js": "^1.43.4",
"bn.js": "^5.2.1",
"jsbi": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/option-utils/package.json
Expand Up @@ -36,7 +36,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@saberhq/tsconfig": "workspace:*",
"@saberhq/tsconfig": "workspace:^",
"typescript": "^4.7.2"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -2192,7 +2192,7 @@ __metadata:
"@saberhq/anchor-contrib": "workspace:^"
"@saberhq/solana-contrib": "workspace:^"
"@saberhq/token-utils": "workspace:^"
"@saberhq/tsconfig": "workspace:*"
"@saberhq/tsconfig": "workspace:^"
"@solana/web3.js": ^1.43.4
"@types/chai": ^4.3.1
"@types/chai-as-promised": ^7.1.5
Expand Down Expand Up @@ -2258,7 +2258,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@saberhq/option-utils@workspace:packages/option-utils"
dependencies:
"@saberhq/tsconfig": "workspace:*"
"@saberhq/tsconfig": "workspace:^"
tslib: ^2.4.0
typescript: ^4.7.2
languageName: unknown
Expand Down Expand Up @@ -2379,7 +2379,7 @@ __metadata:
languageName: unknown
linkType: soft

"@saberhq/tsconfig@workspace:*, @saberhq/tsconfig@workspace:^, @saberhq/tsconfig@workspace:packages/tsconfig":
"@saberhq/tsconfig@workspace:^, @saberhq/tsconfig@workspace:packages/tsconfig":
version: 0.0.0-use.local
resolution: "@saberhq/tsconfig@workspace:packages/tsconfig"
languageName: unknown
Expand Down

0 comments on commit c1b391d

Please sign in to comment.