@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 +3 -3
- package/package.json +4 -4
- package/src/utils/versions.d.ts +1 -1
- package/src/utils/versions.js +1 -1
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
33
|
-
"@nx/js": "21.1
|
|
34
|
-
"@nx/react": "21.1
|
|
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
|
},
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -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.
|
|
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";
|
package/src/utils/versions.js
CHANGED
|
@@ -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.
|
|
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';
|