Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed Jan 18, 2025
1 parent c392870 commit 7c85f9b
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 198 deletions.
10 changes: 5 additions & 5 deletions apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"@marshallku/toast": "workspace:^",
"@marshallku/ui": "workspace:^",
"@marshallku/utils": "workspace:^",
"@next/eslint-plugin-next": "^15.1.4",
"@next/third-parties": "^15.1.4",
"@next/eslint-plugin-next": "^15.1.5",
"@next/third-parties": "^15.1.5",
"@tanstack/react-query": "^5.64.1",
"copy2clip": "^1.1.1",
"gray-matter": "^4.0.3",
"image-size": "^1.2.0",
"marked": "^15.0.6",
"monocart-coverage-reports": "^2.11.6",
"next": "^15.1.4",
"next": "^15.1.5",
"next-mdx-remote": "^5.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand All @@ -46,7 +46,7 @@
"devDependencies": {
"@marshallku/eslint-config": "^0.0.4",
"@marshallku/typescript-config": "^0.0.4",
"@next/bundle-analyzer": "^15.1.4",
"@next/bundle-analyzer": "^15.1.5",
"@playwright/test": "^1.49.1",
"@testing-library/react": "^16.2.0",
"@types/node": "^20.16.15",
Expand All @@ -57,7 +57,7 @@
"jsdom": "^26.0.0",
"sass": "^1.83.4",
"typescript": "^5.7.3",
"vitest": "^3.0.1",
"vitest": "^3.0.2",
"vitest-monocart-coverage": "^2.1.3"
}
}
Loading

1 comment on commit 7c85f9b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visual regression test result - success

Component Story Success Viewport MisMatch Percentage
components-button string-children phone 0.00%
components-button string-children tablet 0.10%
input-input default phone 0.00%
input-input default tablet 0.10%
input-input line phone 0.00%
input-input line tablet 0.04%
input-input box phone 0.00%
input-input box tablet 0.04%
input-textarea line phone 0.00%
input-textarea line tablet 0.04%
input-textarea box phone 0.00%
input-textarea box tablet 0.04%
typography-typography default phone 0.00%
typography-typography default tablet 0.07%

Please sign in to comment.