Skip to content

Commit 7aaf71e

Browse files
committed
chore: some update
1 parent 9448ab1 commit 7aaf71e

File tree

3 files changed

+68
-67
lines changed

3 files changed

+68
-67
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"editor.formatOnSave": false,
2+
"editor.formatOnSave": true,
33
"editor.codeActionsOnSave": {
44
"source.fixAll.eslint": "explicit"
55
},

package.json

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -35,63 +35,64 @@
3535
"@radix-ui/react-tooltip": "^1.0.7",
3636
"@react-email/components": "^0.0.15",
3737
"@react-email/tailwind": "^0.0.14",
38-
"@swc/core": "^1.3.105",
39-
"@types/node": "^18.11.11",
40-
"@types/react": "^18.0.26",
41-
"@types/react-dom": "^18.0.9",
38+
"@swc/core": "^1.4.17",
39+
"@types/node": "^18.19.31",
40+
"@types/react": "^18.3.1",
41+
"@types/react-dom": "^18.3.0",
4242
"@vercel/analytics": "^1.2.2",
43-
"axios": "^1.6.7",
43+
"axios": "^1.6.8",
4444
"class-variance-authority": "^0.7.0",
4545
"clsx": "^1.2.1",
46-
"date-fns": "^2.29.3",
46+
"date-fns": "^2.30.0",
4747
"dotenv-load": "^2.0.1",
4848
"embla-carousel-react": "8.0.0-rc22",
49-
"eslint": "^8.56.0",
50-
"eslint-config-next": "^14.1.4",
49+
"eslint": "^8.57.0",
50+
"eslint-config-next": "^14.2.3",
5151
"hastscript": "^9.0.0",
5252
"next": "14.1.4",
5353
"next-env": "^1.1.1",
5454
"next-themes": "^0.2.1",
55-
"react": "^18.2.0",
56-
"react-dom": "^18.2.0",
55+
"react": "^18.3.1",
56+
"react-dom": "^18.3.1",
5757
"react-email": "2.1.0",
58-
"react-hook-form": "^7.51.0",
58+
"react-hook-form": "^7.51.3",
5959
"react-query": "^3.39.3",
6060
"rehype-autolink-headings": "^7.1.0",
6161
"rehype-pretty-code": "^0.13.1",
6262
"rehype-slug": "^6.0.0",
6363
"remark-gfm": "^3.0.1",
6464
"resend": "^3.2.0",
65-
"sharp": "^0.33.2",
65+
"sharp": "^0.33.3",
6666
"shiki": "^1.4.0",
67-
"tailwind-merge": "^2.0.0",
67+
"tailwind-merge": "^2.3.0",
6868
"tailwindcss-animate": "^1.0.7",
69-
"typescript": ">=4.3.5 <5.4.0",
70-
"zod": "^3.22.4"
69+
"typescript": "^5.1.6",
70+
"zod": "^3.23.5"
7171
},
7272
"devDependencies": {
7373
"@commitlint/cli": "^19.3.0",
7474
"@commitlint/config-conventional": "^19.2.2",
75-
"@shikijs/rehype": "^1.2.0",
76-
"@swc/jest": "^0.2.31",
77-
"@tailwindcss/typography": "^0.5.10",
78-
"@testing-library/jest-dom": "^6.3.0",
79-
"@testing-library/react": "^14.1.2",
80-
"@types/jest": "^29.5.11",
81-
"@typescript-eslint/eslint-plugin": "^6.19.1",
82-
"@typescript-eslint/parser": "^6.19.1",
83-
"autoprefixer": "^10.4.13",
75+
"@shikijs/rehype": "^1.4.0",
76+
"@swc/jest": "^0.2.36",
77+
"@tailwindcss/typography": "^0.5.13",
78+
"@testing-library/jest-dom": "^6.4.2",
79+
"@testing-library/react": "^14.3.1",
80+
"@types/jest": "^29.5.12",
81+
"@typescript-eslint/eslint-plugin": "^6.21.0",
82+
"@typescript-eslint/parser": "^6.21.0",
83+
"autoprefixer": "^10.4.19",
8484
"eslint-config-prettier": "^9.1.0",
8585
"eslint-plugin-prettier": "^5.1.3",
86-
"eslint-plugin-react": "^7.33.2",
87-
"eslint-plugin-react-hooks": "^4.6.0",
86+
"eslint-plugin-react": "^7.34.1",
87+
"eslint-plugin-react-hooks": "^4.6.2",
8888
"husky": "^9.0.11",
8989
"jest": "^29.7.0",
9090
"jest-environment-jsdom": "^29.7.0",
91-
"postcss": "^8.4.19",
91+
"postcss": "^8.4.38",
9292
"prettier": "^3.2.5",
9393
"prettier-plugin-tailwindcss": "^0.5.14",
9494
"tailwindcss": "^3.4.3",
9595
"velite": "0.1.0-beta.13"
96-
}
96+
},
97+
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
9798
}

pnpm-lock.yaml

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)