string-converter
Advanced tools
Comparing version 1.2.0 to 1.2.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.convertToString = exports.convertToNumber = exports.convertToBoolean = void 0; | ||
var convertToBoolean_1 = require("./convertToBoolean"); | ||
@@ -4,0 +5,0 @@ Object.defineProperty(exports, "convertToBoolean", { enumerable: true, get: function () { return convertToBoolean_1.convertToBoolean; } }); |
{ | ||
"name": "string-converter", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Converts strings to other javascript types", | ||
@@ -49,32 +49,32 @@ "main": "dist/src/index.js", | ||
"lodash-es": "^4.17.15", | ||
"tslib": "^2.0.0" | ||
"tslib": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@types/jest": "^26.0.0", | ||
"@commitlint/config-conventional": "^10.0.0", | ||
"@types/jest": "^26.0.10", | ||
"@types/lodash-es": "^4.17.3", | ||
"@typescript-eslint/eslint-plugin": "^3.2.0", | ||
"@typescript-eslint/parser": "^3.2.0", | ||
"commitlint": "^8.3.5", | ||
"@typescript-eslint/eslint-plugin": "^3.10.1", | ||
"@typescript-eslint/parser": "^3.10.1", | ||
"commitlint": "^9.1.2", | ||
"coveralls": "^3.1.0", | ||
"eslint": "^7.2.0", | ||
"eslint-config-airbnb": "^18.1.0", | ||
"eslint": "^7.7.0", | ||
"eslint-config-airbnb": "^18.2.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-import": "^2.21.2", | ||
"eslint-plugin-jest": "^23.13.2", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-react": "^7.20.0", | ||
"eslint-plugin-react-hooks": "^4.0.4", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jest": "^23.20.0", | ||
"eslint-plugin-jsx-a11y": "^6.3.1", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-react": "^7.20.6", | ||
"eslint-plugin-react-hooks": "^4.1.0", | ||
"husky": "^4.2.5", | ||
"jest": "^26.0.1", | ||
"jest": "^26.4.2", | ||
"jest-extended": "^0.11.5", | ||
"lint-staged": "^10.2.9", | ||
"lint-staged": "^10.2.13", | ||
"minimist": "^1.2.5", | ||
"prettier": "^2.0.5", | ||
"prettier": "^2.1.1", | ||
"rimraf": "^3.0.2", | ||
"shx": "^0.3.2", | ||
"ts-jest": "^26.1.0", | ||
"typedoc": "^0.17.7", | ||
"typescript": "^3.9.5" | ||
"ts-jest": "^26.3.0", | ||
"typedoc": "^0.18.0", | ||
"typescript": "^4.0.2" | ||
}, | ||
@@ -81,0 +81,0 @@ "husky": { |
Sorry, the diff of this file is not supported yet
13625
126
Updatedtslib@^2.0.1