Browse Source

downgrade vite-plugin-dts to supress errors on GitHub Actions

Yuki Takei 1 year ago
parent
commit
70c9cef811
2 changed files with 5 additions and 5 deletions
  1. 1 1
      package.json
  2. 4 4
      yarn.lock

+ 1 - 1
package.json

@@ -101,7 +101,7 @@
     "typescript": "~5.0.0",
     "typescript-transform-paths": "^3.4.7",
     "vite": "^5.4.6",
-    "vite-plugin-dts": "~4.1.1",
+    "vite-plugin-dts": "~4.0.0",
     "vite-tsconfig-paths": "^5.0.1",
     "vitest": "^2.1.1",
     "vitest-mock-extended": "^1.3.1"

+ 4 - 4
yarn.lock

@@ -18708,10 +18708,10 @@ vite-node@2.1.1:
     pathe "^1.1.2"
     vite "^5.0.0"
 
-vite-plugin-dts@~4.1.1:
-  version "4.1.1"
-  resolved "https://registry.yarnpkg.com/vite-plugin-dts/-/vite-plugin-dts-4.1.1.tgz#1837a304cfd83c02bdaed3bb3bec7c3a6ad1ba0d"
-  integrity sha512-SxYXwJQbAZ1IMtGEcOuzzZtDWCdcV2JkU7esvpPA8E5tIWVcJB42rZwN9EdULicWGLfaXrUgPIGVSidXBTae2Q==
+vite-plugin-dts@~4.0.0:
+  version "4.0.3"
+  resolved "https://registry.yarnpkg.com/vite-plugin-dts/-/vite-plugin-dts-4.0.3.tgz#0f452be5ea81a50fa27ade4e0f3a0d750873affc"
+  integrity sha512-+xnTsaONwU2kV6zhRjtbRJSGN41uFR/whqmcb4k4fftLFDJElxthp0PP5Fq8gMeM9ytWMt1yk5gGgekLREWYQQ==
   dependencies:
     "@microsoft/api-extractor" "7.47.4"
     "@rollup/pluginutils" "^5.1.0"