@runtypelabs/react-flow 1.0.18 → 1.0.20

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.
@@ -7,7 +7,7 @@ $ tsup
7
7
  CLI Cleaning output folder
8
8
  CJS Build start
9
9
  ESM Build start
10
- CJS dist/index.js 105.53 KB
11
- CJS ⚡️ Build success in 816ms
12
10
  ESM dist/index.mjs 101.48 KB
13
- ESM ⚡️ Build success in 824ms
11
+ ESM ⚡️ Build success in 483ms
12
+ CJS dist/index.js 105.53 KB
13
+ CJS ⚡️ Build success in 487ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @runtypelabs/react-flow
2
2
 
3
+ ## 1.0.20
4
+
5
+ ### Patch Changes
6
+
7
+ - 5a8e7db: Bump react to 19.2.8, react-dom to 19.2.8, and @types/react to 19.2.17 (devDependencies).
8
+ - Updated dependencies [bcf78f5]
9
+ - @runtypelabs/sdk@6.6.0
10
+
11
+ ## 1.0.19
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [22ab25a]
16
+ - @runtypelabs/sdk@6.5.1
17
+
3
18
  ## 1.0.18
4
19
 
5
20
  ### Patch Changes
@@ -1,5 +1,23 @@
1
1
  # @runtypelabs/react-flow-example
2
2
 
3
+ ## 0.0.146
4
+
5
+ ### Patch Changes
6
+
7
+ - 5a8e7db: Bump react to 19.2.8, react-dom to 19.2.8, and @types/react to 19.2.17 (devDependencies).
8
+ - Updated dependencies [5a8e7db]
9
+ - Updated dependencies [bcf78f5]
10
+ - @runtypelabs/react-flow@1.0.20
11
+ - @runtypelabs/sdk@6.6.0
12
+
13
+ ## 0.0.145
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [22ab25a]
18
+ - @runtypelabs/sdk@6.5.1
19
+ - @runtypelabs/react-flow@1.0.19
20
+
3
21
  ## 0.0.144
4
22
 
5
23
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow-example",
3
- "version": "0.0.144",
3
+ "version": "0.0.146",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -13,11 +13,11 @@
13
13
  "@runtypelabs/sdk": "workspace:*",
14
14
  "@runtypelabs/react-flow": "workspace:*",
15
15
  "@xyflow/react": "^12.0.0",
16
- "react": "^19.2.4",
16
+ "react": "^19.2.8",
17
17
  "react-dom": "^18.3.1"
18
18
  },
19
19
  "devDependencies": {
20
- "@types/react": "^19.2.14",
20
+ "@types/react": "^19.2.17",
21
21
  "@types/react-dom": "^18.3.0",
22
22
  "@vitejs/plugin-react": "^6.0.3",
23
23
  "typescript": "^6.0.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/react-flow",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "description": "React Flow adapter for building visual flow editors with Runtype",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -16,7 +16,7 @@
16
16
  "*.css"
17
17
  ],
18
18
  "dependencies": {
19
- "@runtypelabs/sdk": "6.5.0"
19
+ "@runtypelabs/sdk": "6.6.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@xyflow/react": "^12.0.0",
@@ -24,10 +24,10 @@
24
24
  "react-dom": "^18.0.0 || ^19.0.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@types/react": "19.2.14",
27
+ "@types/react": "19.2.17",
28
28
  "@types/react-dom": "18.3.5",
29
29
  "@xyflow/react": "^12.10.1",
30
- "react": "19.2.4",
30
+ "react": "19.2.8",
31
31
  "react-dom": "18.3.1",
32
32
  "tsup": "^8.0.0",
33
33
  "typescript": "^6.0.3"