Skip to content

Commit

Permalink
chore: Bump frontend dependencies to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanmaity1234 committed Jan 28, 2024
1 parent 7e37eea commit b4823a3
Show file tree
Hide file tree
Showing 4 changed files with 2,056 additions and 956 deletions.
3 changes: 2 additions & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ fileignoreconfig:
- filename: bin/install-talisman.sh
checksum: 636c29faa1a28f65f300e2de2fc4466d6f800f312afff3a17ece63c7e1d47099
- filename: bin/lib.sh
checksum: a36ff1cbf24e7a81135105d8a5ebd1285fdea8fab33561e4d7787e725b4fc2ba
checksum: 13419b1a08c61840dcc687f8b602a2ddd25556926068f9bbc63d739e3274c08f
- filename: doc/dark-theme/login.png
checksum: 74fccd805c33fa7ba0a31b2798ff245c7789d7f02dee471cdbfaaff9e2ccb15e
- filename: doc/dark-theme/workflow.png
Expand Down Expand Up @@ -136,5 +136,6 @@ allowed_patterns:
- \".*-.*\":\s\"\^\d\.\d\.\d\"
- \".*\":\s\"\^\d\.\d\.\d\"
- distributionSha256Sum=.*
- minipass.*
- Thanks\sgoes\sto\sthese\swonderful\speople\s\(\[emoji\skey\]\(https:\/\/allcontributors\.org\/docs\/en\/emoji-key\)\)
version: "1.0"
2 changes: 1 addition & 1 deletion bin/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ _run_locally_with_mock_data() {
_ensure_jenv
node "${SCRIPT_DIR}/frontend/node_modules/concurrently/dist/bin/concurrently.js" \
--kill-others \
"node ${SCRIPT_DIR}/frontend/node_modules/@mockoon/cli/bin/run start -D --data mock-data/data.json" \
"node ${SCRIPT_DIR}/frontend/node_modules/@mockoon/cli/bin/run start --data mock-data/data.json" \
"DOMAIN_NAME=http://localhost:8000 REPO_NAMES=hello-world REPO_OWNER_NAME=johndoe jenv exec ./gradlew clean bootRun"
popd >/dev/null || exit
}
Expand Down
Loading

0 comments on commit b4823a3

Please sign in to comment.