From 57db71b92941fbe552a95322689a3ed8646c63e5 Mon Sep 17 00:00:00 2001 From: donniean Date: Thu, 23 Jan 2025 17:22:06 +0800 Subject: [PATCH] chore: remove 'next-app' from repository scripts Signed-off-by: donniean --- package-lock.json | 29 +++++++++++++++++++--------- scripts/github.repos.deps.upgrade.sh | 1 - scripts/github.repos.open.sh | 1 - scripts/github.repos.update.sh | 1 - 4 files changed, 20 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 170d3df9..417f304c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1521,9 +1521,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.10.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.7.tgz", - "integrity": "sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==", + "version": "22.10.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.9.tgz", + "integrity": "sha512-Ir6hwgsKyNESl/gLOcEz3krR4CBGgliDqBQ2ma4wIhEx0w+xnoeTq3tdrNw15kU3SxogDjOgv9sqdtLW8mIHaw==", "license": "MIT", "dependencies": { "undici-types": "~6.20.0" @@ -2064,6 +2064,16 @@ "dev": true, "license": "MIT" }, + "node_modules/async-function": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz", + "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", @@ -4050,9 +4060,9 @@ "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.5.84", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.84.tgz", - "integrity": "sha512-I+DQ8xgafao9Ha6y0qjHHvpZ9OfyA1qKlkHkjywxzniORU2awxyz7f/iVJcULmrF2yrM3nHQf+iDjJtbbexd/g==", + "version": "1.5.86", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.86.tgz", + "integrity": "sha512-/D7GAAaCRBQFBBcop6SfAAGH37djtpWkOuYhyAajw0l5vsfeSsUQYxaFPwr1c/mC/flARCDdKFo5gpFqNI+18w==", "dev": true, "license": "ISC" }, @@ -6437,12 +6447,13 @@ "license": "MIT" }, "node_modules/is-async-function": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.0.tgz", - "integrity": "sha512-GExz9MtyhlZyXYLxzlJRj5WUCE661zhDa1Yna52CN57AJsymh+DvXXjyveSioqSRdxvUrdKdvqB1b5cVKsNpWQ==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz", + "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==", "dev": true, "license": "MIT", "dependencies": { + "async-function": "^1.0.0", "call-bound": "^1.0.3", "get-proto": "^1.0.1", "has-tostringtag": "^1.0.2", diff --git a/scripts/github.repos.deps.upgrade.sh b/scripts/github.repos.deps.upgrade.sh index 549bc376..5d5bf060 100644 --- a/scripts/github.repos.deps.upgrade.sh +++ b/scripts/github.repos.deps.upgrade.sh @@ -30,7 +30,6 @@ func() { names=( collections configs - next-app react-app ) diff --git a/scripts/github.repos.open.sh b/scripts/github.repos.open.sh index 9cb26f0c..626f8998 100644 --- a/scripts/github.repos.open.sh +++ b/scripts/github.repos.open.sh @@ -10,7 +10,6 @@ func() { names=( collections configs - next-app react-app ) diff --git a/scripts/github.repos.update.sh b/scripts/github.repos.update.sh index 48ecfd71..e99633f8 100644 --- a/scripts/github.repos.update.sh +++ b/scripts/github.repos.update.sh @@ -14,7 +14,6 @@ func() { names=( collections configs - next-app react-app )