Skip to content

Commit 869f5fd

Browse files
authored
Merge branch 'main' into fix/compat-toolbar-overflow
2 parents 196dec8 + c78e412 commit 869f5fd

File tree

20 files changed

+628
-627
lines changed

20 files changed

+628
-627
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: yarn install --immutable
2424

2525
- name: Publish to Chromatic
26-
uses: chromaui/action@4c20b95e9d3209ecfdf9cd6aace6bbde71ba1694 # v13.3.4
26+
uses: chromaui/action@07791f8243f4cb2698bf4d00426baf4b2d1cb7e0 # v13.3.5
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

examples/nextjs-app/package-lock.json

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@types/react": "19.2.7",
1818
"@types/react-dom": "19.2.3",
1919
"eslint": "9.39.2",
20-
"eslint-config-next": "16.1.0",
21-
"next": "16.1.0",
20+
"eslint-config-next": "16.1.1",
21+
"next": "16.1.1",
2222
"react": "19.2.3",
2323
"react-dom": "19.2.3",
2424
"typescript": "5.9.3"

0 commit comments

Comments
 (0)