Comparing version 0.2.94 to 0.2.95
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.2.94", | ||
"version": "0.2.95", | ||
"description": "DOM target provided by http://thi.ng/hdom", | ||
@@ -45,6 +45,6 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@-0/keys": "^0.2.92", | ||
"@-0/utils": "^0.2.92", | ||
"@-0/spool": "^0.2.100", | ||
"@-0/browser": "^0.2.96" | ||
"@-0/keys": "^0.2.95", | ||
"@-0/utils": "^0.2.93", | ||
"@-0/spool": "^0.2.101", | ||
"@-0/browser": "^0.2.97" | ||
}, | ||
@@ -63,4 +63,4 @@ "devDependencies": { | ||
"@types/node": "^14.14.25", | ||
"@typescript-eslint/eslint-plugin": "^4.14.2", | ||
"@typescript-eslint/parser": "^4.14.2", | ||
"@typescript-eslint/eslint-plugin": "^4.15.0", | ||
"@typescript-eslint/parser": "^4.15.0", | ||
"babel-jest": "^26.6.3", | ||
@@ -73,11 +73,13 @@ "better-docs": "^2.3.2", | ||
"prettier": "^2.2.1", | ||
"ts-jest": "^26.5.0" | ||
"ts-jest": "^26.5.1", | ||
"typescript": "^4.1.5" | ||
}, | ||
"prettier": { | ||
"singleQuote": false, | ||
"printWidth": 100, | ||
"printWidth": 120, | ||
"endOfLine": "lf", | ||
"tabWidth": 2, | ||
"semi": false | ||
"tabWidth": 4, | ||
"semi": false, | ||
"arrowParens": "avoid" | ||
} | ||
} |
29364
22
Updated@-0/browser@^0.2.97
Updated@-0/keys@^0.2.95
Updated@-0/spool@^0.2.101
Updated@-0/utils@^0.2.93