bump next to 13.5.5

This commit is contained in:
2023-10-17 00:58:06 -04:00
parent 448c8f4225
commit b354e6b25b
3 changed files with 179 additions and 163 deletions
+12 -12
View File
@@ -22,7 +22,7 @@
"@hcaptcha/react-hcaptcha": "^1.8.1",
"@novnc/novnc": "1.4.0",
"@octokit/graphql": "^7.0.2",
"@octokit/graphql-schema": "^14.34.0",
"@octokit/graphql-schema": "^14.37.0",
"@prisma/client": "^5.4.2",
"@react-spring/web": "^9.7.3",
"@stitches/react": "1.3.1-1",
@@ -36,7 +36,7 @@
"feed": "^4.2.2",
"formik": "^2.4.5",
"gray-matter": "^4.0.3",
"next": "13.5.4",
"next": "13.5.5",
"next-mdx-remote": "^4.4.1",
"next-seo": "^6.1.0",
"obj-str": "^1.1.0",
@@ -76,19 +76,19 @@
"@types/node": "^18.17.14",
"@types/novnc__novnc": "^1.3.2",
"@types/prop-types": "^15.7.8",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/react-is": "^18.2.2",
"@types/uglify-js": "^3.17.2",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"cross-env": "^7.0.3",
"eslint": "~8.51.0",
"eslint-config-next": "13.5.4",
"eslint-config-next": "13.5.5",
"eslint-config-prettier": "~9.0.0",
"eslint-plugin-mdx": "~2.2.0",
"eslint-plugin-prettier": "~5.0.0",
"lint-staged": "^14.0.1",
"eslint-plugin-prettier": "~5.0.1",
"lint-staged": "^15.0.1",
"prettier": "^3.0.3",
"prisma": "^5.4.2",
"simple-git-hooks": "^2.9.0",
@@ -113,9 +113,9 @@
"eslint"
]
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.9.2",
"volta": {
"node": "18.18.0",
"pnpm": "8.9.0"
"node": "18.18.2",
"pnpm": "8.9.2"
}
}