@nx/remix 22.3.0-canary.20251209-6092031 → 22.3.0-canary.20251215-e864b6a
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": "22.3.0-canary.
|
|
3
|
+
"version": "22.3.0-canary.20251215-e864b6a",
|
|
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,16 +29,16 @@
|
|
|
29
29
|
"migrations": "./migrations.json"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@nx/devkit": "22.3.0-canary.
|
|
33
|
-
"@nx/js": "22.3.0-canary.
|
|
34
|
-
"@nx/react": "22.3.0-canary.
|
|
35
|
-
"@nx/workspace": "22.3.0-canary.
|
|
32
|
+
"@nx/devkit": "22.3.0-canary.20251215-e864b6a",
|
|
33
|
+
"@nx/js": "22.3.0-canary.20251215-e864b6a",
|
|
34
|
+
"@nx/react": "22.3.0-canary.20251215-e864b6a",
|
|
35
|
+
"@nx/workspace": "22.3.0-canary.20251215-e864b6a",
|
|
36
36
|
"tslib": "^2.3.0",
|
|
37
37
|
"@phenomnomnominal/tsquery": "~5.0.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"nx": "22.3.0-canary.
|
|
41
|
-
"@nx/vitest": "22.3.0-canary.
|
|
40
|
+
"nx": "22.3.0-canary.20251215-e864b6a",
|
|
41
|
+
"@nx/vitest": "22.3.0-canary.20251215-e864b6a"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@remix-run/dev": "^2.14.0"
|
|
@@ -258,7 +258,7 @@ export default defineConfig(() => ({
|
|
|
258
258
|
plugins: [react(), nxViteTsPaths(), nxCopyAssetsPlugin(['*.md'])],
|
|
259
259
|
// Uncomment this if you are using workers.
|
|
260
260
|
// worker: {
|
|
261
|
-
//
|
|
261
|
+
// plugins: () => [ nxViteTsPaths() ],
|
|
262
262
|
// },
|
|
263
263
|
test: {
|
|
264
264
|
setupFiles: ['test-setup.ts'],
|
|
@@ -464,7 +464,7 @@ export default defineConfig(() => ({
|
|
|
464
464
|
plugins: [react(), nxViteTsPaths(), nxCopyAssetsPlugin(['*.md'])],
|
|
465
465
|
// Uncomment this if you are using workers.
|
|
466
466
|
// worker: {
|
|
467
|
-
//
|
|
467
|
+
// plugins: () => [ nxViteTsPaths() ],
|
|
468
468
|
// },
|
|
469
469
|
test: {
|
|
470
470
|
setupFiles: ['test-setup.ts'],
|