react-mail-inbox 2.1.0 → 2.1.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,8 +37,8 @@ This package requires the following peer dependencies:
37
37
  This package uses `@lexical` internally which requires your bundler
38
38
  to support top-level await. Add this to your `vite.config.ts`:
39
39
 
40
- build: { target: "esnext" },
41
- optimizeDeps: { esbuildOptions: { target: "esnext" } }
40
+ build: { target: "es2022" },
41
+ optimizeDeps: { esbuildOptions: { target: "es2022" } }
42
42
 
43
43
  ## Usage
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-mail-inbox",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "A customizable Gmail-style inbox component with rich text editing",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",