Move dependency to correct place

This commit is contained in:
Jacob Wallraff
2023-01-24 15:43:30 -08:00
parent 0e09a923d3
commit 0cecfddb66
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@
}, },
"dependencies": { "dependencies": {
"@github/actions-expressions": "^0.1.96", "@github/actions-expressions": "^0.1.96",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8" "yaml": "^2.0.0-8"
}, },
"engines": { "engines": {
+15
View File
@@ -86,6 +86,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@github/actions-expressions": "^0.1.96", "@github/actions-expressions": "^0.1.96",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8" "yaml": "^2.0.0-8"
}, },
"devDependencies": { "devDependencies": {
@@ -5296,6 +5297,14 @@
"node": ">= 6" "node": ">= 6"
} }
}, },
"node_modules/cronstrue": {
"version": "2.21.0",
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.21.0.tgz",
"integrity": "sha512-YxabE1ZSHA1zJZMPCTSEbc0u4cRRenjqqTgCwJT7OvkspPSvfYFITuPFtsT+VkBuavJtFv2kJXT+mKSnlUJxfg==",
"bin": {
"cronstrue": "bin/cli.js"
}
},
"node_modules/cross-spawn": { "node_modules/cross-spawn": {
"version": "7.0.3", "version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
@@ -14573,6 +14582,7 @@
"@types/jest": "^29.0.3", "@types/jest": "^29.0.3",
"@typescript-eslint/eslint-plugin": "^5.40.0", "@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0", "@typescript-eslint/parser": "^5.40.0",
"cronstrue": "*",
"eslint": "7.32.0", "eslint": "7.32.0",
"jest": "^29.0.3", "jest": "^29.0.3",
"prettier": "^2.7.1", "prettier": "^2.7.1",
@@ -18165,6 +18175,11 @@
} }
} }
}, },
"cronstrue": {
"version": "2.21.0",
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.21.0.tgz",
"integrity": "sha512-YxabE1ZSHA1zJZMPCTSEbc0u4cRRenjqqTgCwJT7OvkspPSvfYFITuPFtsT+VkBuavJtFv2kJXT+mKSnlUJxfg=="
},
"cross-spawn": { "cross-spawn": {
"version": "7.0.3", "version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",