@nx/vue 22.3.0-canary.20251215-e864b6a → 22.3.0-canary.20251217-6323dba
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/vue",
|
|
3
|
-
"version": "22.3.0-canary.
|
|
3
|
+
"version": "22.3.0-canary.20251217-6323dba",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Vue plugin for Nx contains executors and generators for managing Vue applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Vitest, Playwright, Cypress, and Storybook.\n\n- Generators for applications, libraries, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
|
|
6
6
|
"repository": {
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
"migrations": "./migrations.json"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@nx/devkit": "22.3.0-canary.
|
|
33
|
-
"@nx/eslint": "22.3.0-canary.
|
|
34
|
-
"@nx/js": "22.3.0-canary.
|
|
35
|
-
"@nx/vite": "22.3.0-canary.
|
|
36
|
-
"@nx/vitest": "22.3.0-canary.
|
|
37
|
-
"@nx/web": "22.3.0-canary.
|
|
32
|
+
"@nx/devkit": "22.3.0-canary.20251217-6323dba",
|
|
33
|
+
"@nx/eslint": "22.3.0-canary.20251217-6323dba",
|
|
34
|
+
"@nx/js": "22.3.0-canary.20251217-6323dba",
|
|
35
|
+
"@nx/vite": "22.3.0-canary.20251217-6323dba",
|
|
36
|
+
"@nx/vitest": "22.3.0-canary.20251217-6323dba",
|
|
37
|
+
"@nx/web": "22.3.0-canary.20251217-6323dba",
|
|
38
38
|
"picomatch": "4.0.2",
|
|
39
39
|
"semver": "^7.6.3",
|
|
40
40
|
"tslib": "^2.3.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"nx": "22.3.0-canary.
|
|
43
|
+
"nx": "22.3.0-canary.20251217-6323dba"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export declare const vueTscVersion = "^2.2.8";
|
|
|
4
4
|
export declare const vueRouterVersion = "^4.5.0";
|
|
5
5
|
export declare const vueTestUtilsVersion = "^2.4.6";
|
|
6
6
|
export declare const vitePluginVueVersion = "^6.0.1";
|
|
7
|
-
export declare const vueEslintConfigPrettierVersion = "
|
|
7
|
+
export declare const vueEslintConfigPrettierVersion = "^10.2.0";
|
|
8
8
|
export declare const vueEslintConfigTypescriptVersion = "^11.0.3";
|
|
9
9
|
export declare const eslint9__VueEslintConfigTypescriptVersion = "^14.6.0";
|
|
10
10
|
export declare const eslintPluginVueVersion = "^9.16.1";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/vue/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAG/D,eAAO,MAAM,UAAU,YAAY,CAAC;AACpC,eAAO,MAAM,aAAa,WAAW,CAAC;AACtC,eAAO,MAAM,gBAAgB,WAAW,CAAC;AAGzC,eAAO,MAAM,mBAAmB,WAAW,CAAC;AAC5C,eAAO,MAAM,oBAAoB,WAAW,CAAC;AAG7C,eAAO,MAAM,8BAA8B,
|
|
1
|
+
{"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/vue/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAG/D,eAAO,MAAM,UAAU,YAAY,CAAC;AACpC,eAAO,MAAM,aAAa,WAAW,CAAC;AACtC,eAAO,MAAM,gBAAgB,WAAW,CAAC;AAGzC,eAAO,MAAM,mBAAmB,WAAW,CAAC;AAC5C,eAAO,MAAM,oBAAoB,WAAW,CAAC;AAG7C,eAAO,MAAM,8BAA8B,YAAY,CAAC;AACxD,eAAO,MAAM,gCAAgC,YAAY,CAAC;AAC1D,eAAO,MAAM,yCAAyC,YAAY,CAAC;AACnE,eAAO,MAAM,sBAAsB,YAAY,CAAC;AAGhD,eAAO,MAAM,cAAc,WAAW,CAAC;AACvC,eAAO,MAAM,kBAAkB,UAAU,CAAC;AAC1C,eAAO,MAAM,mBAAmB,YAAY,CAAC;AAG7C,eAAO,MAAM,WAAW,WAAW,CAAC;AACpC,eAAO,MAAM,WAAW,WAAW,CAAC"}
|
package/src/utils/versions.js
CHANGED
|
@@ -10,7 +10,7 @@ exports.vueRouterVersion = '^4.5.0';
|
|
|
10
10
|
exports.vueTestUtilsVersion = '^2.4.6';
|
|
11
11
|
exports.vitePluginVueVersion = '^6.0.1';
|
|
12
12
|
// linting deps
|
|
13
|
-
exports.vueEslintConfigPrettierVersion = '
|
|
13
|
+
exports.vueEslintConfigPrettierVersion = '^10.2.0';
|
|
14
14
|
exports.vueEslintConfigTypescriptVersion = '^11.0.3';
|
|
15
15
|
exports.eslint9__VueEslintConfigTypescriptVersion = '^14.6.0';
|
|
16
16
|
exports.eslintPluginVueVersion = '^9.16.1';
|