Skip to content

Commit

Permalink
Merge pull request #27 from argentlabs/develop
Browse files Browse the repository at this point in the history
Release 6.7.8
  • Loading branch information
bluecco authored Oct 3, 2024
2 parents 054a178 + e9ac685 commit 2f85193
Show file tree
Hide file tree
Showing 9 changed files with 605 additions and 724 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent/x-sessions",
"version": "6.7.5",
"version": "6.7.8",
"private": false,
"description": "Manage sessions for Argent X wallets",
"keywords": [
Expand Down 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,16 +66,15 @@
"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"
},
"dependencies": {
"minimalistic-assert": "^1.0.1",
"starknet": "6.9.0",
"starknet4": "npm:[email protected]",
"starknet5": "npm:[email protected].0"
"minimalistic-assert": "^1.0.1"
},
"peerDependencies": {
"starknet": "6.11.0"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
Expand Down
Loading

0 comments on commit 2f85193

Please sign in to comment.