mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-08 18:45:35 -04:00
bump next to 13.1.6
This commit is contained in:
Generated
+394
-374
File diff suppressed because it is too large
Load Diff
+12
-12
@@ -19,15 +19,15 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@giscus/react": "^2.2.6",
|
"@giscus/react": "^2.2.6",
|
||||||
"@hcaptcha/react-hcaptcha": "^1.4.4",
|
"@hcaptcha/react-hcaptcha": "^1.4.4",
|
||||||
"@next/font": "13.1.3",
|
"@next/font": "13.1.6",
|
||||||
"@novnc/novnc": "github:novnc/novnc#cd94c2aed2582fd85ec5ecc444967fc7ec60a649",
|
"@novnc/novnc": "github:novnc/novnc#cd94c2aed2582fd85ec5ecc444967fc7ec60a649",
|
||||||
"@octokit/graphql": "^5.0.4",
|
"@octokit/graphql": "^5.0.5",
|
||||||
"@octokit/graphql-schema": "^12.41.1",
|
"@octokit/graphql-schema": "^12.41.1",
|
||||||
"@primer/octicons": "^17.10.2",
|
"@primer/octicons": "^17.11.1",
|
||||||
"@prisma/client": "^4.9.0",
|
"@prisma/client": "^4.9.0",
|
||||||
"@react-spring/web": "^9.6.1",
|
"@react-spring/web": "^9.6.1",
|
||||||
"@sentry/node": "^7.31.1",
|
"@sentry/node": "^7.34.0",
|
||||||
"@sentry/tracing": "^7.31.1",
|
"@sentry/tracing": "^7.34.0",
|
||||||
"@stitches/react": "^1.2.8",
|
"@stitches/react": "^1.2.8",
|
||||||
"comma-number": "^2.1.0",
|
"comma-number": "^2.1.0",
|
||||||
"copy-to-clipboard": "^3.3.3",
|
"copy-to-clipboard": "^3.3.3",
|
||||||
@@ -40,8 +40,8 @@
|
|||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"hex-to-rgba": "^2.0.1",
|
"hex-to-rgba": "^2.0.1",
|
||||||
"marked": "^4.2.12",
|
"marked": "^4.2.12",
|
||||||
"next": "13.1.3",
|
"next": "13.1.6",
|
||||||
"next-mdx-remote": "^4.2.1",
|
"next-mdx-remote": "^4.3.0",
|
||||||
"next-seo": "^5.15.0",
|
"next-seo": "^5.15.0",
|
||||||
"obj-str": "^1.1.0",
|
"obj-str": "^1.1.0",
|
||||||
"p-map": "^5.5.0",
|
"p-map": "^5.5.0",
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
"remove-markdown": "^0.5.0",
|
"remove-markdown": "^0.5.0",
|
||||||
"simple-icons": "^8.3.0",
|
"simple-icons": "^8.3.0",
|
||||||
"sitemap": "^7.1.1",
|
"sitemap": "^7.1.1",
|
||||||
"swr": "^2.0.1"
|
"swr": "^2.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jakejarvis/eslint-config": "*",
|
"@jakejarvis/eslint-config": "*",
|
||||||
@@ -81,11 +81,11 @@
|
|||||||
"@types/react-is": "^17.0.3",
|
"@types/react-is": "^17.0.3",
|
||||||
"@types/remove-markdown": "^0.3.1",
|
"@types/remove-markdown": "^0.3.1",
|
||||||
"@types/uglify-js": "^3.17.1",
|
"@types/uglify-js": "^3.17.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
"@typescript-eslint/eslint-plugin": "^5.49.0",
|
||||||
"@typescript-eslint/parser": "^5.48.2",
|
"@typescript-eslint/parser": "^5.49.0",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "~8.32.0",
|
"eslint": "~8.32.0",
|
||||||
"eslint-config-next": "13.1.3",
|
"eslint-config-next": "13.1.6",
|
||||||
"eslint-config-prettier": "~8.6.0",
|
"eslint-config-prettier": "~8.6.0",
|
||||||
"eslint-plugin-mdx": "~2.0.5",
|
"eslint-plugin-mdx": "~2.0.5",
|
||||||
"eslint-plugin-prettier": "~4.2.1",
|
"eslint-plugin-prettier": "~4.2.1",
|
||||||
@@ -116,6 +116,6 @@
|
|||||||
},
|
},
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "18.13.0",
|
"node": "18.13.0",
|
||||||
"npm": "9.3.1"
|
"npm": "9.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user