mirror of
https://github.com/rumblefrog/setup-sp.git
synced 2024-11-23 09:49:07 +01:00
9ad64e7558
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
475 B
JSON
20 lines
475 B
JSON
{
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.1",
|
|
"@actions/tool-cache": "^2.0.1",
|
|
"@types/node": "^18.0.3",
|
|
"@types/semver": "^7.3.10",
|
|
"await-to-js": "^3.0.0",
|
|
"semver": "^7.3.7",
|
|
"typed-rest-client": "^1.8.9"
|
|
},
|
|
"devDependencies": {
|
|
"ts-loader": "^9.3.1",
|
|
"typescript": "^4.7.4",
|
|
"webpack": "^5.73.0",
|
|
"webpack-cli": "^4.10.0"
|
|
},
|
|
"scripts": {
|
|
"build": "./node_modules/.bin/webpack --config ./webpack.config.js"
|
|
}
|
|
}
|