Skip to content

Commit

Permalink
Update nodejs-sdk to 1.69.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Nov 8, 2024
1 parent f47a1e6 commit a7a433a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cast-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "bun build src/index.tsx"
},
"dependencies": {
"@neynar/nodejs-sdk": "^1.28.0",
"@neynar/nodejs-sdk": "^1.69.1",
"dotenv": "^16.4.5",
"frog": "latest",
"hono": "^4"
Expand Down
2 changes: 1 addition & 1 deletion frames-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@neynar/nodejs-sdk": "^1.28.0"
"@neynar/nodejs-sdk": "^1.69.1"
}
}
2 changes: 1 addition & 1 deletion gm-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Neynar",
"license": "MIT",
"dependencies": {
"@neynar/nodejs-sdk": "^0.11.3",
"@neynar/nodejs-sdk": "^1.69.1",
"@types/node": "^20.9.0",
"chatgpt": "^5.2.5",
"dotenv": "^16.3.1",
Expand Down
2 changes: 1 addition & 1 deletion managed-signers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@farcaster/hub-nodejs": "^0.11.24",
"@neynar/nodejs-sdk": "^1.43.1",
"@neynar/nodejs-sdk": "^1.69.1",
"axios": "^1.7.6",
"next": "14.2.10",
"qrcode.react": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion wownar-react-native/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@neynar/nodejs-sdk": "^1.28.0",
"@neynar/nodejs-sdk": "^1.69.1",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"express": "^4.19.2"
Expand Down
2 changes: 1 addition & 1 deletion wownar-react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@neynar/nodejs-sdk": "^1.28.0",
"@neynar/nodejs-sdk": "^1.69.1",
"@neynar/react": "^0.9.1",
"@pigment-css/react": "^0.0.9",
"next": "14.2.10",
Expand Down
2 changes: 1 addition & 1 deletion wownar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@neynar/nodejs-sdk": "^1.28.0",
"@neynar/nodejs-sdk": "^1.69.1",
"next": "14.2.10",
"react": "^18",
"react-dom": "^18",
Expand Down

0 comments on commit a7a433a

Please sign in to comment.