1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 10:45:23 -04:00

bump some deps

This commit is contained in:
Jake Jarvis 2022-10-01 12:47:28 -04:00
parent beb74f84ce
commit 8f355922fd
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 676 additions and 698 deletions

1338
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,12 +24,12 @@
"@hcaptcha/react-hcaptcha": "^1.4.4",
"@novnc/novnc": "github:novnc/novnc#c101a31520aba083a85edcb2f3269a826471007a",
"@octokit/graphql": "^5.0.1",
"@octokit/graphql-schema": "^12.7.1",
"@primer/octicons": "^17.5.0",
"@prisma/client": "^4.3.1",
"@react-spring/web": "^9.5.4",
"@sentry/node": "^7.13.0",
"@sentry/tracing": "^7.13.0",
"@octokit/graphql-schema": "^12.8.1",
"@primer/octicons": "^17.6.0",
"@prisma/client": "^4.4.0",
"@react-spring/web": "^9.5.5",
"@sentry/node": "^7.14.0",
"@sentry/tracing": "^7.14.0",
"@stitches/react": "^1.2.8",
"comma-number": "^2.1.0",
"copy-to-clipboard": "^3.3.2",
@ -41,8 +41,8 @@
"formik": "^2.2.9",
"gray-matter": "^4.0.3",
"hex-to-rgba": "^2.0.1",
"marked": "^4.1.0",
"next": "12.3.2-canary.7",
"marked": "^4.1.1",
"next": "12.3.2-canary.16",
"next-mdx-remote": "^4.1.0",
"next-seo": "^5.5.0",
"obj-str": "^1.1.0",
@ -66,13 +66,13 @@
"remark-smartypants": "^2.0.0",
"remark-unwrap-images": "^3.0.1",
"remove-markdown": "^0.5.0",
"simple-icons": "^7.12.0",
"simple-icons": "^7.13.0",
"sitemap": "^7.1.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@jakejarvis/eslint-config": "*",
"@svgr/webpack": "^6.3.1",
"@svgr/webpack": "^6.4.0",
"@types/comma-number": "^2.1.0",
"@types/marked": "^4.0.7",
"@types/node": "*",
@ -83,23 +83,23 @@
"@types/react-is": "^17.0.3",
"@types/remove-markdown": "^0.3.1",
"@types/uglify-js": "^3.17.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"cross-env": "^7.0.3",
"eslint": "~8.23.1",
"eslint-config-next": "12.3.2-canary.7",
"eslint": "~8.24.0",
"eslint-config-next": "12.3.2-canary.16",
"eslint-config-prettier": "~8.5.0",
"eslint-plugin-mdx": "~2.0.5",
"eslint-plugin-prettier": "~4.2.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prisma": "^4.3.1",
"prisma": "^4.4.0",
"simple-git-hooks": "^2.8.0",
"typescript": "^4.8.3",
"uglify-js": "^3.17.1"
"typescript": "^4.8.4",
"uglify-js": "^3.17.2"
},
"optionalDependencies": {
"sharp": "^0.31.0"
"sharp": "^0.31.1"
},
"engines": {
"node": ">=16.x"