@nx/remix 22.6.0-beta.12 → 22.6.0-beta.14

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.6.0-beta.12",
3
+ "version": "22.6.0-beta.14",
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.6.0-beta.12",
33
- "@nx/js": "22.6.0-beta.12",
34
- "@nx/react": "22.6.0-beta.12",
35
- "@nx/workspace": "22.6.0-beta.12",
32
+ "@nx/devkit": "22.6.0-beta.14",
33
+ "@nx/js": "22.6.0-beta.14",
34
+ "@nx/react": "22.6.0-beta.14",
35
+ "@nx/workspace": "22.6.0-beta.14",
36
36
  "tslib": "^2.3.0",
37
37
  "@phenomnomnominal/tsquery": "~6.1.4"
38
38
  },
39
39
  "devDependencies": {
40
- "nx": "22.6.0-beta.12",
41
- "@nx/vitest": "22.6.0-beta.12"
40
+ "nx": "22.6.0-beta.14",
41
+ "@nx/vitest": "22.6.0-beta.14"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@remix-run/dev": "^2.17.3"
@@ -110,7 +110,7 @@ async function remixApplicationGeneratorInternal(tree, _options) {
110
110
  testEnvironment: 'jsdom',
111
111
  skipViteConfig: true,
112
112
  addPlugin: true,
113
- viteVersion: 5,
113
+ viteVersion: 6,
114
114
  });
115
115
  createOrEditViteConfig(tree, {
116
116
  project: options.projectName,
@@ -15,6 +15,6 @@ export declare const testingLibraryReactVersion = "^14.1.2";
15
15
  export declare const testingLibraryJestDomVersion = "6.4.2";
16
16
  export declare const testingLibraryDomVersion = "^10.4.0";
17
17
  export declare const testingLibraryUserEventsVersion = "^14.5.2";
18
- export declare const viteVersion = "^5.0.0";
18
+ export declare const viteVersion = "^6.0.0";
19
19
  export declare function getRemixVersion(tree: Tree): string;
20
20
  //# sourceMappingURL=versions.d.ts.map
@@ -20,7 +20,7 @@ exports.testingLibraryReactVersion = '^14.1.2';
20
20
  exports.testingLibraryJestDomVersion = '6.4.2';
21
21
  exports.testingLibraryDomVersion = '^10.4.0';
22
22
  exports.testingLibraryUserEventsVersion = '^14.5.2';
23
- exports.viteVersion = '^5.0.0';
23
+ exports.viteVersion = '^6.0.0';
24
24
  function getRemixVersion(tree) {
25
25
  return ((0, devkit_1.getDependencyVersionFromPackageJson)(tree, '@remix-run/dev') ?? exports.remixVersion);
26
26
  }