Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit b731375

Browse files
Merge pull request #72 from frontendweb3/update-packages
update the packages
2 parents bdf31d7 + e00b945 commit b731375

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

examples/demo-section-blog/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
"lint": "next lint"
99
},
1010
"dependencies": {
11-
"@types/node": "20.8.7",
12-
"@types/react": "18.2.31",
13-
"@types/react-dom": "18.2.14",
11+
"@types/node": "20.10.4",
12+
"@types/react": "18.2.45",
13+
"@types/react-dom": "18.2.17",
1414
"autoprefixer": "10.4.16",
15-
"eslint": "^8.52.0",
16-
"eslint-config-next": "^13.5.6",
17-
"next": "13.5.6",
15+
"eslint": "^8.55.0",
16+
"eslint-config-next": "^14.0.4",
17+
"next": "14.0.4",
1818
"nextra": "^2.13.2",
19-
"postcss": "8.4.31",
19+
"postcss": "8.4.32",
2020
"react": "18.2.0",
2121
"react-dom": "18.2.0",
2222
"section-blog-theme": "workspace:*",
23-
"tailwindcss": "3.3.3",
24-
"typescript": "5.2.2"
23+
"tailwindcss": "3.3.6",
24+
"typescript": "5.3.3"
2525
}
2626
}

packages/section-blog-theme/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"name": "section-blog-theme",
33
"version": "0.1.9",
44
"main": "dist/index.js",
@@ -87,38 +87,38 @@
8787
"@radix-ui/react-tabs": "^1.0.4",
8888
"@radix-ui/react-toast": "^1.1.5",
8989
"@radix-ui/react-tooltip": "^1.0.7",
90-
"@types/node": "20.8.7",
91-
"@types/react": "18.2.31",
92-
"@types/react-dom": "18.2.14",
90+
"@types/node": "20.10.4",
91+
"@types/react": "18.2.45",
92+
"@types/react-dom": "18.2.17",
9393
"autoprefixer": "10.4.16",
9494
"class-variance-authority": "^0.7.0",
9595
"clsx": "^2.0.0",
9696
"cmdk": "^0.2.0",
9797
"dayjs": "^1.11.10",
98-
"eslint": "^8.52.0",
99-
"eslint-config-next": "^13.5.6",
100-
"lucide-react": "^0.288.0",
101-
"next": "13.5.6",
102-
"next-seo": "^6.1.0",
98+
"eslint": "^8.55.0",
99+
"eslint-config-next": "^14.0.4",
100+
"lucide-react": "^0.294.0",
101+
"next": "14.0.4",
102+
"next-seo": "^6.4.0",
103103
"next-themes": "^0.2.1",
104104
"nextra": "^2.13.2",
105-
"postcss": "8.4.31",
105+
"postcss": "8.4.32",
106106
"react": "18.2.0",
107107
"react-dom": "18.2.0",
108108
"react-web-share": "^2.0.2",
109109
"slugify": "^1.6.6",
110-
"tailwind-merge": "^1.14.0",
111-
"tailwindcss": "3.3.3",
110+
"tailwind-merge": "^2.1.0",
111+
"tailwindcss": "3.3.6",
112112
"tailwindcss-animate": "^1.0.7",
113-
"tsup": "^7.2.0",
114-
"typescript": "5.2.2",
113+
"tsup": "^8.0.1",
114+
"typescript": "5.3.3",
115115
"usehooks-ts": "^2.9.1",
116-
"zustand": "^4.4.4"
116+
"zustand": "^4.4.7"
117117
},
118118
"devDependencies": {
119119
"@tailwindcss/typography": "^0.5.10",
120-
"@testing-library/jest-dom": "^6.1.4",
121-
"@testing-library/react": "^14.0.0",
120+
"@testing-library/jest-dom": "^6.1.5",
121+
"@testing-library/react": "^14.1.2",
122122
"jest": "^29.7.0",
123123
"jest-environment-jsdom": "^29.7.0"
124124
},

0 commit comments

Comments
 (0)