Skip to content

Commit 177c6c8

Browse files
authored
Merge pull request #1062 from mbifulco/f/product-is-a-signal
newsletter on product as a signal
2 parents 62e2173 + 387eb28 commit 177c6c8

File tree

6 files changed

+268
-181
lines changed

6 files changed

+268
-181
lines changed

e2e/newsletter-signup.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ test.describe('Newsletter Signup Page', () => {
145145
test('should have correct page title and meta description', async ({
146146
page,
147147
}) => {
148-
await expect(page).toHaveTitle(/Newsletter Signup - Mike Bifulco/);
148+
await expect(page).toHaveTitle("💌 Tiny Improvements Newsletter, from Mike Bifulco");
149149
});
150150

151151
test('should be responsive on mobile viewport', async ({ page }) => {

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"@t3-oss/env-nextjs": "^0.13.8",
3737
"@tailwindcss/typography": "^0.5.16",
3838
"@tanstack/react-query": "^5.84.1",
39-
"@trpc/client": "11.4.3",
40-
"@trpc/next": "11.4.3",
41-
"@trpc/react-query": "11.4.3",
42-
"@trpc/server": "11.4.3",
39+
"@trpc/client": "11.4.4",
40+
"@trpc/next": "11.4.4",
41+
"@trpc/react-query": "11.4.4",
42+
"@trpc/server": "11.4.4",
4343
"@types/mdx": "^2.0.13",
4444
"class-variance-authority": "^0.7.1",
4545
"clsx": "^2.1.1",
@@ -67,11 +67,11 @@
6767
"rehype-img-size": "^1.0.1",
6868
"rehype-slug": "^6.0.0",
6969
"remark-gfm": "^4.0.1",
70-
"resend": "^4.7.0",
70+
"resend": "^4.8.0",
7171
"sass": "^1.89.2",
7272
"sharp": "^0.34.3",
7373
"slugify": "^1.6.6",
74-
"sonner": "^2.0.6",
74+
"sonner": "^2.0.7",
7575
"superjson": "^2.2.2",
7676
"svix": "^1.70.0",
7777
"tailwind-merge": "^3.3.1",
@@ -87,11 +87,11 @@
8787
"@testing-library/react": "^16.3.0",
8888
"@testing-library/user-event": "^14.6.1",
8989
"@types/eslint": "^9.6.1",
90-
"@types/node": "^24.1.0",
90+
"@types/node": "^24.2.0",
9191
"@types/pluralize": "^0.0.33",
9292
"@types/react": "19.1.9",
93-
"@typescript-eslint/eslint-plugin": "^8.38.0",
94-
"@typescript-eslint/parser": "^8.38.0",
93+
"@typescript-eslint/eslint-plugin": "^8.39.0",
94+
"@typescript-eslint/parser": "^8.39.0",
9595
"@vitejs/plugin-react": "^4.7.0",
9696
"depcheck": "^1.4.7",
9797
"dotenv": "^17.2.1",
@@ -113,7 +113,7 @@
113113
"schema-dts": "^1.1.5",
114114
"tailwindcss": "^4.1.11",
115115
"typescript": "5.9.2",
116-
"typescript-eslint": "^8.38.0",
116+
"typescript-eslint": "^8.39.0",
117117
"vite-tsconfig-paths": "^5.1.4",
118118
"vitest": "^3.2.4"
119119
},

0 commit comments

Comments
 (0)