Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Sep 17, 2024
1 parent a29ab7d commit 3810442
Show file tree
Hide file tree
Showing 2 changed files with 346 additions and 346 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "thursday",
"private": true,
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c",
"scripts": {
"codegen": "graphql-codegen --config codegen.ts",
"dev": "next dev",
Expand All @@ -17,27 +17,27 @@
"@graphql-typed-document-node/core": "3.2.0",
"@primer/css": "21.3.6",
"@tailwindcss/typography": "0.5.15",
"@types/jsonwebtoken": "9.0.6",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/jsonwebtoken": "9.0.7",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "0.0.0-experimental-7449567-20240904",
"daisyui": "4.12.10",
"dotenv": "16.4.5",
"encoding": "0.1.13",
"eslint": "8.57.0",
"eslint-config-next": "15.0.0-canary.143",
"expo-server-sdk": "3.10.0",
"eslint": "8.57.1",
"eslint-config-next": "15.0.0-canary.157",
"expo-server-sdk": "3.11.0",
"graphql": "16.9.0",
"graphql-request": "7.1.0",
"hast-util-sanitize": "5.0.1",
"jsonwebtoken": "9.0.2",
"next": "15.0.0-canary.143",
"postcss": "8.4.45",
"next": "15.0.0-canary.157",
"postcss": "8.4.47",
"prettier": "3.3.3",
"react": "19.0.0-rc-4c58fce7-20240904",
"react-dom": "19.0.0-rc-4c58fce7-20240904",
"react": "19.0.0-rc-f2df5694-20240916",
"react-dom": "19.0.0-rc-f2df5694-20240916",
"rehype-external-links": "3.0.0",
"rehype-raw": "7.0.0",
"rehype-sanitize": "6.0.0",
Expand All @@ -46,8 +46,8 @@
"remark-parse": "11.0.0",
"remark-rehype": "11.1.0",
"sharp": "0.33.5",
"tailwindcss": "3.4.10",
"typescript": "5.5.4",
"tailwindcss": "3.4.11",
"typescript": "5.6.2",
"unified": "11.0.5"
}
}
Loading

0 comments on commit 3810442

Please sign in to comment.