doc: add @types/nodemailer to devDependencies
This commit is contained in:
@@ -30,6 +30,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
"packageDependencies": [\
|
||||
["@headlessui/react", "virtual:3ebb77fa2a9a4642b9c216237e2d8be340edd27f8c2ff30979d6ba5849e0344691e307ae2b648282a821d7ca81b53ef95d272c03cacc944d789b1e9eb22cee84#npm:1.7.17"],\
|
||||
["@types/node", "npm:20.10.6"],\
|
||||
["@types/nodemailer", "npm:6.4.14"],\
|
||||
["@types/react", "npm:18.2.46"],\
|
||||
["@types/react-dom", "npm:18.2.18"],\
|
||||
["autoprefixer", "virtual:3ebb77fa2a9a4642b9c216237e2d8be340edd27f8c2ff30979d6ba5849e0344691e307ae2b648282a821d7ca81b53ef95d272c03cacc944d789b1e9eb22cee84#npm:10.4.16"],\
|
||||
@@ -342,6 +343,16 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
"linkType": "HARD"\
|
||||
}]\
|
||||
]],\
|
||||
["@types/nodemailer", [\
|
||||
["npm:6.4.14", {\
|
||||
"packageLocation": "./.yarn/cache/@types-nodemailer-npm-6.4.14-03cb75dde7-5f61f01dd7.zip/node_modules/@types/nodemailer/",\
|
||||
"packageDependencies": [\
|
||||
["@types/nodemailer", "npm:6.4.14"],\
|
||||
["@types/node", "npm:20.10.6"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}]\
|
||||
]],\
|
||||
["@types/prop-types", [\
|
||||
["npm:15.7.11", {\
|
||||
"packageLocation": "./.yarn/cache/@types-prop-types-npm-15.7.11-a0a5a0025c-7519ff11d0.zip/node_modules/@types/prop-types/",\
|
||||
@@ -2160,6 +2171,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["pricewise", "workspace:."],\
|
||||
["@headlessui/react", "virtual:3ebb77fa2a9a4642b9c216237e2d8be340edd27f8c2ff30979d6ba5849e0344691e307ae2b648282a821d7ca81b53ef95d272c03cacc944d789b1e9eb22cee84#npm:1.7.17"],\
|
||||
["@types/node", "npm:20.10.6"],\
|
||||
["@types/nodemailer", "npm:6.4.14"],\
|
||||
["@types/react", "npm:18.2.46"],\
|
||||
["@types/react-dom", "npm:18.2.18"],\
|
||||
["autoprefixer", "virtual:3ebb77fa2a9a4642b9c216237e2d8be340edd27f8c2ff30979d6ba5849e0344691e307ae2b648282a821d7ca81b53ef95d272c03cacc944d789b1e9eb22cee84#npm:10.4.16"],\
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20",
|
||||
"@types/nodemailer": "^6.4.14",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"autoprefixer": "^10.0.1",
|
||||
|
||||
@@ -233,6 +233,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/nodemailer@npm:^6.4.14":
|
||||
version: 6.4.14
|
||||
resolution: "@types/nodemailer@npm:6.4.14"
|
||||
dependencies:
|
||||
"@types/node": "*"
|
||||
checksum: 5f61f01dd736b17f431d1e8b320322f86460604b45df947fc4bc8999d7c7719405e349f7abba86e4fb100a464a30b52615d00dac03d9cb37562ff04487ebd310
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/prop-types@npm:*":
|
||||
version: 15.7.11
|
||||
resolution: "@types/prop-types@npm:15.7.11"
|
||||
@@ -1785,6 +1794,7 @@ __metadata:
|
||||
dependencies:
|
||||
"@headlessui/react": ^1.7.17
|
||||
"@types/node": ^20
|
||||
"@types/nodemailer": ^6.4.14
|
||||
"@types/react": ^18
|
||||
"@types/react-dom": ^18
|
||||
autoprefixer: ^10.0.1
|
||||
|
||||
Reference in New Issue
Block a user