Skip to content

Commit 799b8ee

Browse files
authored
Merge pull request #1121 from mbifulco/newsletter/nudge-theor
feat: fresh newsletter on nudge theory
2 parents b11abcc + 195b883 commit 799b8ee

4 files changed

Lines changed: 348 additions & 286 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@headlessui/react": "^2.2.9",
3333
"@mdx-js/mdx": "^3.1.1",
3434
"@mdx-js/react": "^3.1.1",
35-
"@next/bundle-analyzer": "16.0.3",
35+
"@next/bundle-analyzer": "16.0.4",
3636
"@number-flow/react": "^0.5.10",
3737
"@radix-ui/react-slot": "^1.2.4",
3838
"@react-email/components": "^1.0.1",
@@ -41,10 +41,10 @@
4141
"@t3-oss/env-nextjs": "^0.13.8",
4242
"@tailwindcss/typography": "^0.5.19",
4343
"@tanstack/react-query": "^5.90.10",
44-
"@trpc/client": "11.7.1",
45-
"@trpc/next": "11.7.1",
46-
"@trpc/react-query": "11.7.1",
47-
"@trpc/server": "11.7.1",
44+
"@trpc/client": "11.7.2",
45+
"@trpc/next": "11.7.2",
46+
"@trpc/react-query": "11.7.2",
47+
"@trpc/server": "11.7.2",
4848
"@types/mdx": "^2.0.13",
4949
"class-variance-authority": "^0.7.1",
5050
"clsx": "^2.1.1",
@@ -54,13 +54,13 @@
5454
"gray-matter": "^4.0.3",
5555
"lucide-react": "^0.554.0",
5656
"micro": "^10.0.1",
57-
"next": "16.0.3",
57+
"next": "16.0.4",
5858
"next-cloudinary": "^6.17.5",
5959
"next-mdx-remote": "5.0.0",
6060
"pluralize": "^8.0.0",
6161
"postcss": "^8.5.6",
62-
"posthog-js": "^1.297.2",
63-
"posthog-node": "^5.13.2",
62+
"posthog-js": "^1.298.0",
63+
"posthog-node": "^5.14.0",
6464
"prism-react-renderer": "^2.4.1",
6565
"react": "19.2.0",
6666
"react-aria": "^3.44.0",
@@ -80,14 +80,14 @@
8080
"superjson": "^2.2.5",
8181
"svix": "^1.81.0",
8282
"tailwind-merge": "^3.4.0",
83-
"zod": "^4.1.12"
83+
"zod": "^4.1.13"
8484
},
8585
"devDependencies": {
8686
"@eslint/eslintrc": "^3.3.1",
8787
"@eslint/js": "^9.39.1",
8888
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
89-
"@next/eslint-plugin-next": "16.0.3",
90-
"@playwright/test": "^1.56.1",
89+
"@next/eslint-plugin-next": "16.0.4",
90+
"@playwright/test": "^1.57.0",
9191
"@react-email/preview-server": "5.0.5",
9292
"@tailwindcss/postcss": "^4.1.17",
9393
"@testing-library/jest-dom": "^6.9.1",
@@ -96,15 +96,15 @@
9696
"@types/eslint": "^9.6.1",
9797
"@types/node": "^24.10.1",
9898
"@types/pluralize": "^0.0.33",
99-
"@types/react": "19.2.6",
100-
"@typescript-eslint/eslint-plugin": "^8.47.0",
101-
"@typescript-eslint/parser": "^8.47.0",
99+
"@types/react": "19.2.7",
100+
"@typescript-eslint/eslint-plugin": "^8.48.0",
101+
"@typescript-eslint/parser": "^8.48.0",
102102
"@vitejs/plugin-react": "^5.1.1",
103103
"babel-plugin-react-compiler": "^1.0.0",
104104
"depcheck": "^1.4.7",
105105
"dotenv": "^17.2.3",
106106
"eslint": "9.39.1",
107-
"eslint-config-next": "16.0.3",
107+
"eslint-config-next": "16.0.4",
108108
"eslint-config-prettier": "^10.1.8",
109109
"eslint-config-turbo": "^2.6.1",
110110
"eslint-plugin-import": "^2.32.0",
@@ -122,7 +122,7 @@
122122
"tailwindcss": "^4.1.17",
123123
"tsx": "^4.20.6",
124124
"typescript": "5.9.3",
125-
"typescript-eslint": "^8.47.0",
125+
"typescript-eslint": "^8.48.0",
126126
"vite-tsconfig-paths": "^5.1.4",
127127
"vitest": "^3.2.4"
128128
},

0 commit comments

Comments
 (0)