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

bump some deps

This commit is contained in:
2023-01-05 20:52:38 -05:00
parent 9bae48447f
commit e614e70240
4 changed files with 303 additions and 8251 deletions

View File

@@ -1 +1 @@
16.19.0 18.13.0

8521
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,11 +23,11 @@
"@novnc/novnc": "github:novnc/novnc#cd94c2aed2582fd85ec5ecc444967fc7ec60a649", "@novnc/novnc": "github:novnc/novnc#cd94c2aed2582fd85ec5ecc444967fc7ec60a649",
"@octokit/graphql": "^5.0.4", "@octokit/graphql": "^5.0.4",
"@octokit/graphql-schema": "^12.41.0", "@octokit/graphql-schema": "^12.41.0",
"@primer/octicons": "^17.10.0", "@primer/octicons": "^17.10.1",
"@prisma/client": "^4.8.0", "@prisma/client": "^4.8.1",
"@react-spring/web": "^9.6.1", "@react-spring/web": "^9.6.1",
"@sentry/node": "^7.28.1", "@sentry/node": "^7.29.0",
"@sentry/tracing": "^7.28.1", "@sentry/tracing": "^7.29.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",
@@ -41,7 +41,7 @@
"hex-to-rgba": "^2.0.1", "hex-to-rgba": "^2.0.1",
"marked": "^4.2.5", "marked": "^4.2.5",
"next": "13.1.1", "next": "13.1.1",
"next-mdx-remote": "^4.2.0", "next-mdx-remote": "^4.2.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",
@@ -81,17 +81,17 @@
"@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.47.1", "@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.47.1", "@typescript-eslint/parser": "^5.48.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "~8.31.0", "eslint": "~8.31.0",
"eslint-config-next": "13.1.1", "eslint-config-next": "13.1.1",
"eslint-config-prettier": "~8.5.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",
"lint-staged": "^13.1.0", "lint-staged": "^13.1.0",
"prettier": "^2.8.1", "prettier": "^2.8.1",
"prisma": "^4.8.0", "prisma": "^4.8.1",
"simple-git-hooks": "^2.8.1", "simple-git-hooks": "^2.8.1",
"typescript": "^4.9.4", "typescript": "^4.9.4",
"uglify-js": "^3.17.4" "uglify-js": "^3.17.4"
@@ -115,7 +115,7 @@
] ]
}, },
"volta": { "volta": {
"node": "16.19.0", "node": "18.13.0",
"npm": "8.19.3" "npm": "9.2.0"
} }
} }

View File

@@ -1,12 +1,11 @@
generator client { generator client {
provider = "prisma-client-js" provider = "prisma-client-js"
previewFeatures = ["referentialIntegrity"]
} }
datasource db { datasource db {
provider = "mysql" provider = "mysql"
url = env("DATABASE_URL") url = env("DATABASE_URL")
referentialIntegrity = "prisma" relationMode = "prisma"
} }
model hits { model hits {