@webflow/webflow-cli 1.8.48 → 1.8.50

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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @webflow/webflow-cli
2
2
 
3
+ ## 1.8.50
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated react and nextjs packages for security update
8
+
9
+ ## 1.8.49
10
+
11
+ ### Patch Changes
12
+
13
+ - Fixed default framework option for 'cloud create' command
14
+ - Update code components bundler to optimize bundle size
15
+
3
16
  ## 1.8.48
4
17
 
5
18
  ### Patch Changes
@@ -12,8 +12,8 @@
12
12
  "cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
13
13
  },
14
14
  "dependencies": {
15
- "next": "15.2.5",
16
- "react": "^19.0.0",
15
+ "next": "15.2.6",
16
+ "react": "^19.0.1",
17
17
  "react-dom": "^19.0.0"
18
18
  },
19
19
  "devDependencies": {