@nx/remix 19.2.0-beta.0 → 19.2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -19,7 +19,7 @@
19
19
 
20
20
  Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
21
21
 
22
- This package is a [Remix plugin for Nx](https://nx.dev/packages/remix).
22
+ This package is a [Remix plugin for Nx](https://nx.dev/nx-api/remix).
23
23
 
24
24
  ## Getting Started
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/remix",
3
- "version": "19.2.0-beta.0",
3
+ "version": "19.2.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,12 +29,12 @@
29
29
  "migrations": "./migrations.json"
30
30
  },
31
31
  "dependencies": {
32
- "@nx/devkit": "19.2.0-beta.0",
33
- "@nx/js": "19.2.0-beta.0",
34
- "@nx/react": "19.2.0-beta.0",
32
+ "@nx/devkit": "19.2.0-beta.1",
33
+ "@nx/js": "19.2.0-beta.1",
34
+ "@nx/react": "19.2.0-beta.1",
35
35
  "tslib": "^2.3.1",
36
36
  "@phenomnomnominal/tsquery": "~5.0.1",
37
- "@nrwl/remix": "19.2.0-beta.0"
37
+ "@nrwl/remix": "19.2.0-beta.1"
38
38
  },
39
39
  "peerDependencies": {},
40
40
  "publishConfig": {