Skip to content

Commit 21271f9

Browse files
committed
Merge remote-tracking branch 'origin/bohdan/update-pnpm-lock' into bohdan/update-pnpm-lock
# Conflicts: # package.json
2 parents cb8fc23 + dbf2119 commit 21271f9

File tree

3 files changed

+219
-213
lines changed

3 files changed

+219
-213
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

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"engines": {
9191
"node": ">=14.0.0"
9292
},
93-
"dependencies": {
93+
"devDependencies": {
9494
"@babel/core": "7.22.10",
9595
"@babel/preset-env": "7.22.10",
9696
"@babel/preset-react": "7.22.5",
@@ -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)