Skip to content

Commit 7b0fc61

Browse files
authored
Merge pull request #32 from NethermindEth/bohdan/update-pnpm-lock
fix: problem with dependencies
2 parents 3ed129a + 21271f9 commit 7b0fc61

File tree

4 files changed

+10773
-8924
lines changed

4 files changed

+10773
-8924
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919
- uses: pnpm/action-setup@v2
2020
with:
21-
version: 8
21+
version: 9.0.6
2222

2323
- name: Set up Node
2424
uses: actions/setup-node@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030
- uses: pnpm/action-setup@v2
3131
with:
32-
version: 8
32+
version: 9.0.6
3333
- name: Set up Node
3434
uses: actions/setup-node@v3
3535
with:

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "starknet-abi-forms",
33
"description": "A Starknet ABI Form Parser, with type Validations for Starknet Contracts and making integration faster with Starknet.",
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"author": "Prince Anuragi <prince.anuragi@nethermind.io>",
66
"license": "MIT",
77
"keywords": [
@@ -165,22 +165,22 @@
165165
"url-loader": "^4.1.1",
166166
"vitest": "^0.34.0",
167167
"yalc": "1.0.0-pre.53",
168-
"yup": "^1.2.0",
169-
"react-select": "^5.8.0",
170-
"starknet": "^6.11.0"
168+
"yup": "^1.2.0"
171169
},
172170
"peerDependencies": {
173171
"react": ">=17",
174172
"react-dom": ">=17"
175173
},
176-
"pnpm": {
177-
"overrides": {
178-
"glob-parent": ">=5.1.2",
179-
"parse-url": ">=8.1.0",
180-
"semver": ">=7.5.2",
181-
"trim": ">=0.0.3",
182-
"trim-newlines": ">=3.0.1",
183-
"yaml": ">=2.2.2"
184-
}
174+
"resolutions": {
175+
"glob-parent": ">=5.1.2",
176+
"parse-url": ">=8.1.0",
177+
"semver": ">=7.5.2",
178+
"trim": ">=0.0.3",
179+
"trim-newlines": ">=3.0.1",
180+
"yaml": ">=2.2.2"
181+
},
182+
"dependencies": {
183+
"react-select": "^5.8.0",
184+
"starknet": "^6.11.0"
185185
}
186186
}

0 commit comments

Comments
 (0)