@nx/remix 22.4.0-canary.20260115-21d1555 → 22.4.0-canary.20260119-6bb82c0
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/remix",
|
|
3
|
-
"version": "22.4.0-canary.
|
|
3
|
+
"version": "22.4.0-canary.20260119-6bb82c0",
|
|
4
4
|
"description": "The Remix plugin for Nx contains executors and generators for managing Remix applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Vitest, Jest, Playwright, Cypress, and Storybook.\n\n- Generators for applications, libraries, routes, loaders, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
"migrations": "./migrations.json"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@nx/devkit": "22.4.0-canary.
|
|
33
|
-
"@nx/js": "22.4.0-canary.
|
|
34
|
-
"@nx/react": "22.4.0-canary.
|
|
35
|
-
"@nx/workspace": "22.4.0-canary.
|
|
32
|
+
"@nx/devkit": "22.4.0-canary.20260119-6bb82c0",
|
|
33
|
+
"@nx/js": "22.4.0-canary.20260119-6bb82c0",
|
|
34
|
+
"@nx/react": "22.4.0-canary.20260119-6bb82c0",
|
|
35
|
+
"@nx/workspace": "22.4.0-canary.20260119-6bb82c0",
|
|
36
36
|
"tslib": "^2.3.0",
|
|
37
37
|
"@phenomnomnominal/tsquery": "~6.1.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"nx": "22.4.0-canary.
|
|
41
|
-
"@nx/vitest": "22.4.0-canary.
|
|
40
|
+
"nx": "22.4.0-canary.20260119-6bb82c0",
|
|
41
|
+
"@nx/vitest": "22.4.0-canary.20260119-6bb82c0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@remix-run/dev": "^2.17.3"
|
|
@@ -135,7 +135,6 @@ export default function Index() {
|
|
|
135
135
|
exports[`Remix Application Integrated Repo --e2eTestRunner should generate a cypress e2e application for the app 1`] = `
|
|
136
136
|
"import { nxE2EPreset } from '@nx/cypress/plugins/cypress-preset';
|
|
137
137
|
import { defineConfig } from 'cypress';
|
|
138
|
-
|
|
139
138
|
export default defineConfig({
|
|
140
139
|
e2e: {
|
|
141
140
|
...nxE2EPreset(__filename, {
|
|
@@ -388,7 +387,6 @@ export default function Index() {
|
|
|
388
387
|
exports[`Remix Application Standalone Project Repo --e2eTestRunner should generate a cypress e2e application for the app 1`] = `
|
|
389
388
|
"import { nxE2EPreset } from '@nx/cypress/plugins/cypress-preset';
|
|
390
389
|
import { defineConfig } from 'cypress';
|
|
391
|
-
|
|
392
390
|
export default defineConfig({
|
|
393
391
|
e2e: {
|
|
394
392
|
...nxE2EPreset(__filename, {
|