1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-01-14 07:22:56 -05:00

bump next

This commit is contained in:
2022-10-14 11:25:37 -04:00
parent aecdfea787
commit 24f5c86299
3 changed files with 358 additions and 356 deletions

View File

@@ -1 +1 @@
16.17.1 16.18.0

702
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,7 +23,7 @@
"@giscus/react": "^2.2.0", "@giscus/react": "^2.2.0",
"@hcaptcha/react-hcaptcha": "^1.4.4", "@hcaptcha/react-hcaptcha": "^1.4.4",
"@novnc/novnc": "github:novnc/novnc#c101a31520aba083a85edcb2f3269a826471007a", "@novnc/novnc": "github:novnc/novnc#c101a31520aba083a85edcb2f3269a826471007a",
"@octokit/graphql": "^5.0.1", "@octokit/graphql": "^5.0.3",
"@octokit/graphql-schema": "^12.11.0", "@octokit/graphql-schema": "^12.11.0",
"@primer/octicons": "^17.7.0", "@primer/octicons": "^17.7.0",
"@prisma/client": "^4.4.0", "@prisma/client": "^4.4.0",
@@ -43,7 +43,7 @@
"hex-to-rgba": "^2.0.1", "hex-to-rgba": "^2.0.1",
"marked": "^4.1.1", "marked": "^4.1.1",
"mem": "^9.0.2", "mem": "^9.0.2",
"next": "12.3.2-canary.24", "next": "12.3.2-canary.28",
"next-mdx-remote": "^4.1.0", "next-mdx-remote": "^4.1.0",
"next-seo": "^5.5.0", "next-seo": "^5.5.0",
"obj-str": "^1.1.0", "obj-str": "^1.1.0",
@@ -73,7 +73,7 @@
}, },
"devDependencies": { "devDependencies": {
"@jakejarvis/eslint-config": "*", "@jakejarvis/eslint-config": "*",
"@svgr/webpack": "^6.4.0", "@svgr/webpack": "^6.5.0",
"@types/comma-number": "^2.1.0", "@types/comma-number": "^2.1.0",
"@types/marked": "^4.0.7", "@types/marked": "^4.0.7",
"@types/node": "*", "@types/node": "*",
@@ -88,7 +88,7 @@
"@typescript-eslint/parser": "^5.40.0", "@typescript-eslint/parser": "^5.40.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "~8.25.0", "eslint": "~8.25.0",
"eslint-config-next": "12.3.2-canary.24", "eslint-config-next": "12.3.2-canary.28",
"eslint-config-prettier": "~8.5.0", "eslint-config-prettier": "~8.5.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",
@@ -118,7 +118,7 @@
] ]
}, },
"volta": { "volta": {
"node": "16.17.1", "node": "16.18.0",
"npm": "8.19.2" "npm": "8.19.2"
} }
} }