From 2407328c6a898b26ef542d1b609bb312e32d777a Mon Sep 17 00:00:00 2001 From: Denis Shelest Date: Sun, 7 Nov 2021 21:30:43 +0300 Subject: [PATCH] update devDependencies --- babel.config.json | 2 +- dist/index.js | 18 +++++++++--------- package.json | 30 +++++++++++++++--------------- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/babel.config.json b/babel.config.json index 4f34795..20c40f6 100644 --- a/babel.config.json +++ b/babel.config.json @@ -4,7 +4,7 @@ "presets": [ ["@babel/preset-env", { "useBuiltIns": "entry", - "corejs": 3, + "corejs": "3.19", "loose": true, "forceAllTransforms": false, "targets": "ie 11, defaults, not dead" diff --git a/dist/index.js b/dist/index.js index 0ed05ae..64991e8 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,18 +1,18 @@ "use strict"; exports.__esModule = true; -exports.getObjectPaths = getObjectPaths; -exports.extToArray = extToArray; -exports.separatePath = separatePath; -exports.splitPath = splitPath; exports.checkIsExists = checkIsExists; -exports.getValue = getValue; -exports.isArrayElement = isArrayElement; -exports.getPairValue = getPairValue; -exports.getRealIndex = getRealIndex; -exports.getOptions = getOptions; exports.deepPatch = deepPatch; exports.default = void 0; +exports.extToArray = extToArray; +exports.getObjectPaths = getObjectPaths; +exports.getOptions = getOptions; +exports.getPairValue = getPairValue; +exports.getRealIndex = getRealIndex; +exports.getValue = getValue; +exports.isArrayElement = isArrayElement; +exports.separatePath = separatePath; +exports.splitPath = splitPath; function XMutateRemovedElementX() {} diff --git a/package.json b/package.json index 47b9d19..22b7388 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deep-mutation", - "version": "3.2.1", + "version": "3.2.2", "author": { "name": "Shelest Denis", "email": "axules@gmail.com" @@ -44,22 +44,22 @@ ] }, "devDependencies": { - "@babel/cli": "^7.8.3", - "@babel/core": "^7.8.3", - "@babel/node": "^7.8.3", - "@babel/preset-env": "^7.8.3", - "@babel/runtime-corejs3": "^7.8.3", + "@babel/cli": "^7.16.0", + "@babel/core": "^7.16.0", + "@babel/node": "^7.16.0", + "@babel/preset-env": "^7.16.0", + "@babel/runtime-corejs3": "^7.16.0", "babel-eslint": "^10.0.3", - "babel-jest": "^25.1.0", - "babel-loader": "^8.0.6", - "core-js": "^3.6.4", - "eslint": "^6.8.0", + "babel-jest": "^27.3.1", + "babel-loader": "^8.2.3", + "core-js": "^3.19.1", + "eslint": "^8.2.0", "eslint-loader": "^3.0.3", - "eslint-plugin-babel": "^5.3.0", - "eslint-plugin-flowtype": "^4.6.0", - "eslint-plugin-import": "^2.20.0", - "jest": "^25.1.0", - "jest-runner-eslint": "^0.7.6" + "eslint-plugin-babel": "^5.3.1", + "eslint-plugin-flowtype": "^8.0.3", + "eslint-plugin-import": "^2.25.2", + "jest": "^27.3.1", + "jest-runner-eslint": "^1.0.0" }, "files": [ "dist",