File tree 7 files changed +2506
-1792
lines changed
7 files changed +2506
-1792
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV ENVIRONMENT=$ENVIRONMENT
6
6
ENV PNPM_HOME="/usr/bin"
7
7
8
8
RUN apk add --no-cache git
9
- RUN npm install -g pnpm@9.4 .0
9
+ RUN npm install -g pnpm@9.5 .0
10
10
11
11
WORKDIR /app
12
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " the-graph-docs-monorepo" ,
3
3
"private" : true ,
4
- "packageManager" : " pnpm@9.4 .0" ,
4
+ "packageManager" : " pnpm@9.5 .0" ,
5
5
"scripts" : {
6
6
"build" : " NODE_OPTIONS='--max_old_space_size=4096' turbo run build" ,
7
7
"check" : " pnpm typecheck && pnpm lint && pnpm prettier:check" ,
21
21
"@edgeandnode/eslint-config" : " ^2.0.3" ,
22
22
"eslint" : " ^8.57.0" ,
23
23
"eslint-plugin-mdx" : " ^2.3.4" ,
24
- "prettier" : " ^3.3.2 " ,
24
+ "prettier" : " ^3.3.3 " ,
25
25
"prettier-plugin-tailwindcss" : " ^0.6.5" ,
26
26
"remark-frontmatter" : " ^5.0.0" ,
27
27
"remark-lint-first-heading-level" : " ^3.1.2" ,
28
28
"remark-lint-heading-increment" : " ^3.1.2" ,
29
29
"remark-lint-no-heading-punctuation" : " ^3.1.2" ,
30
30
"remark-lint-restrict-elements" : " workspace:*" ,
31
31
"turbo" : " ^1.13.4" ,
32
- "typescript" : " ^5.5.2 "
32
+ "typescript" : " ^5.5.3 "
33
33
}
34
34
}
Original file line number Diff line number Diff line change 35
35
"theme-ui" : " ^0.16"
36
36
},
37
37
"dependencies" : {
38
- "@docsearch/react" : " ^3.6.0 " ,
38
+ "@docsearch/react" : " ^3.6.1 " ,
39
39
"@radix-ui/react-collapsible" : " ^1.1.0" ,
40
40
"@radix-ui/react-visually-hidden" : " ^1.1.0" ,
41
41
"lodash" : " ^4.17.21" ,
42
- "react-intersection-observer" : " ^9.10.3 " ,
42
+ "react-intersection-observer" : " ^9.13.0 " ,
43
43
"react-use" : " ^17.5.0"
44
44
},
45
45
"devDependencies" : {
46
- "@edgeandnode/gds" : " ^5.21 .0" ,
47
- "@edgeandnode/go" : " ^6.31 .0" ,
48
- "@emotion/react" : " ^11.11.4 " ,
49
- "@types/lodash" : " ^4.17.6 " ,
46
+ "@edgeandnode/gds" : " ^5.23 .0" ,
47
+ "@edgeandnode/go" : " ^6.33 .0" ,
48
+ "@emotion/react" : " ^11.12.0 " ,
49
+ "@types/lodash" : " ^4.17.7 " ,
50
50
"@types/react" : " ^18.3.3" ,
51
51
"@types/react-dom" : " ^18.3.0" ,
52
- "next" : " ^14.2.4 " ,
52
+ "next" : " ^14.2.5 " ,
53
53
"next-seo" : " ^6.5.0" ,
54
54
"nextra" : " ^2.13.4" ,
55
55
"react" : " ^18.3.1" ,
56
56
"react-dom" : " ^18.3.1" ,
57
57
"theme-ui" : " ^0.16.2" ,
58
- "tsup" : " ^8.1 .0"
58
+ "tsup" : " ^8.2 .0"
59
59
},
60
60
"sideEffects" : false
61
61
}
Original file line number Diff line number Diff line change 12
12
"dependencies" : {
13
13
"@resvg/resvg-wasm" : " 2.6.2" ,
14
14
"react" : " 18.3.1" ,
15
- "satori" : " 0.10.13 " ,
15
+ "satori" : " 0.10.14 " ,
16
16
"yoga-wasm-web" : " 0.3.3"
17
17
},
18
18
"devDependencies" : {
19
- "@cloudflare/workers-types" : " ^4.20240620 .0" ,
19
+ "@cloudflare/workers-types" : " ^4.20240718 .0" ,
20
20
"@types/react" : " ^18.3.3" ,
21
21
"jest-image-snapshot" : " ^6.4.0" ,
22
- "tsx" : " ^4.15.7 " ,
23
- "typescript" : " ^5.5.2 " ,
22
+ "tsx" : " ^4.16.2 " ,
23
+ "typescript" : " ^5.5.3 " ,
24
24
"vitest" : " ^1.6.0" ,
25
- "wrangler" : " ^3.62.0 "
25
+ "wrangler" : " ^3.65.1 "
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments