update deps
source diff could not be displayed: it is too large. Options to address this: view the blob.
... | ... | @@ -27,22 +27,22 @@ |
"author": "Marihachi", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.18.4", | ||
"@types/jest": "^26.0.23", | ||
"@types/node": "15.12.4", | ||
"@typescript-eslint/eslint-plugin": "^4.28.5", | ||
"@typescript-eslint/parser": "^4.28.5", | ||
"@microsoft/api-extractor": "^7.28.4", | ||
"@types/jest": "^28.1.4", | ||
"@types/node": "18.0.3", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "^7.32.0", | ||
"jest": "^27.0.5", | ||
"eslint": "^8.19.0", | ||
"jest": "^28.1.2", | ||
"peggy": "1.2.0", | ||
"ts-jest": "^27.0.3", | ||
"ts-node": "10.0.0", | ||
"tsd": "^0.17.0", | ||
"typescript": "4.3.4" | ||
"ts-jest": "^28.0.5", | ||
"ts-node": "10.8.2", | ||
"tsd": "^0.22.0", | ||
"typescript": "4.7.4" | ||
}, | ||
"dependencies": { | ||
"twemoji-parser": "14.0.x" | ||
"twemoji-parser": "14.0.0" | ||
}, | ||
"files": [ | ||
"built" | ||
... | ... |
Please register or sign in to comment