Skip to content

Commit

Permalink
Merge pull request #13 from riya-amemiya/develop
Browse files Browse the repository at this point in the history
パッケージアプデ
  • Loading branch information
riya-amemiya authored Sep 8, 2024
2 parents a974605 + e853243 commit 8baff68
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
Binary file modified bun.lockb
Binary file not shown.
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"build": "next build",
"build:turbo": "turbo build",
"start": "next start",
"lint": "next lint && bun run biome format . --write && bun run biome check .",
"lint": "next lint && bun run biome check .",
"lint:fix": "next lint --fix && bun run biome check . --write",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
Expand All @@ -24,49 +25,49 @@
"autoprefixer": "10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint-plugin-jest-dom": "latest",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-testing-library": "^6.3.0",
"geist": "^1.3.1",
"htmr": "^1.0.2",
"lucide-react": "^0.408.0",
"microcms-js-sdk": "^3.1.2",
"next": "latest",
"next": "14.2.7",
"postcss": "8.4.39",
"qrcode.react": "^3.1.0",
"qrcode.react": "^3.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "^2.4.0",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"tailwindcss": "3.4.6",
"tailwindcss-animate": "^1.0.7",
"the-new-css-reset": "^1.11.2",
"the-new-css-reset": "^1.11.3",
"typescript": "5.4.5",
"umt": "^1.8.2",
"vaul": "^0.9.1"
"vaul": "^0.9.2"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.2.5",
"@storybook/addon-interactions": "^8.2.5",
"@storybook/addon-links": "^8.2.5",
"@storybook/addon-onboarding": "^8.2.5",
"@storybook/addon-viewport": "^8.2.5",
"@storybook/blocks": "^8.2.5",
"@storybook/nextjs": "^8.2.5",
"@storybook/react": "^8.2.5",
"@storybook/test": "^8.2.5",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-onboarding": "^8.2.9",
"@storybook/addon-viewport": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/nextjs": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/test": "^8.2.9",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"dependency-cruiser": "^16.3.9",
"dependency-cruiser": "^16.4.1",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"eslint-plugin-import": "^2.29.1",
"eslint-config-next": "^14.2.8",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-unicorn": "^54.0.0",
"storybook": "^8.2.5",
"turbo": "^2.0.9"
"storybook": "^8.2.9",
"turbo": "^2.1.1"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}

0 comments on commit 8baff68

Please sign in to comment.