Skip to content

Commit

Permalink
Merge pull request #14 from KokiSakano/feature/upgrade_2023_06_22
Browse files Browse the repository at this point in the history
2023 06 22バージョンアップ
  • Loading branch information
k35o authored Jun 22, 2023
2 parents 0e2171f + 19d5184 commit b1ded3f
Show file tree
Hide file tree
Showing 2 changed files with 571 additions and 1,121 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,25 @@
"dependencies": {
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.5",
"@next/mdx": "^13.4.7",
"@types/mdx": "^2.0.5",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"chromatic": "^6.18.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"next": "13.4.4",
"next": "13.4.7",
"postcss": "8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"recoil": "^0.7.7",
"rehype-pretty-code": "^0.9.8",
"rehype-pretty-code": "^0.9.11",
"shiki": "^0.14.2",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
Expand All @@ -43,15 +42,16 @@
"pnpm": "8.6.0"
},
"devDependencies": {
"@storybook/addon-a11y": "^7.0.18",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/blocks": "^7.0.18",
"@storybook/nextjs": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/testing-library": "^0.1.0",
"@storybook/addon-a11y": "^7.0.23",
"@storybook/addon-essentials": "^7.0.23",
"@storybook/addon-interactions": "^7.0.23",
"@storybook/addon-links": "^7.0.23",
"@storybook/blocks": "^7.0.23",
"@storybook/nextjs": "^7.0.23",
"@storybook/react": "^7.0.23",
"@storybook/testing-library": "^0.2.0",
"chromatic": "^6.19.8",
"eslint-plugin-storybook": "^0.6.12",
"storybook": "^7.0.18"
"storybook": "^7.0.23"
}
}
Loading

1 comment on commit b1ded3f

@vercel
Copy link

@vercel vercel bot commented on b1ded3f Jun 22, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

k8o – ./

k8o-git-main-kokisakano.vercel.app
k8o-kokisakano.vercel.app
k8o.vercel.app

Please sign in to comment.