1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:06:37 -04:00

bump next to 13.1.6

This commit is contained in:
2023-01-28 10:16:47 -05:00
parent abc3d76d4f
commit 06933b4665
2 changed files with 406 additions and 386 deletions

768
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,15 +19,15 @@
"dependencies": {
"@giscus/react": "^2.2.6",
"@hcaptcha/react-hcaptcha": "^1.4.4",
"@next/font": "13.1.3",
"@next/font": "13.1.6",
"@novnc/novnc": "github:novnc/novnc#cd94c2aed2582fd85ec5ecc444967fc7ec60a649",
"@octokit/graphql": "^5.0.4",
"@octokit/graphql": "^5.0.5",
"@octokit/graphql-schema": "^12.41.1",
"@primer/octicons": "^17.10.2",
"@primer/octicons": "^17.11.1",
"@prisma/client": "^4.9.0",
"@react-spring/web": "^9.6.1",
"@sentry/node": "^7.31.1",
"@sentry/tracing": "^7.31.1",
"@sentry/node": "^7.34.0",
"@sentry/tracing": "^7.34.0",
"@stitches/react": "^1.2.8",
"comma-number": "^2.1.0",
"copy-to-clipboard": "^3.3.3",
@ -40,8 +40,8 @@
"gray-matter": "^4.0.3",
"hex-to-rgba": "^2.0.1",
"marked": "^4.2.12",
"next": "13.1.3",
"next-mdx-remote": "^4.2.1",
"next": "13.1.6",
"next-mdx-remote": "^4.3.0",
"next-seo": "^5.15.0",
"obj-str": "^1.1.0",
"p-map": "^5.5.0",
@ -66,7 +66,7 @@
"remove-markdown": "^0.5.0",
"simple-icons": "^8.3.0",
"sitemap": "^7.1.1",
"swr": "^2.0.1"
"swr": "^2.0.3"
},
"devDependencies": {
"@jakejarvis/eslint-config": "*",
@ -81,11 +81,11 @@
"@types/react-is": "^17.0.3",
"@types/remove-markdown": "^0.3.1",
"@types/uglify-js": "^3.17.1",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"cross-env": "^7.0.3",
"eslint": "~8.32.0",
"eslint-config-next": "13.1.3",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "~8.6.0",
"eslint-plugin-mdx": "~2.0.5",
"eslint-plugin-prettier": "~4.2.1",
@ -116,6 +116,6 @@
},
"volta": {
"node": "18.13.0",
"npm": "9.3.1"
"npm": "9.4.0"
}
}