fix codespaces

This commit is contained in:
2023-01-19 22:26:17 -05:00
parent e614e70240
commit abc3d76d4f
7 changed files with 557 additions and 458 deletions
+18 -18
View File
@@ -19,15 +19,15 @@
"dependencies": {
"@giscus/react": "^2.2.6",
"@hcaptcha/react-hcaptcha": "^1.4.4",
"@next/font": "13.1.1",
"@next/font": "13.1.3",
"@novnc/novnc": "github:novnc/novnc#cd94c2aed2582fd85ec5ecc444967fc7ec60a649",
"@octokit/graphql": "^5.0.4",
"@octokit/graphql-schema": "^12.41.0",
"@primer/octicons": "^17.10.1",
"@prisma/client": "^4.8.1",
"@octokit/graphql-schema": "^12.41.1",
"@primer/octicons": "^17.10.2",
"@prisma/client": "^4.9.0",
"@react-spring/web": "^9.6.1",
"@sentry/node": "^7.29.0",
"@sentry/tracing": "^7.29.0",
"@sentry/node": "^7.31.1",
"@sentry/tracing": "^7.31.1",
"@stitches/react": "^1.2.8",
"comma-number": "^2.1.0",
"copy-to-clipboard": "^3.3.3",
@@ -39,8 +39,8 @@
"formik": "^2.2.9",
"gray-matter": "^4.0.3",
"hex-to-rgba": "^2.0.1",
"marked": "^4.2.5",
"next": "13.1.1",
"marked": "^4.2.12",
"next": "13.1.3",
"next-mdx-remote": "^4.2.1",
"next-seo": "^5.15.0",
"obj-str": "^1.1.0",
@@ -64,9 +64,9 @@
"remark-smartypants": "^2.0.0",
"remark-unwrap-images": "^3.0.1",
"remove-markdown": "^0.5.0",
"simple-icons": "^8.2.0",
"simple-icons": "^8.3.0",
"sitemap": "^7.1.1",
"swr": "^2.0.0"
"swr": "^2.0.1"
},
"devDependencies": {
"@jakejarvis/eslint-config": "*",
@@ -76,22 +76,22 @@
"@types/node": "*",
"@types/novnc__novnc": "^1.3.0",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.0.26",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-is": "^17.0.3",
"@types/remove-markdown": "^0.3.1",
"@types/uglify-js": "^3.17.1",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"cross-env": "^7.0.3",
"eslint": "~8.31.0",
"eslint-config-next": "13.1.1",
"eslint": "~8.32.0",
"eslint-config-next": "13.1.3",
"eslint-config-prettier": "~8.6.0",
"eslint-plugin-mdx": "~2.0.5",
"eslint-plugin-prettier": "~4.2.1",
"lint-staged": "^13.1.0",
"prettier": "^2.8.1",
"prisma": "^4.8.1",
"prettier": "^2.8.3",
"prisma": "^4.9.0",
"simple-git-hooks": "^2.8.1",
"typescript": "^4.9.4",
"uglify-js": "^3.17.4"
@@ -116,6 +116,6 @@
},
"volta": {
"node": "18.13.0",
"npm": "9.2.0"
"npm": "9.3.1"
}
}