Upgrade Node and dependent packages to the latest version

This commit is contained in:
Yuki Hattori 2022-05-30 22:11:21 +09:00
parent 2258f98591
commit 7fe85fdc3e
4 changed files with 1019 additions and 1046 deletions

2
.nvmrc
View File

@ -1 +1 @@
16.13.1
16.15.0

View File

@ -35,15 +35,15 @@
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/node": "^16.11.21",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"@types/node": "~16.11.36",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"lage": "^1.4.0",
"prettier": "^2.6.2",
"typescript": "^4.6.4"
"typescript": "^4.7.2"
}
}

View File

@ -10,35 +10,34 @@
"start": "next start"
},
"dependencies": {
"@primer/octicons-react": "^17.0.0",
"@primer/octicons-react": "^17.2.0",
"body-scroll-lock": "^4.0.0-beta.0",
"classnames": "^2.3.1",
"focus-trap-react": "^8.11.0",
"focus-trap-react": "^8.11.2",
"focus-visible": "^5.2.0",
"hast-util-sanitize": "^4.0.0",
"next": "^12.1.5",
"next": "^12.1.6",
"nprogress": "^0.2.0",
"prism-react-renderer": "^1.3.1",
"prism-react-renderer": "^1.3.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"remark-react": "^9.0.1",
"simplebar-react": "^2.3.7",
"swiper": "^8.1.4",
"simplebar-react": "^2.4.1",
"swiper": "^8.1.6",
"use-media": "^1.4.0",
"wicg-inert": "^3.1.1"
},
"devDependencies": {
"@marp-team/marp-core": "^3.2.0",
"@next/bundle-analyzer": "^12.1.5",
"@next/bundle-analyzer": "^12.1.6",
"@svgr/webpack": "^6.2.1",
"@types/classnames": "^2.3.1",
"@types/node": "~16.11.21",
"@types/react": "^18.0.8",
"@types/react": "^18.0.9",
"@types/resize-observer-browser": "^0.1.7",
"@types/webpack-env": "^1.16.4",
"autoprefixer": "^10.4.5",
"@types/webpack-env": "^1.17.0",
"autoprefixer": "^10.4.7",
"dot-prop": "^7.2.0",
"eslint-config-next": "^12.0.8",
"eslint-config-next": "^12.1.6",
"gray-matter": "^4.0.3",
"hast-util-whitespace": "^2.0.0",
"next-transpile-modules": "^9.0.0",
@ -47,9 +46,9 @@
"postcss": "^8.4.13",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import-url": "^7.0.0",
"postcss-preset-env": "^7.4.4",
"postcss-preset-env": "^7.6.0",
"postcss-url": "^10.1.3",
"prettier-plugin-tailwindcss": "^0.1.10",
"prettier-plugin-tailwindcss": "^0.1.11",
"remark-gfm": "^3.0.0",
"remark-parse": "^10.0.0",
"remark-slug": "^7.0.0",

2026
yarn.lock

File diff suppressed because it is too large Load Diff