mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Upgrading deps.
This commit is contained in:
parent
ce29b6cdf4
commit
5c32bc2c9f
2 changed files with 320 additions and 273 deletions
14
package.json
14
package.json
|
@ -16,14 +16,14 @@
|
||||||
"repository": "https://github.com/LemmyNet/lemmy-js-client",
|
"repository": "https://github.com/LemmyNet/lemmy-js-client",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node-fetch": "^2.5.6",
|
"@types/node-fetch": "^2.5.6",
|
||||||
"eslint": "^7.10.0",
|
"eslint": "^7.16.0",
|
||||||
"eslint-plugin-jane": "^9.0.3",
|
"eslint-plugin-jane": "^9.0.5",
|
||||||
"husky": "^4.3.0",
|
"husky": "^4.3.6",
|
||||||
"lint-staged": "^10.4.0",
|
"lint-staged": "^10.5.3",
|
||||||
"node-fetch": "^2.6.1",
|
"node-fetch": "^2.6.1",
|
||||||
"prettier": "^2.1.2",
|
"prettier": "^2.2.1",
|
||||||
"sortpack": "^2.1.9",
|
"sortpack": "^2.1.11",
|
||||||
"typescript": "^4.0.3"
|
"typescript": "^4.1.3"
|
||||||
},
|
},
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"husky": {
|
"husky": {
|
||||||
|
|
Loading…
Reference in a new issue