mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-20 16:55:32 -04:00
bump next to 13.1.0
This commit is contained in:
+12
-12
@@ -17,17 +17,17 @@
|
||||
"lint": "eslint . --ext js,jsx,ts,tsx,md,mdx"
|
||||
},
|
||||
"dependencies": {
|
||||
"@giscus/react": "^2.2.4",
|
||||
"@giscus/react": "^2.2.6",
|
||||
"@hcaptcha/react-hcaptcha": "^1.4.4",
|
||||
"@next/font": "13.0.7",
|
||||
"@next/font": "13.1.0",
|
||||
"@novnc/novnc": "github:novnc/novnc#cd94c2aed2582fd85ec5ecc444967fc7ec60a649",
|
||||
"@octokit/graphql": "^5.0.4",
|
||||
"@octokit/graphql-schema": "^12.41.0",
|
||||
"@primer/octicons": "^17.10.0",
|
||||
"@prisma/client": "^4.7.1",
|
||||
"@prisma/client": "^4.8.0",
|
||||
"@react-spring/web": "^9.6.1",
|
||||
"@sentry/node": "^7.27.0",
|
||||
"@sentry/tracing": "^7.27.0",
|
||||
"@sentry/node": "^7.28.1",
|
||||
"@sentry/tracing": "^7.28.1",
|
||||
"@stitches/react": "^1.2.8",
|
||||
"comma-number": "^2.1.0",
|
||||
"copy-to-clipboard": "^3.3.3",
|
||||
@@ -40,14 +40,14 @@
|
||||
"gray-matter": "^4.0.3",
|
||||
"hex-to-rgba": "^2.0.1",
|
||||
"marked": "^4.2.4",
|
||||
"next": "13.0.7",
|
||||
"next": "13.1.0",
|
||||
"next-mdx-remote": "^4.2.0",
|
||||
"next-seo": "^5.15.0",
|
||||
"obj-str": "^1.1.0",
|
||||
"p-map": "^5.5.0",
|
||||
"p-memoize": "^7.1.1",
|
||||
"prop-types": "^15.8.1",
|
||||
"query-string": "^8.0.3",
|
||||
"query-string": "^8.1.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-error-boundary": "^3.1.4",
|
||||
@@ -81,23 +81,23 @@
|
||||
"@types/react-is": "^17.0.3",
|
||||
"@types/remove-markdown": "^0.3.1",
|
||||
"@types/uglify-js": "^3.17.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.46.1",
|
||||
"@typescript-eslint/parser": "^5.46.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.47.0",
|
||||
"@typescript-eslint/parser": "^5.47.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "~8.30.0",
|
||||
"eslint-config-next": "13.0.7",
|
||||
"eslint-config-next": "13.1.0",
|
||||
"eslint-config-prettier": "~8.5.0",
|
||||
"eslint-plugin-mdx": "~2.0.5",
|
||||
"eslint-plugin-prettier": "~4.2.1",
|
||||
"lint-staged": "^13.1.0",
|
||||
"prettier": "^2.8.1",
|
||||
"prisma": "^4.7.1",
|
||||
"prisma": "^4.8.0",
|
||||
"simple-git-hooks": "^2.8.1",
|
||||
"typescript": "^4.9.4",
|
||||
"uglify-js": "^3.17.4"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sharp": "^0.31.2"
|
||||
"sharp": "^0.31.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.x"
|
||||
|
||||
Reference in New Issue
Block a user