Commit eb018fb 1 parent 4d1fd0e commit eb018fb Copy full SHA for eb018fb
File tree 13 files changed +151
-151
lines changed
13 files changed +151
-151
lines changed Original file line number Diff line number Diff line change 61
61
62
62
- name : Cache TypeScript TSBuild Info Files
63
63
id : cache-typescript-tsbuildinfo
64
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
64
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
65
65
with :
66
66
path : node_modules/.cache/*-tsbuildinfo.json
67
67
# We use the commit hash as the key to always update the cache as a
Original file line number Diff line number Diff line change 15
15
"@repo/email" : " workspace:*" ,
16
16
"@repo/next-config" : " workspace:*" ,
17
17
"@t3-oss/env-nextjs" : " ^0.12.0" ,
18
- "next" : " 15.1.7 " ,
18
+ "next" : " 15.2.0 " ,
19
19
"react" : " 19.0.0" ,
20
20
"react-dom" : " 19.0.0" ,
21
21
"react-email" : " ^3.0.7"
Original file line number Diff line number Diff line change 12
12
"@repo/next-config" : " workspace:*" ,
13
13
"@repo/og-utils" : " workspace:*" ,
14
14
"@t3-oss/env-nextjs" : " ^0.12.0" ,
15
- "next" : " 15.1.7 " ,
15
+ "next" : " 15.2.0 " ,
16
16
"react" : " 19.0.0" ,
17
17
"react-dom" : " 19.0.0"
18
18
},
Original file line number Diff line number Diff line change 19
19
"@axe-core/playwright" : " ^4.10.1" ,
20
20
"@hookform/resolvers" : " ^3.10.0" ,
21
21
"@nerdfish/theme" : " ^2.5.1" ,
22
- "@next/env" : " 15.1.7 " ,
22
+ "@next/env" : " 15.2.0 " ,
23
23
"@playwright/test" : " ^1.50.1" ,
24
24
"@react-aria/i18n" : " ^3.12.5" ,
25
25
"@repo/ai" : " workspace:*" ,
43
43
"fuse.js" : " ^7.1.0" ,
44
44
"motion" : " ^12.4.7" ,
45
45
"negotiator" : " ^1.0.0" ,
46
- "next" : " 15.1.7 " ,
46
+ "next" : " 15.2.0 " ,
47
47
"next-safe-action" : " ^7.10.4" ,
48
48
"nuqs" : " ^2.4.0" ,
49
49
"react" : " 19.0.0" ,
59
59
"@types/node" : " ^22.13.5" ,
60
60
"@types/react" : " 19.0.10" ,
61
61
"@types/react-dom" : " 19.0.4" ,
62
- "@vercel/toolbar" : " ^0.1.32 " ,
62
+ "@vercel/toolbar" : " ^0.1.33 " ,
63
63
"autoprefixer" : " ^10.4.20" ,
64
64
"axe-core" : " ^4.10.2" ,
65
65
"husky" : " ^9.1.7" ,
Original file line number Diff line number Diff line change 35
35
"@commitlint/config-conventional" : " ^19.7.1" ,
36
36
"@nerdfish/config" : " ^1.8.0" ,
37
37
"@repo/typescript-config" : " workspace:*" ,
38
- "@turbo/gen" : " ^2.4.2 " ,
38
+ "@turbo/gen" : " ^2.4.4 " ,
39
39
"dotenv-cli" : " ^8.0.0" ,
40
40
"eslint" : " ^9.21.0" ,
41
41
"husky" : " ^9.1.7" ,
42
42
"npm-run-all2" : " ^7.0.2" ,
43
43
"prettier" : " ^3.5.2" ,
44
- "turbo" : " ^2.4.2 "
44
+ "turbo" : " ^2.4.4 "
45
45
},
46
- "packageManager" : " pnpm@10.4.1 "
46
+ "packageManager" : " pnpm@10.5.2 "
47
47
}
Original file line number Diff line number Diff line change 8
8
"typecheck" : " tsc --noEmit"
9
9
},
10
10
"dependencies" : {
11
- "@ai-sdk/openai" : " ^1.1.13 " ,
11
+ "@ai-sdk/openai" : " ^1.1.14 " ,
12
12
"@t3-oss/env-nextjs" : " ^0.12.0" ,
13
- "ai" : " ^4.1.45 " ,
13
+ "ai" : " ^4.1.46 " ,
14
14
"zod" : " ^3.24.2"
15
15
},
16
16
"devDependencies" : {
Original file line number Diff line number Diff line change 24
24
"@types/node" : " 22.13.5" ,
25
25
"@types/react" : " 19.0.10" ,
26
26
"@types/react-dom" : " ^19.0.4" ,
27
- "next" : " 15.1.7 "
27
+ "next" : " 15.2.0 "
28
28
}
29
29
}
Original file line number Diff line number Diff line change 20
20
"geist" : " ^1.3.1" ,
21
21
"lodash" : " ^4.17.21" ,
22
22
"motion" : " ^12.4.7" ,
23
- "next" : " 15.1.7 " ,
23
+ "next" : " 15.2.0 " ,
24
24
"prism-react-renderer" : " ^2.4.1" ,
25
25
"react" : " 19.0.0" ,
26
26
"react-dom" : " 19.0.0" ,
Original file line number Diff line number Diff line change 14
14
15
15
- uses : pnpm/action-setup@v4
16
16
17
- - uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
17
+ - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
18
18
name : pnpm-cache
19
19
id : pnpm-cache
20
20
with :
26
26
${{ runner.os }}-pnpm
27
27
28
28
- name : Cache TypeScript TSBuild Info Files
29
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
29
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
30
30
with :
31
31
path : ' */*/node_modules/.cache/tsbuildinfo.json'
32
32
# Commit hash is for working around this: https://github.com/actions/cache/issues/106
Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"@repo/design-system" : " workspace:*" ,
12
- "next" : " 15.1.7 " ,
12
+ "next" : " 15.2.0 " ,
13
13
"next-intl" : " ^3.26.5" ,
14
14
"react" : " 19.0.0" ,
15
15
"react-dom" : " 19.0.0" ,
16
16
"zod" : " ^3.24.2"
17
17
},
18
18
"devDependencies" : {
19
19
"@repo/typescript-config" : " workspace:*" ,
20
- "next" : " 15.1.7 " ,
20
+ "next" : " 15.2.0 " ,
21
21
"typescript" : " ^5.7.3"
22
22
}
23
23
}
Original file line number Diff line number Diff line change 8
8
"typecheck" : " tsc --noEmit"
9
9
},
10
10
"dependencies" : {
11
- "@next/bundle-analyzer" : " 15.1.7 " ,
11
+ "@next/bundle-analyzer" : " 15.2.0 " ,
12
12
"@t3-oss/env-nextjs" : " ^0.12.0" ,
13
- "@vercel/toolbar" : " ^0.1.32 " ,
13
+ "@vercel/toolbar" : " ^0.1.33 " ,
14
14
"next-secure-headers" : " ^2.2.0" ,
15
15
"zod" : " ^3.24.2"
16
16
},
17
17
"devDependencies" : {
18
18
"@repo/typescript-config" : " workspace:*" ,
19
- "next" : " 15.1.7 "
19
+ "next" : " 15.2.0 "
20
20
}
21
21
}
Original file line number Diff line number Diff line change 11
11
"@repo/design-system" : " workspace:*" ,
12
12
"@repo/lib" : " workspace:*" ,
13
13
"@repo/next-config" : " workspace:*" ,
14
- "next" : " 15.1.7 " ,
14
+ "next" : " 15.2.0 " ,
15
15
"react" : " 19.0.0" ,
16
16
"schema-dts" : " ^1.1.2"
17
17
},
You can’t perform that action at this time.
0 commit comments