Skip to content

Commit

Permalink
Add react-static-tweets with patches
Browse files Browse the repository at this point in the history
  • Loading branch information
BasixKOR committed Dec 17, 2023
1 parent 3195b27 commit 395a256
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"lint": "eslint app"
},
"dependencies": {
"@basix-forks/react-static-tweets": "0.0.0-experimental-fbaa3f5",
"@giscus/react": "^2.4.0",
"@picocss/pico": "^1.5.10",
"@remix-run/node": "^2.4.0",
Expand Down
35 changes: 35 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,24 @@ __metadata:
languageName: node
linkType: hard

"@basix-forks/react-static-tweets@npm:0.0.0-experimental-fbaa3f5":
version: 0.0.0-experimental-fbaa3f5
resolution: "@basix-forks/react-static-tweets@npm:0.0.0-experimental-fbaa3f5"
dependencies:
classnames: "npm:^2.2.6"
swr: "npm:^1.0.0-beta.5"
peerDependencies:
date-fns: ">=2"
next: ^10.0.6
react: ">=16"
react-dom: ">=16"
peerDependenciesMeta:
next:
optional: true
checksum: 7150bd142d0036517987d8b782bf80e9c3eff1d7d5d5248f4ffae7eee7e85eb745185024781c4f9dfd66a1ec0138c8a382dc94b99d2dcb6691a0ca8c0f298699
languageName: node
linkType: hard

"@emotion/hash@npm:^0.9.0":
version: 0.9.1
resolution: "@emotion/hash@npm:0.9.1"
Expand Down Expand Up @@ -4357,6 +4375,13 @@ __metadata:
languageName: node
linkType: hard

"classnames@npm:^2.2.6":
version: 2.3.1
resolution: "classnames@npm:2.3.1"
checksum: e3b832219042802464e648c41c2e8be96c2c64d2522cfa22fbb5ec088418406c61ab351a682c077c07f691c8b00c9f0ee7939b20fabc6c23da69063252a4ab89
languageName: node
linkType: hard

"clean-stack@npm:^2.0.0":
version: 2.2.0
resolution: "clean-stack@npm:2.2.0"
Expand Down Expand Up @@ -10400,6 +10425,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "remix-app-template@workspace:."
dependencies:
"@basix-forks/react-static-tweets": "npm:0.0.0-experimental-fbaa3f5"
"@giscus/react": "npm:^2.4.0"
"@graphql-codegen/cli": "npm:^5.0.0"
"@graphql-codegen/typescript": "npm:^4.0.1"
Expand Down Expand Up @@ -11381,6 +11407,15 @@ __metadata:
languageName: node
linkType: hard

"swr@npm:^1.0.0-beta.5":
version: 1.2.1
resolution: "swr@npm:1.2.1"
peerDependencies:
react: ^16.11.0 || ^17.0.0 || ^18.0.0
checksum: c0b5a1bc2262707ed4199ae6b3d2b7d756a2c71d32b7d26912d9162693ef9301b0540b593874fbc9848c125b705a2e4546437c03781a6eb67cc2c3221ee96909
languageName: node
linkType: hard

"tapable@npm:^2.2.0":
version: 2.2.1
resolution: "tapable@npm:2.2.1"
Expand Down

0 comments on commit 395a256

Please sign in to comment.