mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-20 16:55:32 -04:00
server all the actions!
This commit is contained in:
+6
-9
@@ -23,7 +23,7 @@
|
||||
"@giscus/react": "^3.1.0",
|
||||
"@libsql/client": "0.15.0-pre.1",
|
||||
"@mdx-js/mdx": "^3.1.0",
|
||||
"@next/bundle-analyzer": "15.1.6",
|
||||
"@next/bundle-analyzer": "15.2.0-canary.46",
|
||||
"@octokit/graphql": "^8.2.0",
|
||||
"@octokit/graphql-schema": "^15.25.0",
|
||||
"@prisma/adapter-libsql": "^6.3.1",
|
||||
@@ -36,11 +36,9 @@
|
||||
"dayjs": "^1.11.13",
|
||||
"fast-glob": "^3.3.3",
|
||||
"feed": "^4.2.2",
|
||||
"formik": "^2.4.6",
|
||||
"gray-matter": "^4.0.3",
|
||||
"modern-normalize": "^3.0.1",
|
||||
"next": "15.1.6",
|
||||
"nodemailer": "^6.10.0",
|
||||
"next": "15.2.0-canary.46",
|
||||
"obj-str": "^1.1.0",
|
||||
"p-map": "^7.0.3",
|
||||
"p-memoize": "^7.1.1",
|
||||
@@ -65,23 +63,22 @@
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.1",
|
||||
"remark-smartypants": "^3.0.2",
|
||||
"swr": "^2.3.2",
|
||||
"resend": "^4.1.2",
|
||||
"unified": "^11.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.2.0",
|
||||
"@eslint/js": "^9.19.0",
|
||||
"@eslint/js": "^9.20.0",
|
||||
"@jakejarvis/eslint-config": "~4.0.7",
|
||||
"@types/comma-number": "^2.1.2",
|
||||
"@types/node": "^22.13.1",
|
||||
"@types/nodemailer": "^6.4.17",
|
||||
"@types/prop-types": "^15.7.14",
|
||||
"@types/react": "^19.0.8",
|
||||
"@types/react-dom": "^19.0.3",
|
||||
"@types/react-is": "^19.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "~9.19.0",
|
||||
"eslint-config-next": "15.1.6",
|
||||
"eslint": "~9.20.0",
|
||||
"eslint-config-next": "15.2.0-canary.46",
|
||||
"eslint-config-prettier": "~10.0.1",
|
||||
"eslint-plugin-mdx": "~3.1.5",
|
||||
"eslint-plugin-prettier": "~5.2.3",
|
||||
|
||||
Reference in New Issue
Block a user