Skip to content

Commit

Permalink
Merge branch 'main' into connect-wallet-address
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Jul 8, 2024
2 parents 257c88d + 880eaf0 commit 83d9095
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 337 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"@types/react-router-dom": "^5.3.3",
"@types/webextension-polyfill": "^0.10.7",
"@types/zip-webpack-plugin": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"autoprefixer": "^10.4.19",
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^8.2.2",
Expand All @@ -71,9 +71,9 @@
"eslint": "^8.57.0",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-webpack-plugin": "^4.0.1",
"html-webpack-plugin": "^5.6.0",
Expand All @@ -92,19 +92,19 @@
"ts-jest": "^29.1.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsx": "^4.15.6",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"webpack": "^5.92.0",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-ext-reloader-mv3": "^2.1.1",
"webpack-extension-manifest-plugin": "^0.8.0",
"zip-webpack-plugin": "^4.0.1"
},
"engines": {
"pnpm": "^9.4.0",
"pnpm": "^9.5.0",
"npm": "pnpm",
"yarn": "pnpm",
"node": "20.15.0"
},
"packageManager": "pnpm@9.4.0"
"packageManager": "pnpm@9.5.0"
}
Loading

0 comments on commit 83d9095

Please sign in to comment.