Merge pull request #84 from DeLaGuardo/deps

Upgrade dependencies
This commit is contained in:
Kirill Chernyshov 2023-04-12 15:06:43 +02:00 committed by GitHub
commit 62f50ff1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 19 deletions

View File

@ -45,7 +45,7 @@ jobs:
java-version: '8'
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@10.2
uses: DeLaGuardo/setup-clojure@10.3
with:
# Install just one or all simultaneously
# The value must indicate a particular version of the tool, or use 'latest'

2
dist/index.js vendored
View File

@ -1139,7 +1139,7 @@ exports.isMacOS = isMacOS;
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.VERSION = void 0;
exports.VERSION = '10-2';
exports.VERSION = '10-3';
/***/ }),

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "setup-clojure",
"version": "10.2",
"version": "10.3",
"private": true,
"description": "setup clojure action",
"main": "lib/setup-clojure.js",
@ -27,28 +27,28 @@
"author": "DeLaGuardo",
"license": "MIT",
"dependencies": {
"@actions/cache": "^3.1.4",
"@actions/cache": "^3.2.1",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.0.1",
"@actions/io": "^1.1.2",
"@actions/http-client": "^2.1.0",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.14.1",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "^5.53.0",
"@typescript-eslint/parser": "^5.58.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.34.0",
"eslint-plugin-github": "^4.6.1",
"eslint": "^8.38.0",
"eslint-plugin-github": "^4.7.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.4.3",
"jest-circus": "^29.4.3",
"jest": "^29.5.0",
"jest-circus": "^29.5.0",
"js-yaml": "^4.1.0",
"npm-check-updates": "^16.7.9",
"prettier": "2.8.4",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
"npm-check-updates": "^16.10.8",
"prettier": "2.8.7",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
}
}

View File

@ -1 +1 @@
export const VERSION = '10-2'
export const VERSION = '10-3'