bump next to 13.5

This commit is contained in:
2023-10-02 11:59:15 -04:00
parent 1d8c2eab99
commit 893db7e951
24 changed files with 707 additions and 2528 deletions
+28 -31
View File
@@ -20,24 +20,22 @@
"dependencies": {
"@giscus/react": "^2.3.0",
"@hcaptcha/react-hcaptcha": "^1.8.1",
"@novnc/novnc": "1.4.0-ge81602d",
"@octokit/graphql": "^7.0.1",
"@octokit/graphql-schema": "^14.27.3",
"@primer/octicons": "^19.7.0",
"@prisma/client": "^5.2.0",
"@novnc/novnc": "1.4.0",
"@octokit/graphql": "^7.0.2",
"@octokit/graphql-schema": "^14.33.0",
"@prisma/client": "^5.3.1",
"@react-spring/web": "^9.7.3",
"@stitches/react": "1.3.1-1",
"@vercel/postgres": "^0.4.1",
"@vercel/postgres": "^0.5.0",
"comma-number": "^2.1.0",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.9",
"dayjs": "^1.11.10",
"fast-glob": "^3.3.1",
"fathom-client": "^3.5.0",
"feather-icons": "^4.29.1",
"feed": "^4.2.2",
"formik": "^2.4.4",
"formik": "^2.4.5",
"gray-matter": "^4.0.3",
"next": "13.4.19",
"next": "13.5.3",
"next-mdx-remote": "^4.4.1",
"next-seo": "^6.1.0",
"obj-str": "^1.1.0",
@@ -50,6 +48,7 @@
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.11",
"react-gist": "^1.2.4",
"react-icons": "^4.11.0",
"react-innertext": "^1.1.5",
"react-intersection-observer": "^9.5.2",
"react-is": "18.2.0",
@@ -66,41 +65,39 @@
"remark-smartypants": "^2.0.0",
"remark-unwrap-images": "^3.0.1",
"remove-markdown": "^0.5.0",
"simple-icons": "^9.13.0",
"sitemap": "^7.1.1",
"stitches-normalize": "^2.0.0",
"swr": "^2.2.2",
"swr": "^2.2.4",
"unified": "^10.1.2"
},
"devDependencies": {
"@jakejarvis/eslint-config": "^3.1.0",
"@svgr/webpack": "^8.1.0",
"@types/comma-number": "^2.1.0",
"@types/node": "^18.17.14",
"@types/novnc__novnc": "^1.3.0",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-is": "^18.2.1",
"@types/remove-markdown": "^0.3.1",
"@types/novnc__novnc": "^1.3.2",
"@types/prop-types": "^15.7.8",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@types/react-is": "^18.2.2",
"@types/remove-markdown": "^0.3.2",
"@types/uglify-js": "^3.17.2",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"cross-env": "^7.0.3",
"eslint": "~8.48.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "~8.8.0",
"eslint": "~8.50.0",
"eslint-config-next": "13.5.3",
"eslint-config-prettier": "~9.0.0",
"eslint-plugin-mdx": "~2.2.0",
"eslint-plugin-prettier": "~4.2.1",
"eslint-plugin-prettier": "~5.0.0",
"lint-staged": "^14.0.1",
"prettier": "^2.8.8",
"prisma": "^5.2.0",
"prettier": "^3.0.3",
"prisma": "^5.3.1",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.2.2",
"uglify-js": "^3.17.4"
},
"optionalDependencies": {
"sharp": "^0.32.5"
"sharp": "^0.32.6"
},
"engines": {
"node": ">=16.x"
@@ -117,9 +114,9 @@
"eslint"
]
},
"packageManager": "pnpm@8.7.4",
"packageManager": "pnpm@8.8.0",
"volta": {
"node": "18.17.1",
"pnpm": "8.7.4"
"node": "18.18.0",
"pnpm": "8.8.0"
}
}