mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-21 21:55:09 +00:00
update deps
This commit is contained in:
parent
aa893a8477
commit
c77388a7f8
3 changed files with 2867 additions and 4510 deletions
7351
package-lock.json
generated
7351
package-lock.json
generated
File diff suppressed because it is too large
Load diff
24
package.json
24
package.json
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2017",
|
||||
"target": "ES6",
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"outDir": "./built/",
|
||||
|
|
Loading…
Reference in a new issue