Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kufu/smarthr-patterns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 67f63d341a8eb46c07a464fb389a87bd43ce2ed9
Choose a base ref
..
head repository: kufu/smarthr-patterns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6356f0ce4a2332de62c8fde7d90d7cd65d4ffa7c
Choose a head ref
Showing with 166 additions and 154 deletions.
  1. +9 −9 package.json
  2. +157 −145 yarn.lock
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -24,15 +24,15 @@
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@storybook/addon-actions": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-actions": "^8.5.0",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-interactions": "^8.5.1",
"@storybook/addon-links": "^8.5.1",
"@storybook/addon-styling": "^1.3.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/react": "^8.5.1",
"@storybook/react-vite": "^8.5.1",
"@storybook/testing-library": "^0.2.2",
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^18.3.5",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react": "^4.3.4",
@@ -45,12 +45,12 @@
"postcss-loader": "^8.1.1",
"prettier": "^3.4.2",
"prettier-config-smarthr": "^1.0.1",
"storybook": "^8.4.7",
"storybook": "^8.5.1",
"stylelint-config-smarthr": "^3.0.2",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"vite": "^5.4.11",
"vite": "^5.4.14",
"vite-plugin-turbosnap": "^1.0.3",
"vite-tsconfig-paths": "^5.1.4"
},
Loading