Skip to content

Commit

Permalink
build: 依存関係の更新および環境変数の追加
Browse files Browse the repository at this point in the history
  • Loading branch information
riya-amemiya committed Jul 23, 2024
1 parent 1892710 commit 64381a5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
Binary file modified bun.lockb
Binary file not shown.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,28 @@
"vaul": "^0.9.1"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.2.4",
"@storybook/addon-interactions": "^8.2.4",
"@storybook/addon-links": "^8.2.4",
"@storybook/addon-onboarding": "^8.2.4",
"@storybook/addon-viewport": "^8.2.4",
"@storybook/blocks": "^8.2.4",
"@storybook/nextjs": "^8.2.4",
"@storybook/react": "^8.2.4",
"@storybook/test": "^8.2.4",
"@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",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"dependency-cruiser": "^16.3.7",
"dependency-cruiser": "^16.3.9",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-unicorn": "^54.0.0",
"storybook": "^8.2.4",
"turbo": "^2.0.7"
"storybook": "^8.2.5",
"turbo": "^2.0.9"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}
4 changes: 3 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"src/**"
],
"env": [
"NEXT_PUBLIC_*"
"NEXT_PUBLIC_*",
"MICROCMS_*",
"BASELIME_*"
]
},
"dev": {
Expand Down

0 comments on commit 64381a5

Please sign in to comment.