Update node modules

This commit is contained in:
Qiao Han
2022-08-03 21:59:21 +08:00
parent 1633052be9
commit 4359afaaf1
2 changed files with 4099 additions and 10610 deletions

14677
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,8 @@
{ {
"name": "typescript-action", "name": "setup-cli",
"version": "0.0.0", "version": "0.0.1",
"private": true, "private": true,
"description": "TypeScript template action", "description": "Supabase CLI GitHub Action",
"main": "lib/main.js", "main": "lib/main.js",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
@@ -15,7 +15,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/actions/typescript-action.git" "url": "git+https://github.com/supabase/setup-cli.git"
}, },
"keywords": [ "keywords": [
"actions", "actions",
@@ -25,19 +25,19 @@
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.6.0" "@actions/core": "^1.9.0",
"@actions/tool-cache": "^2.0.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.10.5", "@types/node": "^16.11.47",
"@typescript-eslint/parser": "^5.8.1", "@typescript-eslint/parser": "^5.32.0",
"@vercel/ncc": "^0.31.1", "@vercel/ncc": "^0.34.0",
"eslint": "^7.32.0", "eslint": "^8.0.1",
"eslint-plugin-github": "^4.3.2", "eslint-plugin-github": "^4.3.7",
"eslint-plugin-jest": "^25.3.2", "eslint-plugin-jest": "^26.7.0",
"jest": "^27.2.5", "jest": "^28.1.3",
"js-yaml": "^4.1.0", "prettier": "2.7.1",
"prettier": "2.5.1", "ts-jest": "^28.0.7",
"ts-jest": "^27.1.2", "typescript": "^4.7.4"
"typescript": "^4.4.4"
} }
} }