@nx/remix 20.2.2 → 20.3.0-beta.1

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": "20.2.2",
3
+ "version": "20.3.0-beta.1",
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,9 +29,9 @@
29
29
  "migrations": "./migrations.json"
30
30
  },
31
31
  "dependencies": {
32
- "@nx/devkit": "20.2.2",
33
- "@nx/js": "20.2.2",
34
- "@nx/react": "20.2.2",
32
+ "@nx/devkit": "20.3.0-beta.1",
33
+ "@nx/js": "20.3.0-beta.1",
34
+ "@nx/react": "20.3.0-beta.1",
35
35
  "tslib": "^2.3.1",
36
36
  "@phenomnomnominal/tsquery": "~5.0.1"
37
37
  },
@@ -134,7 +134,6 @@ export default function Index() {
134
134
 
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
-
138
137
  import { defineConfig } from 'cypress';
139
138
 
140
139
  export default defineConfig({
@@ -386,7 +385,6 @@ export default function Index() {
386
385
 
387
386
  exports[`Remix Application Standalone Project Repo --e2eTestRunner should generate a cypress e2e application for the app 1`] = `
388
387
  "import { nxE2EPreset } from '@nx/cypress/plugins/cypress-preset';
389
-
390
388
  import { defineConfig } from 'cypress';
391
389
 
392
390
  export default defineConfig({