@nx/remix 21.2.0-beta.2 → 21.2.0-beta.3

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": "21.2.0-beta.2",
3
+ "version": "21.2.0-beta.3",
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.2.0-beta.2",
33
- "@nx/js": "21.2.0-beta.2",
34
- "@nx/react": "21.2.0-beta.2",
32
+ "@nx/devkit": "21.2.0-beta.3",
33
+ "@nx/js": "21.2.0-beta.3",
34
+ "@nx/react": "21.2.0-beta.3",
35
35
  "tslib": "^2.3.1",
36
36
  "@phenomnomnominal/tsquery": "~5.0.1"
37
37
  },
@@ -24,7 +24,7 @@ exports[`Storybook Configuration it should create a storybook configuration and
24
24
 
25
25
  const config: StorybookConfig = {
26
26
  stories: ['../src/lib/**/*.@(mdx|stories.@(js|jsx|ts|tsx))'],
27
- addons: ['@storybook/addon-essentials', '@storybook/addon-interactions'],
27
+ addons: [],
28
28
  framework: {
29
29
  name: '@storybook/react-vite',
30
30
  options: {
@@ -67,7 +67,7 @@ exports[`Storybook Configuration it should create a storybook configuration and
67
67
 
68
68
  const config: StorybookConfig = {
69
69
  stories: ['../src/lib/**/*.@(mdx|stories.@(js|jsx|ts|tsx))'],
70
- addons: ['@storybook/addon-essentials', '@storybook/addon-interactions'],
70
+ addons: [],
71
71
  framework: {
72
72
  name: '@storybook/react-vite',
73
73
  options: {
@@ -121,7 +121,7 @@ exports[`Storybook Configuration it should create a storybook configuration and
121
121
 
122
122
  const config: StorybookConfig = {
123
123
  stories: ['../src/lib/**/*.@(mdx|stories.@(js|jsx|ts|tsx))'],
124
- addons: ['@storybook/addon-essentials', '@storybook/addon-interactions'],
124
+ addons: [],
125
125
  framework: {
126
126
  name: '@storybook/react-vite',
127
127
  options: {