Pin dependencies
This commit is contained in:
parent
c8f34fd39e
commit
ca65c9746a
2 changed files with 14 additions and 14 deletions
|
@ -10,15 +10,15 @@
|
|||
"devDependencies": {
|
||||
"@types/command-line-args": "5.2.0",
|
||||
"@types/command-line-usage": "5.0.2",
|
||||
"@types/node": "^17.0.31",
|
||||
"@types/node": "17.0.31",
|
||||
"@types/readline-sync": "1.4.4",
|
||||
"@typescript-eslint/eslint-plugin": "5.23.0",
|
||||
"@typescript-eslint/parser": "5.23.0",
|
||||
"eslint": "8.15.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-prettier": "4.0.0",
|
||||
"pkg": "5.6.0",
|
||||
"prettier": "^2.6.2"
|
||||
"prettier": "2.6.2"
|
||||
},
|
||||
"name": "feditoken-js",
|
||||
"version": "1.2.0",
|
||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -124,7 +124,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:*, @types/node@npm:^17.0.31":
|
||||
"@types/node@npm:*, @types/node@npm:17.0.31":
|
||||
version: 17.0.31
|
||||
resolution: "@types/node@npm:17.0.31"
|
||||
checksum: 704618350f8420d5c47db0f7778398e821b7724369946f5c441a7e6b9343295553936400eb8309f0b07d5e39c240988ab3456b983712ca86265dabc9aee4ad3d
|
||||
|
@ -755,7 +755,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-config-prettier@npm:^8.5.0":
|
||||
"eslint-config-prettier@npm:8.5.0":
|
||||
version: 8.5.0
|
||||
resolution: "eslint-config-prettier@npm:8.5.0"
|
||||
peerDependencies:
|
||||
|
@ -766,7 +766,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-prettier@npm:^4.0.0":
|
||||
"eslint-plugin-prettier@npm:4.0.0":
|
||||
version: 4.0.0
|
||||
resolution: "eslint-plugin-prettier@npm:4.0.0"
|
||||
dependencies:
|
||||
|
@ -994,18 +994,18 @@ __metadata:
|
|||
dependencies:
|
||||
"@types/command-line-args": 5.2.0
|
||||
"@types/command-line-usage": 5.0.2
|
||||
"@types/node": ^17.0.31
|
||||
"@types/node": 17.0.31
|
||||
"@types/readline-sync": 1.4.4
|
||||
"@typescript-eslint/eslint-plugin": 5.23.0
|
||||
"@typescript-eslint/parser": 5.23.0
|
||||
command-line-args: 5.2.1
|
||||
command-line-usage: 6.1.3
|
||||
eslint: 8.15.0
|
||||
eslint-config-prettier: ^8.5.0
|
||||
eslint-plugin-prettier: ^4.0.0
|
||||
eslint-config-prettier: 8.5.0
|
||||
eslint-plugin-prettier: 4.0.0
|
||||
megalodon: 4.0.1
|
||||
pkg: 5.6.0
|
||||
prettier: ^2.6.2
|
||||
prettier: 2.6.2
|
||||
readline-sync: 1.4.10
|
||||
tslib: 2.4.0
|
||||
typescript: 4.6.4
|
||||
|
@ -1835,7 +1835,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"prettier@npm:^2.6.2":
|
||||
"prettier@npm:2.6.2":
|
||||
version: 2.6.2
|
||||
resolution: "prettier@npm:2.6.2"
|
||||
bin:
|
||||
|
@ -2136,7 +2136,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"string-width@npm:^1.0.1, string-width@npm:^1.0.2 || 2 || 3 || 4":
|
||||
"string-width@npm:^1.0.1":
|
||||
version: 1.0.2
|
||||
resolution: "string-width@npm:1.0.2"
|
||||
dependencies:
|
||||
|
@ -2147,7 +2147,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"string-width@npm:^4.1.0, string-width@npm:^4.2.0":
|
||||
"string-width@npm:^1.0.2 || 2 || 3 || 4, string-width@npm:^4.1.0, string-width@npm:^4.2.0":
|
||||
version: 4.2.3
|
||||
resolution: "string-width@npm:4.2.3"
|
||||
dependencies:
|
||||
|
|
Reference in a new issue