Upgrade dependent packages to the latest version

This commit is contained in:
Yuki Hattori 2022-08-11 16:48:14 +09:00
parent 16e41c30a0
commit cb3e400188
6 changed files with 1507 additions and 1060 deletions

View File

@ -14,13 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Detect Node version from .nvmrc
id: node_version
run: echo "::set-output name=nvmrc::$(cat .nvmrc)"
- uses: actions/setup-node@v3
with:
node-version: ${{ steps.node_version.outputs.nvmrc }}
node-version-file: '.nvmrc'
- name: Install yarn
id: yarn

2
.nvmrc
View File

@ -1 +1 @@
16.15.0
16.16.0

View File

@ -18,7 +18,6 @@
"url": "https://github.com/marp-team/marp"
},
"workspaces": [
"packages/*",
"website"
],
"prettier": {
@ -35,15 +34,15 @@
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/node": "~16.11.36",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^8.16.0",
"@types/node": "~16.11.46",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-import-resolver-typescript": "^3.4.0",
"eslint-plugin-import": "^2.25.4",
"lage": "^1.4.0",
"prettier": "^2.6.2",
"typescript": "^4.7.2"
"lage": "^1.7.3",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
}
}

View File

@ -22,7 +22,6 @@ const useOnPageLoad = (callback: () => void, immediate = false) => {
}
const useDrawer = (drawer?: HTMLElement) => {
const router = useRouter()
const [open, setOpen] = useState(false)
const [active, setActive] = useState(false)
const activeTimer = useRef<number>()

View File

@ -10,49 +10,49 @@
"start": "next start"
},
"dependencies": {
"@primer/octicons-react": "^17.2.0",
"@primer/octicons-react": "^17.4.0",
"body-scroll-lock": "^4.0.0-beta.0",
"classnames": "^2.3.1",
"focus-trap-react": "^8.11.2",
"focus-trap-react": "^9.0.2",
"focus-visible": "^5.2.0",
"hast-util-sanitize": "^4.0.0",
"next": "^12.1.6",
"next": "^12.2.4",
"nprogress": "^0.2.0",
"prism-react-renderer": "^1.3.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-react": "^9.0.1",
"swiper": "^8.1.6",
"swiper": "^8.3.2",
"use-media": "^1.4.0",
"wicg-inert": "^3.1.1"
"wicg-inert": "^3.1.2"
},
"devDependencies": {
"@marp-team/marp-core": "^3.2.1",
"@next/bundle-analyzer": "^12.1.6",
"@svgr/webpack": "^6.2.1",
"@marp-team/marp-core": "^3.3.0",
"@next/bundle-analyzer": "^12.2.4",
"@svgr/webpack": "^6.3.1",
"@types/classnames": "^2.3.1",
"@types/react": "^18.0.9",
"@types/react": "^18.0.17",
"@types/resize-observer-browser": "^0.1.7",
"@types/webpack-env": "^1.17.0",
"autoprefixer": "^10.4.7",
"autoprefixer": "^10.4.8",
"dot-prop": "^7.2.0",
"eslint-config-next": "^12.1.6",
"eslint-config-next": "^12.2.4",
"gray-matter": "^4.0.3",
"hast-util-whitespace": "^2.0.0",
"next-transpile-modules": "^9.0.0",
"node-fetch": "^3.2.4",
"node-fetch": "^3.2.10",
"null-loader": "^4.0.1",
"postcss": "^8.4.13",
"postcss": "^8.4.16",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import-url": "^7.0.0",
"postcss-preset-env": "^7.6.0",
"postcss-preset-env": "^7.7.2",
"postcss-url": "^10.1.3",
"prettier-plugin-tailwindcss": "^0.1.11",
"prettier-plugin-tailwindcss": "^0.1.13",
"remark-gfm": "^3.0.0",
"remark-parse": "^10.0.0",
"remark-slug": "^7.0.0",
"styled-jsx-plugin-postcss": "^4.0.1",
"tailwindcss": "^3.0.24",
"tailwindcss": "^3.1.8",
"unified": "^10.1.2",
"unist-util-remove-position": "^4.0.1",
"unist-util-visit": "^4.1.0",

2503
yarn.lock

File diff suppressed because it is too large Load Diff