Skip to content

Commit 57d8053

Browse files
committed
bump deps, so linking with chrome ext works
1 parent 0fdb24d commit 57d8053

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

bun.lockb

3.76 KB
Binary file not shown.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,26 @@
3939
"devDependencies": {
4040
"@types/react": "^18.3.3",
4141
"@types/react-dom": "^18.3.0",
42-
"@typescript-eslint/eslint-plugin": "^7.5.0",
43-
"@typescript-eslint/parser": "^7.5.0",
42+
"@typescript-eslint/eslint-plugin": "^7.16.1",
43+
"@typescript-eslint/parser": "^7.16.1",
4444
"autoprefixer": "^10.4.19",
4545
"eslint": "^8.57.0",
4646
"eslint-config-prettier": "^9.1.0",
47-
"eslint-plugin-react": "^7.33.2",
48-
"eslint-plugin-react-hooks": "^4.6.0",
49-
"postcss": "^8.4.38",
47+
"eslint-plugin-react": "^7.34.4",
48+
"eslint-plugin-react-hooks": "^4.6.2",
49+
"postcss": "^8.4.39",
5050
"postcss-prefix-selector": "^1.16.1",
51-
"prettier": "^3.2.5",
52-
"prettier-plugin-organize-imports": "^3.2.4",
53-
"prettier-plugin-tailwindcss": "^0.5.13",
51+
"prettier": "^3.3.3",
52+
"prettier-plugin-organize-imports": "^4.0.0",
53+
"prettier-plugin-tailwindcss": "^0.6.5",
5454
"tailwindcss": "^3.4.3",
55-
"tsup": "^8.1.0",
56-
"typescript": "^5.0.0"
55+
"tsup": "^8.2.0",
56+
"typescript": "^5.5.3"
5757
},
5858
"peerDependencies": {
5959
"@solana/wallet-adapter-react": "^0.15.0",
6060
"@solana/wallet-adapter-react-ui": "^0.9.0",
61-
"@solana/web3.js": "^1.91.0",
61+
"@solana/web3.js": "^1.95.1",
6262
"react": ">=18",
6363
"react-dom": ">=18"
6464
},

0 commit comments

Comments
 (0)