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