fix(ci): restore store build compatibility
This commit is contained in:
parent
8e0b1f5631
commit
1deddccf62
|
|
@ -2,6 +2,7 @@ pnpm-lock.yaml
|
|||
|
||||
CHANGELOG.md
|
||||
.context
|
||||
.waylog
|
||||
|
||||
apps/external/postcss.config.cjs
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ export default defineConfig(
|
|||
formatting: false,
|
||||
lessOpinionated: true,
|
||||
ignores: [
|
||||
".context/**",
|
||||
"resources/**",
|
||||
"apps/mobile/android/**",
|
||||
"apps/mobile/ios/**",
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@
|
|||
"@follow/tracker": "workspace:*",
|
||||
"@follow/utils": "workspace:*",
|
||||
"@tanstack/react-query": "5.90.21",
|
||||
"@yornaath/batshit": "0.3.0",
|
||||
"@yornaath/batshit": "0.14.0",
|
||||
"es-toolkit": "1.44.0",
|
||||
"i18next": "25.8.6",
|
||||
"immer": "11.1.4",
|
||||
|
|
|
|||
|
|
@ -2188,8 +2188,8 @@ importers:
|
|||
specifier: 5.90.21
|
||||
version: 5.90.21(react@19.2.0)
|
||||
'@yornaath/batshit':
|
||||
specifier: 0.3.0
|
||||
version: 0.3.0
|
||||
specifier: 0.14.0
|
||||
version: 0.14.0
|
||||
es-toolkit:
|
||||
specifier: 1.44.0
|
||||
version: 1.44.0
|
||||
|
|
@ -8469,9 +8469,6 @@ packages:
|
|||
'@yornaath/batshit@0.14.0':
|
||||
resolution: {integrity: sha512-0I+xMi5JoRs3+qVXXhk2AmsEl43MwrG+L+VW+nqw/qQqMFtgRPszLaxhJCfsBKnjfJ0gJzTI1Q9Q9+y903HyHQ==}
|
||||
|
||||
'@yornaath/batshit@0.3.0':
|
||||
resolution: {integrity: sha512-UkD6hk6hFZtqioJgGZpl+WevplgK23jJSyD9Wko6IPseUrzBBEkW4O9Mw38bmVXXtPKo2YXc3JqlfB/dIff/eA==}
|
||||
|
||||
abbrev@1.1.1:
|
||||
resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==}
|
||||
|
||||
|
|
@ -25782,8 +25779,6 @@ snapshots:
|
|||
dependencies:
|
||||
'@yornaath/batshit-devtools': 1.7.1
|
||||
|
||||
'@yornaath/batshit@0.3.0': {}
|
||||
|
||||
abbrev@1.1.1: {}
|
||||
|
||||
abbrev@3.0.1: {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue