This commit is contained in:
dada513 2022-06-05 20:55:11 +02:00
parent d5fcaece31
commit 6c3ae23e5e
No known key found for this signature in database
GPG key ID: 403448C14FA4B33E
2 changed files with 6 additions and 0 deletions

View file

@ -18,6 +18,7 @@
"devDependencies": { "devDependencies": {
"@esbuild-plugins/node-resolve": "^0.1.4", "@esbuild-plugins/node-resolve": "^0.1.4",
"@types/remove-markdown": "^0.3.1", "@types/remove-markdown": "^0.3.1",
"@types/node": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0", "@typescript-eslint/parser": "^5.25.0",
"esbuild": "^0.14.39", "esbuild": "^0.14.39",

View file

@ -243,6 +243,11 @@
version "0.3.1" version "0.3.1"
resolved "https://registry.yarnpkg.com/@types/remove-markdown/-/remove-markdown-0.3.1.tgz#82bc3664c313f50f7c77f1bb59935f567689dc63" resolved "https://registry.yarnpkg.com/@types/remove-markdown/-/remove-markdown-0.3.1.tgz#82bc3664c313f50f7c77f1bb59935f567689dc63"
integrity sha512-JpJNEJEsmmltyL2LdE8KRjJ0L2ad5vgLibqNj85clohT9AyTrfN6jvHxStPshDkmtcL/ShFu0p2tbY7DBS1mqQ== integrity sha512-JpJNEJEsmmltyL2LdE8KRjJ0L2ad5vgLibqNj85clohT9AyTrfN6jvHxStPshDkmtcL/ShFu0p2tbY7DBS1mqQ==
"@types/node@^17.0.38":
version "17.0.38"
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.38.tgz#f8bb07c371ccb1903f3752872c89f44006132947"
integrity sha512-5jY9RhV7c0Z4Jy09G+NIDTsCZ5G0L5n+Z+p+Y7t5VJHM30bgwzSjVtlcBxqAj+6L/swIlvtOSzr8rBk/aNyV2g==
"@types/resolve@^1.17.1": "@types/resolve@^1.17.1":
version "1.20.2" version "1.20.2"