Skip to content

Commit

Permalink
Merge pull request #28 from prxgr4mm3r/dev
Browse files Browse the repository at this point in the history
fix pnpm-lock and tests
  • Loading branch information
varex83 committed Aug 6, 2024
2 parents 1af098e + 37cf5e5 commit 2c58aa6
Show file tree
Hide file tree
Showing 6 changed files with 10,617 additions and 11,123 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
registry=https://registry.npmjs.org/
always-auth=true
git-checks=false
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,22 +165,22 @@
"url-loader": "^4.1.1",
"vitest": "^0.34.0",
"yalc": "1.0.0-pre.53",
"yup": "^1.2.0"
"yup": "^1.2.0",
"react-select": "^5.8.0",
"starknet": "^6.11.0"
},
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
},
"resolutions": {
"glob-parent": ">=5.1.2",
"parse-url": ">=8.1.0",
"semver": ">=7.5.2",
"trim": ">=0.0.3",
"trim-newlines": ">=3.0.1",
"yaml": ">=2.2.2"
},
"dependencies": {
"react-select": "^5.8.0",
"starknet": "^6.11.0"
"pnpm": {
"overrides": {
"glob-parent": ">=5.1.2",
"parse-url": ">=8.1.0",
"semver": ">=7.5.2",
"trim": ">=0.0.3",
"trim-newlines": ">=3.0.1",
"yaml": ">=2.2.2"
}
}
}
Loading

0 comments on commit 2c58aa6

Please sign in to comment.