Skip to content

Commit

Permalink
Feat > update yarn.lock (stakwork#186)
Browse files Browse the repository at this point in the history
* feat: add yarn3 support

* feat: update yarn.locl

---------

Co-authored-by: Riccardo Caranfil <[email protected]>
Co-authored-by: Emberist <[email protected]>
  • Loading branch information
3 people authored Mar 20, 2023
1 parent fb6b709 commit 9164bd8
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Uses the official Cypress GitHub action https://github.com/cypress-io/github-action
uses: cypress-io/github-action@v5
with:
install-command: yarn --no-immutable
install-command: yarn --immutable
browser: chrome
start: yarn start
wait-on: "http://localhost:3000" # Waits for above
Expand Down
17 changes: 6 additions & 11 deletions src/components/AddNodeModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const AddNodeModal = () => {

<Flex>
<TextInput
id="add-node-link"
id="link"
label="Link"
message="Paste a valid YouTube or Twitter Space link here."
name="link"
Expand Down Expand Up @@ -209,7 +209,7 @@ export const AddNodeModal = () => {
<Flex direction="row" pt={12}>
<Flex basis="50%" pr={16}>
<TextInput
id="add-node-start-time"
id="startTime"
label="Start Time"
mask="99:99:99"
message="Enter start and end timestamps which will encompass the segment of video or audio you want to submit. [hh:mm:ss]"
Expand All @@ -227,7 +227,7 @@ export const AddNodeModal = () => {

<Flex basis="50%" pl={16}>
<TextInput
id="add-node-end-time"
id="endTime"
label="End Time"
mask="99:99:99"
message="Enter start and end timestamps which will encompass the segment of video or audio you want to submit. [hh:mm:ss]"
Expand All @@ -251,7 +251,7 @@ export const AddNodeModal = () => {

<Flex pt={12}>
<TextArea
id="add-node-description"
id="description"
label="Clip Description"
maxLength={100}
message="Enter a short description of your audio/video segment. Think of this as the title of your node. [max 100 characters]"
Expand All @@ -262,7 +262,7 @@ export const AddNodeModal = () => {

<Flex pt={12}>
<TagInput
id="add-node-tags"
id="tags"
label="Tags"
maxLength={50}
message="Enter some topic tags that capture the main ideas of your segment. Be specific! Generic tags aren't useful for anyone. Think, 'What term(s) would someone search to find my node? [max: 15, max characters per tag: 50]"
Expand All @@ -285,12 +285,7 @@ export const AddNodeModal = () => {
<ClipLoader color={colors.white} size={20} />
</SubmitLoader>
) : (
<Button
disabled={isSubmitting}
id="add-node-submit-cta"
kind="big"
type="submit"
>
<Button disabled={isSubmitting} kind="big" type="submit">
Add content
</Button>
)}
Expand Down
4 changes: 2 additions & 2 deletions src/components/App/AppBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ export const AppBar = ({ onSubmit }: Props) => {
</SearchBarWrapper>

<Flex>
<AddButton id="add-node-cta" kind="small" onClick={open}>
<AddButton kind="small" onClick={open}>
Add Content +
</AddButton>
</Flex>
</Header>
) : (
<AddNodeWrapper>
<AddButton id="add-node-cta" kind="small" onClick={open}>
<AddButton kind="small" onClick={open}>
Add Content +
</AddButton>
</AddNodeWrapper>
Expand Down
39 changes: 39 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12411,6 +12411,13 @@ __metadata:
languageName: node
linkType: hard

"loadjs@npm:^4.2.0":
version: 4.2.0
resolution: "loadjs@npm:4.2.0"
checksum: 2144723f55c75260ce6781b36009c40d098d96fe06e3ec5c85ba250cf96c3a0aa37169b829e818c40bcba7c5141a8e52736fec193333bb6260ab95f9a493a2ef
languageName: node
linkType: hard

"locate-path@npm:^3.0.0":
version: 3.0.0
resolution: "locate-path@npm:3.0.0"
Expand Down Expand Up @@ -15910,6 +15917,29 @@ __metadata:
languageName: node
linkType: hard

"react-twitter-embed@npm:^4.0.4":
version: 4.0.4
resolution: "react-twitter-embed@npm:4.0.4"
dependencies:
scriptjs: ^2.5.9
peerDependencies:
react: ^16.0.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
checksum: cdb3c5bd04c4da0efa767476be47c0a3865fb6335f2a1b9e242170167b51615c38164223278cef60c77143c4bac27ba582cbea054d0af3f138104fa5ec537c4c
languageName: node
linkType: hard

"react-twitter-widgets@npm:^1.11.0":
version: 1.11.0
resolution: "react-twitter-widgets@npm:1.11.0"
dependencies:
loadjs: ^4.2.0
peerDependencies:
react: ^16.8.0 || ^17 || ^18
checksum: b568e0ceed94c997e2a41215e25422db3131d262ae7e0c80fd95fa2bf842078738ca677756219adf576846f04cc5ec46e5ec0342a6a076583dd1debff29bc5ab
languageName: node
linkType: hard

"react-use-measure@npm:^2.1.1":
version: 2.1.1
resolution: "react-use-measure@npm:2.1.1"
Expand Down Expand Up @@ -16742,6 +16772,13 @@ __metadata:
languageName: node
linkType: hard

"scriptjs@npm:^2.5.9":
version: 2.5.9
resolution: "scriptjs@npm:2.5.9"
checksum: fc84cb6b60b6fb9aa6f1b3bc59fc94b233bd5241ed3a04233579014382b5eb60640269c87d8657902acc09f9b785ee33230c218627cea00e653564bda8f5acb6
languageName: node
linkType: hard

"secp256k1@npm:^4.0.2":
version: 4.0.3
resolution: "secp256k1@npm:4.0.3"
Expand Down Expand Up @@ -17346,6 +17383,8 @@ __metadata:
react-scripts: 4.0.3
react-spinners: ^0.13.3
react-toastify: ^8.2.0
react-twitter-embed: ^4.0.4
react-twitter-widgets: ^1.11.0
recharts: ^2.4.3
sphinx-bridge-kevkevinpal: 0.2.48
styled-components: ^5.3.5
Expand Down

0 comments on commit 9164bd8

Please sign in to comment.