@choc-ui/chakra-autocomplete 6.2.0 → 6.2.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 +1 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1243,6 +1243,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
1243
1243
  <tr>
1244
1244
  <td align="center"><a href="https://github.com/zanctor"><img src="https://avatars.githubusercontent.com/u/11874442?v=4" width="100px;" alt=""/><br /><sub><b>Ihor Zinchenko</b></sub></a><br /><a href="https://github.com/anubra266/choc-autocomplete/commits?author=zanctor" title="Code">🐛🔧</a></td>
1245
1245
  <td align="center"><a href="https://github.com/bwalendz"><img src="https://avatars.githubusercontent.com/u/6239158?v=4" width="100px;" alt=""/><br /><sub><b>Brian Walendzinski</b></sub></a><br /><a href="https://github.com/anubra266/choc-autocomplete/commits?author=bwalendz" title="Code">🐛🔧</a></td>
1246
+ <td align="center"><a href="https://github.com/NoFr1ends"><img src="https://avatars.githubusercontent.com/u/6075580?v=4" width="100px;" alt=""/><br /><sub><b>Lynx</b></sub></a><br /><a href="https://github.com/anubra266/choc-autocomplete/commits?author=NoFr1ends" title="Code">🐛</a></td>
1246
1247
  </tr>
1247
1248
  </table>
1248
1249
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "6.2.0",
2
+ "version": "6.2.2",
3
3
  "license": "MIT",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
@@ -68,22 +68,22 @@
68
68
  "devDependencies": {
69
69
  "@chakra-ui/react": "^3.2.2",
70
70
  "@emotion/react": "^11.13.5",
71
- "@size-limit/esbuild": "11.1.5",
72
- "@size-limit/esbuild-why": "11.1.5",
73
- "@size-limit/file": "11.1.5",
71
+ "@size-limit/esbuild": "12.0.0",
72
+ "@size-limit/esbuild-why": "12.0.0",
73
+ "@size-limit/file": "12.0.0",
74
74
  "@types/react": "^18.2.55",
75
75
  "@types/react-dom": "^18.2.18",
76
76
  "@vitejs/plugin-react": "^5.0.0",
77
77
  "husky": "^9.1.6",
78
78
  "react": "^18.2.0",
79
79
  "react-dom": "^18.2.0",
80
- "size-limit": "11.1.5",
80
+ "size-limit": "12.0.0",
81
81
  "tsdx": "^0.14.1",
82
82
  "tslib": "^2.3.0",
83
83
  "typescript": "^5.3.3",
84
84
  "vite": "^7.1.0",
85
85
  "vite-plugin-dts": "^4.2.2",
86
86
  "vite-plugin-linter": "^3.0.0",
87
- "vite-tsconfig-paths": "^5.0.1"
87
+ "vite-tsconfig-paths": "^6.1.0"
88
88
  }
89
89
  }