Skip to content

Commit

Permalink
Merge pull request #26 from argentlabs/fix/snjs-6.11
Browse files Browse the repository at this point in the history
fix: update snjs peer dependency version
  • Loading branch information
bluecco authored Sep 30, 2024
2 parents 1e7714c + bfa6d6a commit 0d3d488
Show file tree
Hide file tree
Showing 8 changed files with 4,309 additions and 3,520 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"@commitlint/config-conventional": "^19.1.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@semantic-release/git": "^10.0.1",
"@starknet-io/types-js": "^0.7.7",
"@types/minimalistic-assert": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@vitest/browser": "1.3.1",
Expand All @@ -65,7 +66,6 @@
"msw": "^2.3.0",
"prettier": "^3.2.5",
"semantic-release": "^23.0.6",
"starknet-types": "^0.7.2",
"vite": "^5.0.0",
"vite-plugin-dts": "^3.0.0",
"vitest": "1.3.1"
Expand All @@ -74,7 +74,7 @@
"minimalistic-assert": "^1.0.1"
},
"peerDependencies": {
"starknet": "6.9.0"
"starknet": "6.11.0"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
Expand Down
Loading

0 comments on commit 0d3d488

Please sign in to comment.