simple-base-converter
Advanced tools
Comparing version 1.0.17 to 1.0.18
module.exports = { | ||
plugins: ["node", "prettier", "@typescript-eslint", "jest"], | ||
plugins: ["node", "@typescript-eslint", "jest"], | ||
extends: [ | ||
"eslint:recommended", | ||
"plugin:prettier/recommended", | ||
"plugin:@typescript-eslint/recommended", | ||
"prettier", | ||
], | ||
@@ -8,0 +8,0 @@ parser: "@typescript-eslint/parser", |
{ | ||
"name": "simple-base-converter", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "Simple math module for base conversion.", | ||
@@ -11,4 +11,4 @@ "main": "dist/index.js", | ||
"test": "npx jest", | ||
"lint": "eslint --ignore-path .gitignore '**/*.ts'", | ||
"fix": "eslint --ignore-path .gitignore --fix '**/*.ts'" | ||
"lint": "eslint --ignore-path .gitignore '**/*.ts' && prettier --check '**/*.ts'", | ||
"fix": "eslint --ignore-path .gitignore --fix '**/*.ts' && prettier --write '**/*.ts'" | ||
}, | ||
@@ -26,20 +26,18 @@ "repository": { | ||
"dependencies": { | ||
"decimal.js": "^10.3.1" | ||
"decimal.js": "^10.4.2" | ||
}, | ||
"devDependencies": { | ||
"@types/decimal.js": "^7.4.0", | ||
"@types/jest": "^28.1.4", | ||
"@types/node": "^18.0.1", | ||
"@typescript-eslint/eslint-plugin": "^5.23.0", | ||
"@typescript-eslint/parser": "^5.23.0", | ||
"eslint": "^8.15.0", | ||
"@types/jest": "^29.2.2", | ||
"@types/node": "^18.11.9", | ||
"@typescript-eslint/eslint-plugin": "^5.42.1", | ||
"@typescript-eslint/parser": "^5.42.1", | ||
"eslint": "^8.27.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-jest": "^26.2.2", | ||
"eslint-plugin-jest": "^27.1.4", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"husky": "^8.0.1", | ||
"jest": "^28.1.0", | ||
"prettier": "^2.6.2", | ||
"ts-jest": "^28.0.2", | ||
"typescript": "^4.6.4" | ||
"husky": "^8.0.2", | ||
"jest": "^29.3.1", | ||
"prettier": "^2.7.1", | ||
"ts-jest": "^29.0.3", | ||
"typescript": "^4.8.4" | ||
}, | ||
@@ -46,0 +44,0 @@ "jest": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
30129
13
15
637
Updateddecimal.js@^10.4.2