Skip to content

Commit 101dad8

Browse files
authored
feat: upgrade tailwind and adopt latest downstream bug fixes (#339)
1 parent d2a49f1 commit 101dad8

File tree

7 files changed

+151264
-4317
lines changed

7 files changed

+151264
-4317
lines changed

.babelrc

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"plugins": [
33
"babel-plugin-macros",
4+
"@babel/plugin-proposal-optional-chaining",
5+
"@babel/plugin-proposal-nullish-coalescing-operator",
46
["babel-plugin-emotion", { "cssPropOptimization": true }],
57
[
68
"@emotion/babel-plugin-jsx-pragmatic",

.changeset/giant-terms-jump.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sajari/search-widgets': major
3+
---
4+
5+
feat: upgrade tailwind and adopt latest downstream bug fixes

0 commit comments

Comments
 (0)