Merge pull request #65 from actions/unused-deps

Clean up some unused dependencies
This commit is contained in:
James M. Greene
2022-09-26 15:37:52 -05:00
committed by GitHub
10 changed files with 188 additions and 2530 deletions

View File

@@ -1 +0,0 @@
module.exports = { presets: ['@babel/preset-env'] }

4
dist/index.js vendored
View File

@@ -8199,8 +8199,6 @@ module.exports = function getContext() {
/***/ 2877:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
__nccwpck_require__(4307)
const core = __nccwpck_require__(2186)
const axios = __nccwpck_require__(6545)
@@ -8662,8 +8660,6 @@ module.exports = require("zlib");
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
(() => {
__nccwpck_require__(4307)
// This package assumes a site has already been built and the files exist in the current workspace
// If there's an artifact named `artifact.tar`, it can upload that to actions on its own,
// without the user having to do the tar process themselves.

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +0,0 @@
module.exports = {
transform: {
'^.+\\.(js|jsx)$': 'babel-jest'
}
}

2691
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,16 +4,11 @@
"description": "Deploy an actions artifact to GitHub Pages",
"main": "./dist/index.js",
"dependencies": {
"@actions/artifact": "^0.5.2",
"@actions/core": "^1.9.1",
"@babel/plugin-transform-runtime": "^7.16.0",
"axios": "^0.24.0",
"axios-retry": "^3.2.4",
"regenerator-runtime": "^0.13.9",
"tar": "^6.1.11"
"axios-retry": "^3.2.4"
},
"devDependencies": {
"@babel/preset-env": "^7.16.0",
"@vercel/ncc": "^0.31.1",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",

View File

@@ -8199,8 +8199,6 @@ module.exports = function getContext() {
/***/ 2877:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
__nccwpck_require__(4307)
const core = __nccwpck_require__(2186)
const axios = __nccwpck_require__(6545)

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,3 @@
require('regenerator-runtime/runtime')
const core = require('@actions/core')
const axios = require('axios')

View File

@@ -1,5 +1,3 @@
require('regenerator-runtime/runtime')
// This package assumes a site has already been built and the files exist in the current workspace
// If there's an artifact named `artifact.tar`, it can upload that to actions on its own,
// without the user having to do the tar process themselves.