FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix React Server Components CVE vulnerabilities by vercel[bot] · Pull Request #549 · framesjs/frames.js · GitHub

Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .json  (12) All 1 file type selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion docs/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"frames.js": "0.22.0",
"lucide-react": "^0.372.0",
"next": "14.1.4",
"next": "14.2.35",
"react": "^18.2.0",
"react-dom": "18.2.0",
"vocs": "1.0.0-alpha.46"
Expand Down
2 changes: 1 addition & 1 deletion package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"repository": "framesjs/frames.js",
"engines": {
"node": ">=18"
"node": ">=18 <=22"
},
"packageManager": "yarn@1.22.19",
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/create-frames/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bin": "bin.js",
"license": "MIT",
"engines": {
"node": ">=18.17.0"
"node": ">=18.17.0 <=22"
},
"engineStrict": true,
"dependencies": {
Expand All @@ -19,4 +19,4 @@
"@types/yargs": "^17.0.32"
},
"repository": "framesjs/frames.js"
}
}
6 changes: 3 additions & 3 deletions packages/debugger/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@farcaster/frame-sdk": "^0.0.26",
"@xmtp/xmtp-js": "^12.0.0",
"is-port-reachable": "^4.0.0",
"next": "14.1.4",
"next": "14.2.35",
"open": "^10.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.24.1",
"yargs": "^17.7.2"
},
"engines": {
"node": ">=18.17.0"
"node": ">=18.17.0 <=22"
},
"optionalDependencies": {
"better-sqlite3": "^11.7.0"
Expand Down Expand Up @@ -100,4 +100,4 @@
"root": true,
"extends": "next"
}
}
}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"engines": {
"node": ">=18.17.0"
"node": ">=18.17.0 <=22"
},
"scripts": {
"dev": "node ./scripts/dev-script.js",
Expand Down
2 changes: 1 addition & 1 deletion templates/cloudflare-worker/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"engines": {
"node": ">=18.17.0"
"node": ">=18.17.0 <=22"
},
"scripts": {
"dev": "node ./scripts/dev-script.js",
Expand Down
2 changes: 1 addition & 1 deletion templates/express/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"vite-tsconfig-paths": "^4.2.1"
},
"engines": {
"node": ">=18.17.0"
"node": ">=18.17.0 <=22"
},
"scripts": {
"dev": "node ./scripts/dev-script.js",
Expand Down
2 changes: 1 addition & 1 deletion templates/hono/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"vite-tsconfig-paths": "^4.2.1"
},
"engines": {
"node": ">=18.17.0"
"node": ">=18.17.0 <=22"
},
"scripts": {
"dev": "node ./scripts/dev-script.js",
Expand Down
4 changes: 2 additions & 2 deletions templates/next-starter-with-examples/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@xmtp/frames-validator": "^0.6.1",
"clsx": "^2.1.0",
"frames.js": "^0.22.0",
"next": "^14.1.4",
"next": "14.2.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0"
},
"engines": {
"node": ">=18.17.0"
"node": ">=18.17.0 <=22"
},
"devDependencies": {
"@frames.js/debugger": "^0.5.0",
Expand Down
4 changes: 2 additions & 2 deletions templates/next-utils-starter/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"frames.js": "^0.22.0",
"next": "^14.1.4",
"next": "14.2.35",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -30,6 +30,6 @@
"typescript": "^5.4.5"
},
"engines": {
"node": ">=18.17.0"
"node": ">=18.17.0 <=22"
}
}
4 changes: 2 additions & 2 deletions templates/next/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"frames.js": "^0.22.0",
"next": "^14.1.4",
"next": "14.2.35",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -26,6 +26,6 @@
"lint": "next lint"
},
"engines": {
"node": ">=18.17.0"
"node": ">=18.17.0 <=22"
}
}
2 changes: 1 addition & 1 deletion templates/remix/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": ">=18.17.0"
"node": ">=18.17.0 <=22"
},
"dependencies": {
"@remix-run/node": "^2.8.1",
Expand Down
Loading

Back | FazBrowse Home | New Git URL