@nx/remix 19.5.0-beta.2 → 19.5.0-beta.4

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/README.md CHANGED
@@ -56,7 +56,7 @@ npx nx@latest init
56
56
  - [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
57
57
  - [Intro to Nx](https://nx.dev/getting-started/intro)
58
58
  - [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
59
- - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
59
+ - [Blog Posts About Nx](https://nx.dev/blog)
60
60
 
61
61
  <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
62
62
  width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/remix",
3
- "version": "19.5.0-beta.2",
3
+ "version": "19.5.0-beta.4",
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.5.0-beta.2",
33
- "@nx/js": "19.5.0-beta.2",
34
- "@nx/react": "19.5.0-beta.2",
32
+ "@nx/devkit": "19.5.0-beta.4",
33
+ "@nx/js": "19.5.0-beta.4",
34
+ "@nx/react": "19.5.0-beta.4",
35
35
  "tslib": "^2.3.1",
36
36
  "@phenomnomnominal/tsquery": "~5.0.1",
37
- "@nrwl/remix": "19.5.0-beta.2"
37
+ "@nrwl/remix": "19.5.0-beta.4"
38
38
  },
39
39
  "peerDependencies": {},
40
40
  "publishConfig": {
@@ -505,7 +505,7 @@ export function NxWelcome({ title }: { title: string }) {
505
505
  </svg>
506
506
  </a>
507
507
  <a
508
- href="https://blog.nrwl.io/?utm_source=nx-project"
508
+ href="https://nx.dev/blog/?utm_source=nx-project"
509
509
  target="_blank"
510
510
  rel="noreferrer"
511
511
  className="list-item-link"