Skip to content

Commit

Permalink
Merge branch 'main' into 2583-view-topic-events-range-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
khatibtamal committed Sep 26, 2024
2 parents 245c1fa + 65e1a30 commit 961df4b
Show file tree
Hide file tree
Showing 8 changed files with 142 additions and 136 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 @@ -30,7 +30,7 @@ jobs:
echo "PNPM_VERSION=$PNPM_VERSION" >> $GITHUB_OUTPUT
- name: Setup node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: ${{ steps.versions.outputs.NODE_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jobs-maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
persist-credentials: false
- name: Setup node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install node.js uglify packages
Expand Down
8 changes: 4 additions & 4 deletions coral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@monaco-editor/react": "^4.6.0",
"@tanstack/react-query": "^4.29.5",
"@types/react-syntax-highlighter": "^15.5.13",
"monaco-editor": "^0.49.0",
"monaco-editor": "^0.51.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.53.0",
Expand All @@ -69,10 +69,10 @@
"@testing-library/react": "^16.0.1",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.7",
"@types/node": "^20.12.12",
"@types/react": "^18.3.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
Expand All @@ -93,7 +93,7 @@
"lint-staged": "^15.2.10",
"lodash": "^4.17.21",
"msw": "^2.3.5",
"openapi-typescript": "^7.3.0",
"openapi-typescript": "^7.4.1",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
"react-aria": "^3.34.3",
Expand Down
Loading

0 comments on commit 961df4b

Please sign in to comment.