@nx/nuxt 22.4.0-canary.20260101-80cde6a → 22.4.0-canary.20260105-80cde6a
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/nuxt",
|
|
3
|
-
"version": "22.4.0-canary.
|
|
3
|
+
"version": "22.4.0-canary.20260105-80cde6a",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nuxt plugin for Nx contains executors and generators for managing Nuxt 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": {
|
|
@@ -44,16 +44,16 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"tslib": "^2.3.0",
|
|
46
46
|
"@nuxt/kit": "^3.10.0 || ^4.0.0",
|
|
47
|
-
"@nx/devkit": "22.4.0-canary.
|
|
48
|
-
"@nx/js": "22.4.0-canary.
|
|
49
|
-
"@nx/eslint": "22.4.0-canary.
|
|
50
|
-
"@nx/vue": "22.4.0-canary.
|
|
51
|
-
"@nx/vite": "22.4.0-canary.
|
|
52
|
-
"@nx/vitest": "22.4.0-canary.
|
|
47
|
+
"@nx/devkit": "22.4.0-canary.20260105-80cde6a",
|
|
48
|
+
"@nx/js": "22.4.0-canary.20260105-80cde6a",
|
|
49
|
+
"@nx/eslint": "22.4.0-canary.20260105-80cde6a",
|
|
50
|
+
"@nx/vue": "22.4.0-canary.20260105-80cde6a",
|
|
51
|
+
"@nx/vite": "22.4.0-canary.20260105-80cde6a",
|
|
52
|
+
"@nx/vitest": "22.4.0-canary.20260105-80cde6a",
|
|
53
53
|
"semver": "^7.5.3"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"nx": "22.4.0-canary.
|
|
56
|
+
"nx": "22.4.0-canary.20260105-80cde6a"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@nuxt/schema": "^3.10.0 || ^4.0.0"
|