Skip to content

Commit

Permalink
Merge branch 'main' into fix/tanstack-virtual-3-beta.54
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas742 authored Sep 14, 2023
2 parents 00ccf4d + ca70f31 commit c8ab160
Show file tree
Hide file tree
Showing 9 changed files with 492 additions and 329 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
component: true
spec: packages/${{ matrix.spec }}

- uses: coverallsapp/[email protected].1
- uses: coverallsapp/[email protected].3
if: ${{ inputs.reportCoverage }}
with:
file: temp/cypress-coverage/lcov.info
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls
uses: coverallsapp/[email protected].1
uses: coverallsapp/[email protected].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
Expand Down
32 changes: 16 additions & 16 deletions examples/nextjs-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"@ui5/webcomponents": "1.17.0",
"@ui5/webcomponents-fiori": "1.17.0",
"@ui5/webcomponents-react": "1.19.0",
"@types/node": "20.5.9",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"eslint": "8.48.0",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"react": "18.2.0",
Expand Down
32 changes: 16 additions & 16 deletions examples/nextjs-pages/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/nextjs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"@ui5/webcomponents": "1.17.0",
"@ui5/webcomponents-fiori": "1.17.0",
"@ui5/webcomponents-react": "1.19.0",
"@types/node": "20.5.9",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"eslint": "8.48.0",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"react": "18.2.0",
Expand Down
106 changes: 53 additions & 53 deletions examples/vite-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c8ab160

Please sign in to comment.