Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Aug 19, 2024
1 parent d4f2299 commit 65aef5b
Show file tree
Hide file tree
Showing 3 changed files with 1,232 additions and 1,103 deletions.
3 changes: 2 additions & 1 deletion app/(markdown)/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import "@primer/css/dist/base.css";
import "@primer/css/dist/primitives.css";
import "@primer/css/dist/color-modes.css";
import "@primer/css/dist/base.css";
import "@primer/css/dist/markdown.css";
import "./markdown.css";

Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "thursday",
"private": true,
"packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631",
"packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247",
"scripts": {
"codegen": "graphql-codegen --config codegen.ts",
"dev": "next dev",
Expand All @@ -13,28 +13,28 @@
},
"dependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.3.0",
"@graphql-codegen/client-preset": "4.3.3",
"@graphql-typed-document-node/core": "3.2.0",
"@primer/css": "21.3.1",
"@tailwindcss/typography": "0.5.13",
"@primer/css": "21.3.6",
"@tailwindcss/typography": "0.5.14",
"@types/jsonwebtoken": "9.0.6",
"@types/node": "20.14.2",
"@types/node": "22.4.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"daisyui": "4.12.2",
"autoprefixer": "10.4.20",
"daisyui": "4.12.10",
"dotenv": "16.4.5",
"encoding": "0.1.13",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-next": "14.2.5",
"expo-server-sdk": "3.10.0",
"graphql": "16.8.2",
"graphql-request": "6.1.0",
"graphql": "16.9.0",
"graphql-request": "7.1.0",
"hast-util-sanitize": "5.0.1",
"jsonwebtoken": "9.0.2",
"next": "14.2.4",
"postcss": "8.4.38",
"prettier": "3.3.2",
"next": "14.2.5",
"postcss": "8.4.41",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"rehype-external-links": "3.0.0",
Expand All @@ -44,9 +44,9 @@
"rehype-stringify": "10.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.0",
"sharp": "0.33.4",
"tailwindcss": "3.4.4",
"typescript": "5.4.5",
"unified": "11.0.4"
"sharp": "0.33.5",
"tailwindcss": "3.4.10",
"typescript": "5.5.4",
"unified": "11.0.5"
}
}
Loading

0 comments on commit 65aef5b

Please sign in to comment.