File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Update the VARIANT arg in devcontainer.json to pick a Node.js version: 14, 12, 10
2
- ARG VARIANT=20
2
+ ARG VARIANT=22
3
3
FROM node:${VARIANT}
4
4
5
5
# Options for setup scripts
Original file line number Diff line number Diff line change 39
39
"graphql-jit" : " 0.8.4" ,
40
40
"@types/express" : " 5.0.0" ,
41
41
"@types/jest" : " 29.5.11" ,
42
- "@types/node" : " 20.10.3 " ,
42
+ "@types/node" : " 22.8.2 " ,
43
43
"@types/ramda" : " 0.29.9" ,
44
44
"@typescript-eslint/eslint-plugin" : " 8.12.0" ,
45
45
"@typescript-eslint/parser" : " 8.12.0" ,
Original file line number Diff line number Diff line change 30
30
},
31
31
"devDependencies" : {
32
32
"@theguild/tailwind-config" : " 0.4.0" ,
33
- "@types/node" : " 20.10.3 " ,
33
+ "@types/node" : " 22.8.2 " ,
34
34
"@types/react" : " 18.2.42" ,
35
35
"cross-env" : " 7.0.3" ,
36
36
"typescript" : " 5.3.2"
Original file line number Diff line number Diff line change 4920
4920
dependencies:
4921
4921
"@types/unist" "^2"
4922
4922
4923
- "@types/node@*", "@types/node@20.10.3 ", "@types/node@>=13.7.0":
4924
- version "20.10.3 "
4925
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.3 .tgz#4900adcc7fc189d5af5bb41da8f543cea6962030 "
4926
- integrity sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg ==
4923
+ "@types/node@*", "@types/node@22.8.2 ", "@types/node@>=13.7.0":
4924
+ version "22.8.2 "
4925
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2 .tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b "
4926
+ integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw ==
4927
4927
dependencies:
4928
- undici-types "~5.26.4 "
4928
+ undici-types "~6.19.8 "
4929
4929
4930
4930
"@types/node@^10.1.0":
4931
4931
version "10.17.60"
@@ -15731,10 +15731,10 @@ unbox-primitive@^1.0.2:
15731
15731
has-symbols "^1.0.3"
15732
15732
which-boxed-primitive "^1.0.2"
15733
15733
15734
- undici-types@~5.26.4 :
15735
- version "5.26.5 "
15736
- resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5 .tgz#bcd539893d00b56e964fd2657a4866b221a65617 "
15737
- integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA ==
15734
+ undici-types@~6.19.8 :
15735
+ version "6.19.8 "
15736
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8 .tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02 "
15737
+ integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw ==
15738
15738
15739
15739
undici@^6.19.5:
15740
15740
version "6.20.1"
You can’t perform that action at this time.
0 commit comments