@dword-design/base-config-nuxt 7.0.4 → 7.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -15,7 +15,6 @@ export default function (config: any): {
15
15
  depcheckConfig: {
16
16
  parsers: {
17
17
  '**/*.scss': any;
18
- '**/*.vue': any;
19
18
  };
20
19
  specials: ((path: any) => Promise<any[]>)[];
21
20
  };
package/dist/index.js CHANGED
@@ -3,7 +3,6 @@ import P from "node:path";
3
3
  import { fileURLToPath } from "node:url";
4
4
  import depcheckParserSass from "@dword-design/depcheck-parser-sass";
5
5
  import packageName from "depcheck-package-name";
6
- import depcheckParserVue from "depcheck-parser-vue";
7
6
  import javascript from "endent";
8
7
  import { pick } from "lodash-es";
9
8
  import outputFiles from "output-files";
@@ -30,8 +29,7 @@ export default function (config) {
30
29
  },
31
30
  depcheckConfig: {
32
31
  parsers: {
33
- "**/*.scss": depcheckParserSass,
34
- "**/*.vue": depcheckParserVue
32
+ "**/*.scss": depcheckParserSass
35
33
  },
36
34
  specials: [getDepcheckSpecial({
37
35
  cwd: this.cwd
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base-config-nuxt",
3
- "version": "7.0.4",
3
+ "version": "7.0.5",
4
4
  "repository": "dword-design/base-config-nuxt",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",
@@ -42,7 +42,6 @@
42
42
  "babel-plugin-add-import-extension": "^1.6.0",
43
43
  "babel-plugin-module-resolver": "^5.0.2",
44
44
  "depcheck-package-name": "^3.0.1",
45
- "depcheck-parser-vue": "^5.0.0",
46
45
  "endent": "npm:@dword-design/endent@^1.4.1",
47
46
  "execa": "^9.6.0",
48
47
  "fs-extra": "^11.3.0",