File tree Expand file tree Collapse file tree 5 files changed +274
-161
lines changed
Expand file tree Collapse file tree 5 files changed +274
-161
lines changed Original file line number Diff line number Diff line change 4444 "@pandacss/shared" : " workspace:*" ,
4545 "@pandacss/token-dictionary" : " workspace:*" ,
4646 "@pandacss/types" : " workspace:*" ,
47- "browserslist" : " 4.28.0 " ,
47+ "browserslist" : " 4.28.1 " ,
4848 "hookable" : " 5.5.3" ,
4949 "lightningcss" : " 1.30.2" ,
5050 "lodash.merge" : " 4.6.2" ,
Original file line number Diff line number Diff line change 1+ import './setup-browserslist-env'
12import * as messages from './messages'
23export { Breakpoints } from './breakpoints'
34export { Conditions } from './conditions'
Original file line number Diff line number Diff line change 1+ // Ensure browserslist does not emit stale baseline data warnings for consumers.
2+ if ( ! process . env . BROWSERSLIST_IGNORE_OLD_DATA ) {
3+ process . env . BROWSERSLIST_IGNORE_OLD_DATA = '1'
4+ }
Original file line number Diff line number Diff line change 4747 "@pandacss/shared" : " workspace:*" ,
4848 "@pandacss/token-dictionary" : " workspace:*" ,
4949 "@pandacss/types" : " workspace:*" ,
50- "browserslist" : " 4.28.0 " ,
50+ "browserslist" : " 4.28.1 " ,
5151 "chokidar" : " 4.0.3" ,
5252 "fast-glob" : " 3.3.3" ,
5353 "fs-extra" : " 11.3.2" ,
You can’t perform that action at this time.
0 commit comments