@duetds/marked
Advanced tools
Comparing version 1.1.2 to 1.2.0
{ | ||
"name": "@duetds/marked", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "This package includes Duet Markdown utilities and related tools.", | ||
@@ -16,5 +16,5 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
"scripts": { | ||
"precommit": "npm run test", | ||
"build": "mkdir -p lib && tsc", | ||
"lint": "eslint \"**/*.{js,ts,tsx}\"", | ||
"precommit": "npm run test", | ||
"test": "npm run lint && npm run build && jest", | ||
@@ -38,4 +38,3 @@ "test:ci": "npm run lint && npm run build && jest -ci --silent --reporters=default --reporters=jest-junit" | ||
"plugin:@typescript-eslint/recommended", | ||
"prettier", | ||
"prettier/@typescript-eslint" | ||
"prettier" | ||
], | ||
@@ -73,14 +72,14 @@ "rules": { | ||
"devDependencies": { | ||
"@types/marked": "1.2.1", | ||
"@typescript-eslint/parser": "4.9.1", | ||
"eslint": "7.15.0", | ||
"@types/marked": "3.0.1", | ||
"@typescript-eslint/parser": "5.0.0", | ||
"eslint": "8.0.0", | ||
"jest": "26.6.3", | ||
"jest-junit": "12.2.0", | ||
"jest-serializer-html": "7.0.0", | ||
"jest-serializer-html": "7.1.0", | ||
"marked": "1.2.7", | ||
"prettier": "2.2.1", | ||
"typescript": "4.1.2" | ||
"prettier": "2.4.1", | ||
"typescript": "4.4.4" | ||
}, | ||
"peerDependencies": { | ||
"marked": "1.2.5" | ||
"marked": "3.0.7" | ||
}, | ||
@@ -90,3 +89,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "e55623a8aa0c7650b9d4a2d34ee5c09eccac3f8f" | ||
"gitHead": "213a82a451886b272330050ef1e4b86d83aa226e" | ||
} |
7628