Skip to content

Commit

Permalink
update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
axules committed Nov 7, 2021
1 parent eac22a4 commit 2407328
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
18 changes: 9 additions & 9 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -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() {}

Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deep-mutation",
"version": "3.2.1",
"version": "3.2.2",
"author": {
"name": "Shelest Denis",
"email": "[email protected]"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 2407328

Please sign in to comment.