2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-03-21 11:44:42 +00:00

bump build tooling (#11505)

This commit is contained in:
Matthias Mair
2026-03-14 12:55:30 +01:00
committed by GitHub
parent da982dc3dd
commit 897e3b9ec6
2 changed files with 361 additions and 483 deletions

View File

@@ -40,6 +40,7 @@
"compile": "lingui compile --typescript"
},
"dependencies": {
"@codecov/vite-plugin": "^1.9.1",
"@codemirror/autocomplete": "^6.20.1",
"@codemirror/lang-liquid": "^6.3.2",
"@codemirror/language": "^6.12.2",
@@ -72,14 +73,14 @@
"@mantine/spotlight": "^8.2.7",
"@mantine/vanilla-extract": "^8.2.7",
"@messageformat/date-skeleton": "^1.1.0",
"@sentry/react": "^10.7.0",
"@sentry/react": "^10.43.0",
"@tabler/icons-react": "^3.17.0",
"@tanstack/react-query": "^5.56.2",
"@uiw/codemirror-theme-vscode": "4.25.7",
"@uiw/react-codemirror": "^4.25.7",
"@uiw/react-split": "^5.9.3",
"@vanilla-extract/css": "^1.17.1",
"axios": "^1.8.4",
"@vanilla-extract/css": "^1.18.0",
"axios": "^1.13.6",
"clsx": "^2.1.1",
"codemirror": "6.0.2",
"dayjs": "^1.11.13",
@@ -91,11 +92,11 @@
"mantine-contextmenu": "^8.2.0",
"mantine-datatable": "^8.2.0",
"qrcode": "^1.5.4",
"react": "^19.1.2",
"react-dom": "^19.1.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-grid-layout": "1.4.4",
"react-hook-form": "^7.62.0",
"react-is": "^19.1.2",
"react-is": "^19.2.4",
"react-router-dom": "^6.26.2",
"react-select": "^5.9.0",
"react-simplemde-editor": "^5.2.0",
@@ -105,35 +106,34 @@
"zustand": "^5.0.8"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.27.0",
"@babel/runtime": "^7.27.0",
"@codecov/vite-plugin": "^1.9.1",
"@babel/core": "^7.29.0",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@babel/runtime": "^7.28.6",
"@lingui/babel-plugin-lingui-macro": "^5.9.2",
"@lingui/cli": "^5.9.2",
"@lingui/macro": "^5.9.2",
"@playwright/test": "1.58.2",
"@types/node": "^25.3.3",
"@playwright/test": "^1.58.2",
"@types/node": "^25.5.0",
"@types/qrcode": "^1.5.5",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-grid-layout": "^1.3.5",
"@types/react-router-dom": "^5.3.3",
"@types/react-window": "^1.8.8",
"@vanilla-extract/vite-plugin": "^5.1.1",
"@vitejs/plugin-react": "^5.0.2",
"@vanilla-extract/vite-plugin": "^5.1.4",
"@vitejs/plugin-react": "^5.2.0",
"babel-plugin-macros": "^3.1.0",
"nyc": "^18.0.0",
"otpauth": "^9.4.1",
"path": "^0.12.7",
"rollup": "^4.0.0",
"rollup-plugin-license": "^3.5.3",
"typescript": "^5.8.2",
"rollup": "^4.59.0",
"rollup-plugin-license": "^3.7.0",
"typescript": "^5.9.3",
"vite": "7.1.11",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-dts": "^4.5.3",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-istanbul": "^7.2.1"
"vite-plugin-istanbul": "^8.0.0"
}
}

File diff suppressed because it is too large Load Diff