Closed takatoshiinaoka closed 6 days ago
手順
yarn add -D @azure/static-web-apps-cli
yarn add -D azure-functions-core-tools@4
yarn outdated
@takatoshiinaoka ➜ /workspaces/osakana-nazono-katakana (74-update-dependencies) $ yarn outdated
yarn outdated v1.22.19
info Color legend :
"<red>" : Major Update backward-incompatible updates
"<yellow>" : Minor Update backward-compatible features
"<green>" : Patch Update backward-compatible bug fixes
Package Current Wanted Latest Package Type URL
@emotion/babel-plugin 11.10.0 11.10.0 11.12.0 devDependencies https://emotion.sh
@emotion/react 11.10.0 11.13.3 11.13.3 dependencies https://github.com/emotion-js/emotion/tree/main#readme
@emotion/styled 11.10.0 11.13.0 11.13.0 dependencies https://github.com/emotion-js/emotion/tree/main#readme
@types/react 18.0.17 18.0.17 18.3.12 devDependencies https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
@types/react-dom 18.0.6 18.0.6 18.3.1 devDependencies https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom
@typescript-eslint/parser 5.33.0 5.33.0 8.13.0 devDependencies https://typescript-eslint.io/packages/parser
@vitejs/plugin-react 2.0.0 2.0.0 4.3.3 devDependencies https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme
eslint 8.21.0 8.21.0 9.14.0 devDependencies https://eslint.org
eslint-plugin-react 7.30.1 7.30.1 7.37.2 devDependencies https://github.com/jsx-eslint/eslint-plugin-react
framer-motion 7.0.1 7.10.3 11.11.11 dependencies https://github.com/framer/motion#readme
prettier 2.7.1 2.7.1 3.3.3 devDependencies https://prettier.io
react 18.2.0 18.2.0 18.3.1 dependencies https://reactjs.org/
react-dom 18.2.0 18.2.0 18.3.1 dependencies https://reactjs.org/
react-router-dom 6.3.0 6.28.0 6.28.0 dependencies https://github.com/remix-run/react-router#readme
typescript 4.7.4 4.7.4 5.6.3 devDependencies https://www.typescriptlang.org/
vite 3.1.0-beta.1 3.1.0-beta.1 5.4.10 devDependencies https://vite.dev
vite-plugin-pwa 0.13.3 0.13.3 0.20.5 devDependencies https://github.com/vite-pwa/vite-plugin-pwa#readme
web-vitals 3.1.0 3.5.2 4.2.4 dependencies https://github.com/GoogleChrome/web-vitals#readme
yarn add @chakra-ui/react
yarn add @typescript-eslint/eslint-plugin
yarn add @emotion/babel-plugin
yarn add @emotion/react
yarn add @emotion/styled
yarn add @types/react
yarn add @types/react-dom
yarn add @typescript-eslint/parser
yarn add @vitejs/plugin-react
yarn add eslint
yarn add eslint-plugin-react
yarn add framer-motion
yarn add prettier
yarn add react
yarn add react-dom
yarn add react-router-dom
yarn add typescript
yarn add vite
yarn add vite-plugin-pwa
yarn add web-vitals
動いてるものはそのままにしておこう。。。また、何かあれば、再度Issueを作ります。
Actionsのエラーログ
warning "@chakra-ui/react > @chakra-ui/theme@2.1.5" has unmet peer dependency "@chakra-ui/styled-system@>=2.0.0".
warning "@chakra-ui/react > @chakra-ui/progress > @chakra-ui/theme-tools@2.0.7" has unmet peer dependency "@chakra-ui/styled-system@>=2.0.0".
warning " > @emotion/babel-plugin@11.10.0" has unmet peer dependency "@babel/core@^7.0.0".
warning "@emotion/react > @emotion/babel-plugin > @babel/plugin-syntax-jsx@7.18.6" has unmet peer dependency "@babel/core@^7.0.0-0".
warning " > vite-plugin-pwa@0.13.3" has incorrect peer dependency "vite@^3.1.0".
warning " > vite-plugin-pwa@0.13.3" has unmet peer dependency "workbox-build@^6.5.4".
warning " > vite-plugin-pwa@0.13.3" has unmet peer dependency "workbox-window@^6.5.4".
参考サイト