Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1582250

Browse files
authoredJan 16, 2025··
fix(deps): update all non-major dependencies
1 parent 7d796a5 commit 1582250

File tree

2 files changed

+616
-525
lines changed

2 files changed

+616
-525
lines changed
 

‎package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.1-alpha.4",
55
"private": true,
6-
"packageManager": "pnpm@9.15.1",
6+
"packageManager": "pnpm@9.15.4",
77
"description": "My Simple Personal website",
88
"author": "Zach <https://ssstttar.com>",
99
"license": "MIT",
@@ -31,11 +31,11 @@
3131
"test": "vitest run --config vitest.config.ts"
3232
},
3333
"dependencies": {
34-
"@tailwindcss/typography": "^0.5.15",
34+
"@tailwindcss/typography": "^0.5.16",
3535
"clsx": "^2.1.1",
3636
"commitlint-config-gitmoji": "^2.3.1",
3737
"motion": "11.15.0",
38-
"next": "14.2.21",
38+
"next": "14.2.23",
3939
"postcss-import": "^16.1.0",
4040
"react": "^19.0.0",
4141
"react-dom": "^19.0.0"
@@ -45,23 +45,23 @@
4545
"@commitlint/config-conventional": "^19.6.0",
4646
"@floating-ui/react-dom": "^2.1.2",
4747
"@iconify-json/material-symbols": "^1.2.12",
48-
"@iconify-json/mingcute": "^1.2.2",
48+
"@iconify-json/mingcute": "^1.2.3",
4949
"@iconify/tailwind": "^1.2.0",
5050
"@innei/prettier": "^0.15.0",
5151
"@peculiar/webcrypto": "^1.5.0",
5252
"@tailwindcss/container-queries": "^0.1.1",
5353
"@testing-library/jest-dom": "^6.6.3",
5454
"@testing-library/react": "^16.1.0",
55-
"@types/node": "^20.17.10",
56-
"@types/react": "^19.0.2",
55+
"@types/node": "^20.17.14",
56+
"@types/react": "^19.0.7",
5757
"@types/react-dom": "^18.3.5",
5858
"@vitejs/plugin-react": "^4.3.4",
5959
"autoprefixer": "^10.4.20",
6060
"bypass-vue-devtools": "^0.0.6",
61-
"daisyui": "^4.12.22",
61+
"daisyui": "^4.12.23",
6262
"dayjs": "^1.11.13",
6363
"eslint": "^9.17.0",
64-
"eslint-config-hyoban": "^3.1.15",
64+
"eslint-config-hyoban": "^3.1.16",
6565
"happy-dom": "^15.11.7",
6666
"jsdom": "^25.0.1",
6767
"lint-staged": "^15.3.0",
@@ -72,7 +72,7 @@
7272
"simple-git-hooks": "^2.11.1",
7373
"tailwindcss": "^3.4.17",
7474
"tailwindcss-animated": "^1.1.2",
75-
"typescript": "5.7.2",
75+
"typescript": "5.7.3",
7676
"vitest": "^2.1.8",
7777
"vitest-canvas-mock": "^0.3.3"
7878
},

‎pnpm-lock.yaml

+607-516
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.