mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 04:55:44 +00:00
* fix(backend): Bump vulnerable vanilla-extract * bump deps futher * remove @types/dompurify * bump @lingui * use more modern image 20.04 ships with node 18 as default, 24.04 with 20 * bump rest of image deps * bump deps * bump base deps * bump resolution * lower resolution * fix resolution * update lingui * switch to build-in macro * fix imports
9 lines
125 B
Plaintext
9 lines
125 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": [
|
|
"@lingui/babel-plugin-lingui-macro"
|
|
]
|
|
}
|