Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/coral/proxy/nodemon-…
Browse files Browse the repository at this point in the history
…3.1.9
  • Loading branch information
programmiri authored Dec 18, 2024
2 parents 3d80c6f + 7ac303d commit 77d85f0
Show file tree
Hide file tree
Showing 6 changed files with 1,221 additions and 1,316 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Setup pnpm cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
6 changes: 3 additions & 3 deletions coral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-hook-form": "^7.53.2",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.27.0",
"react-syntax-highlighter": "^15.5.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.0",
"rehype-sanitize": "^6.0.0",
Expand Down Expand Up @@ -96,13 +96,13 @@
"openapi-typescript": "^7.4.3",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
"react-aria": "^3.34.3",
"react-aria": "^3.36.0",
"react-test-renderer": "^18.3.1",
"rollup-plugin-visualizer": "^5.12.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vite": "^4.5.3",
"vite": "^4.5.5",
"vite-plugin-svgr": "^4.3.0",
"whatwg-fetch": "^3.6.20"
},
Expand Down
Loading

0 comments on commit 77d85f0

Please sign in to comment.