Skip to content

Commit

Permalink
Merge branch 'main' into renovate/rollup-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Xhale1 committed Mar 10, 2024
2 parents 8b9d5d1 + a4187f3 commit a1c981b
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- args: [--frozen-lockfile]
- name: Publish to Chromatic
uses: chromaui/action@v10
uses: chromaui/action@v11
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
"@types/react-window": "1.8.8",
"@types/seedrandom": "3.0.8",
"@types/testing-library__jest-dom": "5.14.9",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"babel-plugin-dev-expression": "0.2.3",
Expand Down Expand Up @@ -173,9 +173,9 @@
"jest-environment-jsdom": "29.7.0",
"jest-junit": "16.0.0",
"jest-watch-typeahead": "2.2.2",
"jsdom": "23.2.0",
"jsdom": "24.0.0",
"lighthouse": "10.4.0",
"markdown-it": "13.0.2",
"markdown-it": "14.0.0",
"memory-fs": "0.5.0",
"postcss-styled-syntax": "0.6.4",
"prettier": "3.2.5",
Expand Down
Loading

0 comments on commit a1c981b

Please sign in to comment.