@nx/remix 19.0.0-beta.4 → 19.0.0-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/remix",
3
- "version": "19.0.0-beta.4",
3
+ "version": "19.0.0-beta.5",
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",
@@ -28,12 +28,12 @@
28
28
  "migrations": "./migrations.json"
29
29
  },
30
30
  "dependencies": {
31
- "@nx/devkit": "19.0.0-beta.4",
32
- "@nx/js": "19.0.0-beta.4",
33
- "@nx/react": "19.0.0-beta.4",
31
+ "@nx/devkit": "19.0.0-beta.5",
32
+ "@nx/js": "19.0.0-beta.5",
33
+ "@nx/react": "19.0.0-beta.5",
34
34
  "tslib": "^2.3.1",
35
35
  "@phenomnomnominal/tsquery": "~5.0.1",
36
- "@nrwl/remix": "19.0.0-beta.4"
36
+ "@nrwl/remix": "19.0.0-beta.5"
37
37
  },
38
38
  "peerDependencies": {},
39
39
  "publishConfig": {
@@ -189,7 +189,7 @@ export default defineConfig({
189
189
  },
190
190
  /* Run your local dev server before starting the tests */
191
191
  webServer: {
192
- command: 'pnpm exec nx dev test',
192
+ command: 'npx nx dev test',
193
193
  url: 'http://localhost:3000',
194
194
  reuseExistingServer: !process.env.CI,
195
195
  cwd: workspaceRoot,
@@ -702,7 +702,7 @@ export default defineConfig({
702
702
  },
703
703
  /* Run your local dev server before starting the tests */
704
704
  webServer: {
705
- command: 'pnpm exec nx dev test',
705
+ command: 'npx nx dev test',
706
706
  url: 'http://localhost:3000',
707
707
  reuseExistingServer: !process.env.CI,
708
708
  cwd: workspaceRoot,
@@ -1437,7 +1437,7 @@ export default defineConfig({
1437
1437
  },
1438
1438
  /* Run your local dev server before starting the tests */
1439
1439
  webServer: {
1440
- command: 'pnpm exec nx dev test',
1440
+ command: 'npx nx dev test',
1441
1441
  url: 'http://localhost:3000',
1442
1442
  reuseExistingServer: !process.env.CI,
1443
1443
  cwd: workspaceRoot,