@nx/remix 21.1.2 → 21.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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart Monorepos · Fast CI"></p>
1
+ <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart Repos · Fast Builds"></p>
2
2
 
3
3
  <div style="text-align: center;">
4
4
 
@@ -15,7 +15,7 @@
15
15
 
16
16
  <hr>
17
17
 
18
- # Nx: Smart Monorepos · Fast CI
18
+ # Nx: Smart Repos · Fast Builds
19
19
 
20
20
  Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
21
21
 
@@ -59,5 +59,5 @@ npx nx@latest init
59
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
- width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
62
+ width="100%" alt="Nx - Smart Repos · Fast Builds"></a></p>
63
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/remix",
3
- "version": "21.1.2",
3
+ "version": "21.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,9 +29,9 @@
29
29
  "migrations": "./migrations.json"
30
30
  },
31
31
  "dependencies": {
32
- "@nx/devkit": "21.1.2",
33
- "@nx/js": "21.1.2",
34
- "@nx/react": "21.1.2",
32
+ "@nx/devkit": "21.2.0-beta.1",
33
+ "@nx/js": "21.2.0-beta.1",
34
+ "@nx/react": "21.2.0-beta.1",
35
35
  "tslib": "^2.3.1",
36
36
  "@phenomnomnominal/tsquery": "~5.0.1"
37
37
  },
@@ -7,7 +7,7 @@ export declare const reactDomVersion = "^18.2.0";
7
7
  export declare const typesReactVersion = "^18.2.0";
8
8
  export declare const typesReactDomVersion = "^18.2.0";
9
9
  export declare const eslintVersion = "^8.56.0";
10
- export declare const typescriptVersion = "~5.7.2";
10
+ export declare const typescriptVersion = "~5.8.2";
11
11
  export declare const tailwindVersion = "^3.3.0";
12
12
  export declare const postcssVersion = "^8.4.38";
13
13
  export declare const autoprefixerVersion = "^10.4.19";
@@ -12,7 +12,7 @@ exports.reactDomVersion = '^18.2.0';
12
12
  exports.typesReactVersion = '^18.2.0';
13
13
  exports.typesReactDomVersion = '^18.2.0';
14
14
  exports.eslintVersion = '^8.56.0';
15
- exports.typescriptVersion = '~5.7.2';
15
+ exports.typescriptVersion = '~5.8.2';
16
16
  exports.tailwindVersion = '^3.3.0';
17
17
  exports.postcssVersion = '^8.4.38';
18
18
  exports.autoprefixerVersion = '^10.4.19';