Skip to content

Commit b4823a3

Browse files
chore: Bump frontend dependencies to latest version
1 parent 7e37eea commit b4823a3

File tree

4 files changed

+2056
-956
lines changed

4 files changed

+2056
-956
lines changed

.talismanrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fileignoreconfig:
8686
- filename: bin/install-talisman.sh
8787
checksum: 636c29faa1a28f65f300e2de2fc4466d6f800f312afff3a17ece63c7e1d47099
8888
- filename: bin/lib.sh
89-
checksum: a36ff1cbf24e7a81135105d8a5ebd1285fdea8fab33561e4d7787e725b4fc2ba
89+
checksum: 13419b1a08c61840dcc687f8b602a2ddd25556926068f9bbc63d739e3274c08f
9090
- filename: doc/dark-theme/login.png
9191
checksum: 74fccd805c33fa7ba0a31b2798ff245c7789d7f02dee471cdbfaaff9e2ccb15e
9292
- filename: doc/dark-theme/workflow.png
@@ -136,5 +136,6 @@ allowed_patterns:
136136
- \".*-.*\":\s\"\^\d\.\d\.\d\"
137137
- \".*\":\s\"\^\d\.\d\.\d\"
138138
- distributionSha256Sum=.*
139+
- minipass.*
139140
- Thanks\sgoes\sto\sthese\swonderful\speople\s\(\[emoji\skey\]\(https:\/\/allcontributors\.org\/docs\/en\/emoji-key\)\)
140141
version: "1.0"

bin/lib.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ _run_locally_with_mock_data() {
184184
_ensure_jenv
185185
node "${SCRIPT_DIR}/frontend/node_modules/concurrently/dist/bin/concurrently.js" \
186186
--kill-others \
187-
"node ${SCRIPT_DIR}/frontend/node_modules/@mockoon/cli/bin/run start -D --data mock-data/data.json" \
187+
"node ${SCRIPT_DIR}/frontend/node_modules/@mockoon/cli/bin/run start --data mock-data/data.json" \
188188
"DOMAIN_NAME=http://localhost:8000 REPO_NAMES=hello-world REPO_OWNER_NAME=johndoe jenv exec ./gradlew clean bootRun"
189189
popd >/dev/null || exit
190190
}

0 commit comments

Comments
 (0)