File tree Expand file tree Collapse file tree 12 files changed +432
-432
lines changed Expand file tree Collapse file tree 12 files changed +432
-432
lines changed Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"dependencies" : {
7
7
"@pulumi/pulumi" : " 3.40.1" ,
8
- "@pulumi/cloudflare" : " 4.10 .0" ,
8
+ "@pulumi/cloudflare" : " 4.12 .0" ,
9
9
"@pulumi/azure-native" : " 1.78.0" ,
10
- "@pulumi/awsx" : " 0.40.0 " ,
10
+ "@pulumi/awsx" : " 0.40.1 " ,
11
11
"@pulumi/aws" : " 5.14.0" ,
12
12
"@pulumi/docker" : " 3.4.1" ,
13
13
"@types/node" : " 16.11.59" ,
Original file line number Diff line number Diff line change 16
16
"postdeploy" : " rm -rf cdk-out"
17
17
},
18
18
"devDependencies" : {
19
- "@aws-cdk/assert" : " 2.42.1 " ,
19
+ "@aws-cdk/assert" : " 2.43.0 " ,
20
20
"@types/aws-lambda" : " 8.10.104" ,
21
21
"@types/node" : " 16.11.59" ,
22
22
"ts-node" : " 10.9.1" ,
23
23
"esbuild" : " 0.15.8" ,
24
- "aws-cdk" : " 2.42.1 " ,
25
- "aws-cdk-lib" : " 2.42.1 " ,
24
+ "aws-cdk" : " 2.43.0 " ,
25
+ "aws-cdk-lib" : " 2.43.0 " ,
26
26
"typescript" : " 4.8.3"
27
27
},
28
28
"dependencies" : {
29
- "@aws-cdk/aws-apigateway" : " 1.173 .0" ,
30
- "@aws-cdk/aws-lambda" : " 1.173 .0" ,
31
- "@aws-cdk/core" : " 1.173 .0" ,
29
+ "@aws-cdk/aws-apigateway" : " 1.174 .0" ,
30
+ "@aws-cdk/aws-lambda" : " 1.174 .0" ,
31
+ "@aws-cdk/core" : " 1.174 .0" ,
32
32
"source-map-support" : " ^0.5.16"
33
33
}
34
34
}
Original file line number Diff line number Diff line change 12
12
"graphql" : " 16.6.0"
13
13
},
14
14
"devDependencies" : {
15
- "wrangler" : " 2.1.5 " ,
15
+ "wrangler" : " 2.1.6 " ,
16
16
"typescript" : " 4.8.3" ,
17
17
"ts-loader" : " 9.4.1" ,
18
18
"webpack" : " 5.74.0"
Original file line number Diff line number Diff line change 15
15
},
16
16
"devDependencies" : {
17
17
"typescript" : " 4.8.3" ,
18
- "wrangler" : " 2.1.5 "
18
+ "wrangler" : " 2.1.6 "
19
19
}
20
20
}
Original file line number Diff line number Diff line change 9
9
"dependencies" : {
10
10
"graphql-yoga" : " 3.0.0-next.0" ,
11
11
"graphql" : " 16.6.0" ,
12
- "graphql-ws" : " 5.11.1 " ,
12
+ "graphql-ws" : " 5.11.2 " ,
13
13
"ws" : " 8.8.1"
14
14
},
15
15
"devDependencies" : {
Original file line number Diff line number Diff line change 14
14
},
15
15
"devDependencies" : {
16
16
"typescript" : " 4.8.3" ,
17
- "wrangler" : " 2.1.5 "
17
+ "wrangler" : " 2.1.6 "
18
18
}
19
19
}
Original file line number Diff line number Diff line change 15
15
"format" : " prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
16
16
},
17
17
"devDependencies" : {
18
- "@sveltejs/adapter-auto" : " 1.0.0-next.76 " ,
18
+ "@sveltejs/adapter-auto" : " 1.0.0-next.80 " ,
19
19
"@sveltejs/kit" : " 1.0.0-next.370" ,
20
20
"@types/jest" : " ^29.0.0" ,
21
21
"@typescript-eslint/eslint-plugin" : " 5.38.0" ,
26
26
"jest" : " ^29.0.0" ,
27
27
"prettier" : " 2.7.1" ,
28
28
"prettier-plugin-svelte" : " 2.7.0" ,
29
- "puppeteer" : " 18.0.3 " ,
29
+ "puppeteer" : " 18.0.4 " ,
30
30
"svelte" : " 3.50.1" ,
31
31
"svelte-check" : " 2.9.0" ,
32
32
"svelte-preprocess" : " 4.10.7" ,
Original file line number Diff line number Diff line change 76
76
"graphql" : " ^16.0.1" ,
77
77
"graphql-scalars" : " 1.18.0" ,
78
78
"graphql-http" : " ^1.6.0" ,
79
- "puppeteer" : " 18.0.3 " ,
79
+ "puppeteer" : " 18.0.4 " ,
80
80
"@types/yargs" : " 17.0.12"
81
81
},
82
82
"peerDependencies" : {
Original file line number Diff line number Diff line change 73
73
"@types/node" : " 16.11.59" ,
74
74
"graphql" : " ^16.0.1" ,
75
75
"graphql-scalars" : " 1.18.0" ,
76
- "puppeteer" : " 18.0.3 "
76
+ "puppeteer" : " 18.0.4 "
77
77
},
78
78
"peerDependencies" : {
79
79
"graphql" : " ^15.2.0 || ^16.0.0"
Original file line number Diff line number Diff line change 1
1
import { withGuildDocs } from '@theguild/components/next.config'
2
- import { applyUnderscoreRedirects } from '@theguild/components/underscore-redirects'
3
2
4
3
export default withGuildDocs ( {
5
- basePath : process . env . NEXT_BASE_PATH || undefined ,
6
4
images : {
7
5
unoptimized : true , // doesn't work with `next export`
8
6
} ,
9
- webpack ( config , meta ) {
10
- applyUnderscoreRedirects ( config , meta )
11
- return config
12
- } ,
13
7
redirects : ( ) =>
14
8
Object . entries ( {
15
9
'/docs/quick-start' : '/docs' ,
You can’t perform that action at this time.
0 commit comments