From 4b85c838127e9393da7b03fda409e5e397eee19e Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 14 Jan 2025 14:33:06 +0800 Subject: [PATCH] chore: fix order --- packages/nuxt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 63b3ec9c1b..6a6da2c5eb 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -92,7 +92,6 @@ "globby": "^14.0.2", "h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e", "hookable": "^5.5.3", - "on-change": "^5.0.1", "ignore": "^7.0.1", "impound": "^0.2.0", "jiti": "^2.4.2", @@ -105,6 +104,7 @@ "nypm": "^0.4.1", "ofetch": "^1.4.1", "ohash": "^1.1.4", + "on-change": "^5.0.1", "pathe": "^2.0.1", "perfect-debounce": "^1.0.0", "pkg-types": "^1.3.0",