Skip to content

Commit

Permalink
fix state messing
Browse files Browse the repository at this point in the history
  • Loading branch information
rjnrohit committed Dec 14, 2023
1 parent c4044e1 commit 6492bbb
Show file tree
Hide file tree
Showing 10 changed files with 695 additions and 481 deletions.
20 changes: 10 additions & 10 deletions plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@remixproject/engine": "^0.3.38",
"@remixproject/plugin": "^0.3.38",
"@remixproject/plugin-webview": "^0.3.38",
"@starknet-react/chains": "^0.1.0",
"@starknet-react/core": "^2.1.1",
"@starknet-react/chains": "^0.1.3",
"@starknet-react/core": "^2.1.4",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
Expand All @@ -29,32 +29,32 @@
"nanoid": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"starknet": "5.19.0",
"react-icons": "^4.12.0",
"starknet": "5.19.5",
"starknet-abi-forms": "^0.1.5",
"vite-plugin-svgr": "^4.0.0",
"vite-plugin-svgr": "^4.2.0",
"web-vitals": "^2.1.4",
"yup": "^1.3.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@types/bn.js": "^5.1.5",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.66",
"@types/react": "^18.2.39",
"@types/node": "^16.18.68",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitejs/plugin-react": "^4.2.1",
"assemblyscript": "^0.27.22",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"typescript": "^4.9.5",
"vite": "^4.5.0",
"vite": "^4.5.1",
"vite-plugin-checker": "^0.6.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit 6492bbb

Please sign in to comment.