@descope/flow-components 2.2.15 → 2.2.16

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": "@descope/flow-components",
3
- "version": "2.2.15",
3
+ "version": "2.2.16",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -78,8 +78,8 @@
78
78
  "postcss": "^8.4.14",
79
79
  "prettier": "3.7.3",
80
80
  "pretty-quick": "^4.0.0",
81
- "react": "19.2.0",
82
- "react-dom": "19.2.0",
81
+ "react": "19.2.1",
82
+ "react-dom": "19.2.1",
83
83
  "rollup": "^4.0.0",
84
84
  "rollup-plugin-auto-external": "^2.0.0",
85
85
  "rollup-plugin-copy": "^3.4.0",
@@ -96,7 +96,7 @@
96
96
  "webpack-dev-server": "5.2.2"
97
97
  },
98
98
  "dependencies": {
99
- "@descope/web-components-ui": "2.2.15"
99
+ "@descope/web-components-ui": "2.2.16"
100
100
  },
101
101
  "peerDependencies": {
102
102
  "react": ">= 18"
@@ -134,7 +134,8 @@
134
134
  "build-storybook": "storybook build",
135
135
  "build:rollup": "rollup -c",
136
136
  "build:webpack": "webpack --mode production",
137
- "build": "npm run build:rollup && npm run build:webpack",
137
+ "build:all": "npm run build:rollup && npm run build:webpack",
138
+ "build": "npx nx run flow-components:build",
138
139
  "dev": "nx dev flow-components",
139
140
  "dev-server": "FEDERATION_IP=127.0.0.1 NODE_ENV=development webpack serve --mode development --port 4444",
140
141
  "test": "exit 0",