chore: add ini dep for ncu
This commit is contained in:
parent
b590d33b88
commit
c69d1b02fb
4 changed files with 18 additions and 0 deletions
9
.pnp.cjs
generated
9
.pnp.cjs
generated
|
@ -70,6 +70,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||||
["@typescript-eslint/parser", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:5.29.0"],\
|
["@typescript-eslint/parser", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:5.29.0"],\
|
||||||
["eslint", "npm:8.18.0"],\
|
["eslint", "npm:8.18.0"],\
|
||||||
["eslint-config-prettier", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:8.5.0"],\
|
["eslint-config-prettier", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:8.5.0"],\
|
||||||
|
["ini", "npm:3.0.0"],\
|
||||||
["newrelic", "npm:8.14.1"],\
|
["newrelic", "npm:8.14.1"],\
|
||||||
["npm-check-updates", "npm:14.1.1"],\
|
["npm-check-updates", "npm:14.1.1"],\
|
||||||
["prettier", "npm:2.7.1"],\
|
["prettier", "npm:2.7.1"],\
|
||||||
|
@ -2861,6 +2862,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||||
["@typescript-eslint/parser", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:5.29.0"],\
|
["@typescript-eslint/parser", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:5.29.0"],\
|
||||||
["eslint", "npm:8.18.0"],\
|
["eslint", "npm:8.18.0"],\
|
||||||
["eslint-config-prettier", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:8.5.0"],\
|
["eslint-config-prettier", "virtual:8859b278716fedf3e7458b5628625f7e35678c418626878559a0b816445001b7e24c55546f4677ba4c20b521aa0cf52cc33ac07deff171e383ada6eeab69933f#npm:8.5.0"],\
|
||||||
|
["ini", "npm:3.0.0"],\
|
||||||
["newrelic", "npm:8.14.1"],\
|
["newrelic", "npm:8.14.1"],\
|
||||||
["npm-check-updates", "npm:14.1.1"],\
|
["npm-check-updates", "npm:14.1.1"],\
|
||||||
["prettier", "npm:2.7.1"],\
|
["prettier", "npm:2.7.1"],\
|
||||||
|
@ -7643,6 +7645,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||||
["ini", "npm:2.0.0"]\
|
["ini", "npm:2.0.0"]\
|
||||||
],\
|
],\
|
||||||
"linkType": "HARD"\
|
"linkType": "HARD"\
|
||||||
|
}],\
|
||||||
|
["npm:3.0.0", {\
|
||||||
|
"packageLocation": "./.yarn/cache/ini-npm-3.0.0-c2af955701-e92b6b0835.zip/node_modules/ini/",\
|
||||||
|
"packageDependencies": [\
|
||||||
|
["ini", "npm:3.0.0"]\
|
||||||
|
],\
|
||||||
|
"linkType": "HARD"\
|
||||||
}]\
|
}]\
|
||||||
]],\
|
]],\
|
||||||
["inquirer", [\
|
["inquirer", [\
|
||||||
|
|
BIN
.yarn/cache/ini-npm-3.0.0-c2af955701-e92b6b0835.zip
vendored
Normal file
BIN
.yarn/cache/ini-npm-3.0.0-c2af955701-e92b6b0835.zip
vendored
Normal file
Binary file not shown.
|
@ -54,6 +54,7 @@
|
||||||
"@typescript-eslint/parser": "^5.29.0",
|
"@typescript-eslint/parser": "^5.29.0",
|
||||||
"eslint": "^8.17.0",
|
"eslint": "^8.17.0",
|
||||||
"eslint-config-prettier": "^8.5.0",
|
"eslint-config-prettier": "^8.5.0",
|
||||||
|
"ini": "^3.0.0",
|
||||||
"npm-check-updates": "^14.1.1",
|
"npm-check-updates": "^14.1.1",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"ts-node": "^10.8.1",
|
"ts-node": "^10.8.1",
|
||||||
|
|
|
@ -2179,6 +2179,7 @@ __metadata:
|
||||||
"@typescript-eslint/parser": ^5.29.0
|
"@typescript-eslint/parser": ^5.29.0
|
||||||
eslint: ^8.17.0
|
eslint: ^8.17.0
|
||||||
eslint-config-prettier: ^8.5.0
|
eslint-config-prettier: ^8.5.0
|
||||||
|
ini: ^3.0.0
|
||||||
newrelic: ^8.14.1
|
newrelic: ^8.14.1
|
||||||
npm-check-updates: ^14.1.1
|
npm-check-updates: ^14.1.1
|
||||||
prettier: ^2.7.1
|
prettier: ^2.7.1
|
||||||
|
@ -6133,6 +6134,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"ini@npm:^3.0.0":
|
||||||
|
version: 3.0.0
|
||||||
|
resolution: "ini@npm:3.0.0"
|
||||||
|
checksum: e92b6b0835ac369e58c677e7faa8db6019ac667d7404887978fb86b181d658e50f1742ecbba7d81eb5ff917b3ae4d63a48e1ef3a9f8a0527bd7605fe1a9995d4
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"inquirer@npm:^8.2.4":
|
"inquirer@npm:^8.2.4":
|
||||||
version: 8.2.4
|
version: 8.2.4
|
||||||
resolution: "inquirer@npm:8.2.4"
|
resolution: "inquirer@npm:8.2.4"
|
||||||
|
|
Loading…
Reference in a new issue