Skip to content

Commit 63b832a

Browse files
authored
Merge pull request #970 from mbifulco/newsletter/ai-is-your-intern
chore: deps
2 parents 271a276 + 1b9be57 commit 63b832a

File tree

3 files changed

+221
-110
lines changed

3 files changed

+221
-110
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@react-email/render": "^1.0.5",
3030
"@t3-oss/env-nextjs": "^0.12.0",
3131
"@tailwindcss/typography": "^0.5.16",
32-
"@tanstack/react-query": "^5.66.3",
32+
"@tanstack/react-query": "^5.66.7",
3333
"@trpc/client": "11.0.0-rc.666",
3434
"@trpc/next": "11.0.0-rc.666",
3535
"@trpc/react-query": "11.0.0-rc.666",
@@ -48,7 +48,7 @@
4848
"next-mdx-remote": "5.0.0",
4949
"pluralize": "^8.0.0",
5050
"postcss": "^8.5.2",
51-
"posthog-js": "^1.218.2",
51+
"posthog-js": "^1.219.3",
5252
"posthog-node": "^4.6.0",
5353
"prism-react-renderer": "^2.4.1",
5454
"react": "19.0.0",
@@ -76,9 +76,9 @@
7676
"@types/eslint": "^9.6.1",
7777
"@types/node": "^22.13.4",
7878
"@types/pluralize": "^0.0.33",
79-
"@types/react": "19.0.9",
80-
"@typescript-eslint/eslint-plugin": "^8.24.0",
81-
"@typescript-eslint/parser": "^8.24.0",
79+
"@types/react": "19.0.10",
80+
"@typescript-eslint/eslint-plugin": "^8.24.1",
81+
"@typescript-eslint/parser": "^8.24.1",
8282
"depcheck": "^1.4.7",
8383
"eslint": "9.20.1",
8484
"eslint-config-next": "^15.1.7",
@@ -97,7 +97,7 @@
9797
"schema-dts": "^1.1.2",
9898
"tailwindcss": "^3.4.17",
9999
"typescript": "5.7.3",
100-
"typescript-eslint": "^8.24.0"
100+
"typescript-eslint": "^8.24.1"
101101
},
102102
"repository": {
103103
"type": "git",

0 commit comments

Comments
 (0)