1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 09:41:16 -04:00

bump next to 13.2

This commit is contained in:
2023-03-08 18:03:56 -05:00
parent 06933b4665
commit 88b1633d7a
5 changed files with 728 additions and 567 deletions

View File

@@ -1 +1 @@
18.13.0 18.15.0

1230
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,17 +17,17 @@
"lint": "eslint . --ext js,jsx,ts,tsx,md,mdx" "lint": "eslint . --ext js,jsx,ts,tsx,md,mdx"
}, },
"dependencies": { "dependencies": {
"@giscus/react": "^2.2.6", "@giscus/react": "^2.2.8",
"@hcaptcha/react-hcaptcha": "^1.4.4", "@hcaptcha/react-hcaptcha": "^1.4.4",
"@next/font": "13.1.6", "@next/font": "13.2.3",
"@novnc/novnc": "github:novnc/novnc#cd94c2aed2582fd85ec5ecc444967fc7ec60a649", "@novnc/novnc": "github:novnc/novnc#cd94c2aed2582fd85ec5ecc444967fc7ec60a649",
"@octokit/graphql": "^5.0.5", "@octokit/graphql": "^5.0.5",
"@octokit/graphql-schema": "^12.41.1", "@octokit/graphql-schema": "^13.7.0",
"@primer/octicons": "^17.11.1", "@primer/octicons": "^18.1.0",
"@prisma/client": "^4.9.0", "@prisma/client": "^4.11.0",
"@react-spring/web": "^9.6.1", "@react-spring/web": "^9.7.1",
"@sentry/node": "^7.34.0", "@sentry/node": "^7.41.0",
"@sentry/tracing": "^7.34.0", "@sentry/tracing": "^7.41.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.6", "next": "13.2.3",
"next-mdx-remote": "^4.3.0", "next-mdx-remote": "^4.4.1",
"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",
@@ -53,20 +53,20 @@
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",
"react-gist": "^1.2.4", "react-gist": "^1.2.4",
"react-innertext": "^1.1.5", "react-innertext": "^1.1.5",
"react-intersection-observer": "^9.4.1", "react-intersection-observer": "^9.4.3",
"react-is": "18.2.0", "react-is": "18.2.0",
"react-player": "^2.11.0", "react-player": "^2.12.0",
"react-textarea-autosize": "^8.4.0", "react-textarea-autosize": "^8.4.0",
"react-twitter-embed": "^4.0.4", "react-twitter-embed": "^4.0.4",
"rehype-prism-plus": "^1.5.0", "rehype-prism-plus": "^1.5.1",
"rehype-slug": "^5.1.0", "rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1", "remark-gfm": "^3.0.1",
"remark-smartypants": "^2.0.0", "remark-smartypants": "^2.0.0",
"remark-unwrap-images": "^3.0.1", "remark-unwrap-images": "^3.0.1",
"remove-markdown": "^0.5.0", "remove-markdown": "^0.5.0",
"simple-icons": "^8.3.0", "simple-icons": "^8.6.0",
"sitemap": "^7.1.1", "sitemap": "^7.1.1",
"swr": "^2.0.3" "swr": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {
"@jakejarvis/eslint-config": "*", "@jakejarvis/eslint-config": "*",
@@ -76,24 +76,24 @@
"@types/node": "*", "@types/node": "*",
"@types/novnc__novnc": "^1.3.0", "@types/novnc__novnc": "^1.3.0",
"@types/prop-types": "^15.7.5", "@types/prop-types": "^15.7.5",
"@types/react": "^18.0.27", "@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10", "@types/react-dom": "^18.0.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.49.0", "@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.49.0", "@typescript-eslint/parser": "^5.54.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "~8.32.0", "eslint": "~8.35.0",
"eslint-config-next": "13.1.6", "eslint-config-next": "13.2.3",
"eslint-config-prettier": "~8.6.0", "eslint-config-prettier": "~8.7.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",
"lint-staged": "^13.1.0", "lint-staged": "^13.1.2",
"prettier": "^2.8.3", "prettier": "^2.8.4",
"prisma": "^4.9.0", "prisma": "^4.11.0",
"simple-git-hooks": "^2.8.1", "simple-git-hooks": "^2.8.1",
"typescript": "^4.9.4", "typescript": "^4.9.5",
"uglify-js": "^3.17.4" "uglify-js": "^3.17.4"
}, },
"optionalDependencies": { "optionalDependencies": {
@@ -114,8 +114,9 @@
"eslint" "eslint"
] ]
}, },
"packageManager": "npm@9.4.1",
"volta": { "volta": {
"node": "18.13.0", "node": "18.15.0",
"npm": "9.4.0" "npm": "9.6.1"
} }
} }

View File

@@ -190,8 +190,8 @@ const Index = () => {
</ColorfulLink> </ColorfulLink>
, and{" "} , and{" "}
<ColorfulLink <ColorfulLink
href="https://xkcd.com/1319/" href="https://github.com/jakejarvis?tab=repositories&q=github-actions&type=source&language=&sort=stargazers"
title='"Automation" on xkcd' title='My repositories tagged with "github-actions" on GitHub'
lightColor="#ff6200" lightColor="#ff6200"
darkColor="#f46c16" darkColor="#f46c16"
> >

2
types/note.d.ts vendored
View File

@@ -17,7 +17,7 @@ export type NoteWithSource = {
frontMatter: NoteFrontMatter; frontMatter: NoteFrontMatter;
// the final, compiled JSX by next-mdx-remote; see lib/helpers/parse-notes.ts // the final, compiled JSX by next-mdx-remote; see lib/helpers/parse-notes.ts
source: MDXRemoteSerializeResult<Record<string, never>>; source: Partial<Pick<MDXRemoteSerializeResult<Record<string, never>, Record<string, never>>>>;
}; };
export type NotesByYear = { export type NotesByYear = {