Bump versions

This commit is contained in:
Paul Hatcherian 2021-09-23 08:34:33 -04:00
parent 401ff16900
commit 00b872db01
3 changed files with 1219 additions and 4654 deletions

8
dist/index.js vendored
View file

@ -19,7 +19,13 @@ module.exports =
/******/ }; /******/ };
/******/ /******/
/******/ // Execute the module function /******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ var threw = true;
/******/ try {
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/ threw = false;
/******/ } finally {
/******/ if(threw) delete installedModules[moduleId];
/******/ }
/******/ /******/
/******/ // Flag the module as loaded /******/ // Flag the module as loaded
/******/ module.l = true; /******/ module.l = true;

5853
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -24,13 +24,13 @@
}, },
"homepage": "https://github.com/paulhatch/semantic-version#readme", "homepage": "https://github.com/paulhatch/semantic-version#readme",
"dependencies": { "dependencies": {
"@actions/core": "^1.2.6", "@actions/core": "^1.5.0",
"@actions/exec": "^1.0.4" "@actions/exec": "^1.1.0"
}, },
"devDependencies": { "devDependencies": {
"@zeit/ncc": "^0.20.5", "@zeit/ncc": "^0.22.3",
"eslint": "^7.16.0", "eslint": "^7.32.0",
"eslint-plugin-jest": "^24.1.3", "eslint-plugin-jest": "^24.4.2",
"jest": "^26.6.3" "jest": "^27.2.1"
} }
} }