mirror of
https://github.com/inventree/InvenTree.git
synced 2026-03-13 23:53:35 +00:00
chore(frontend): resolution bump (#11465)
* chore(frontend): resolution bump * bump nyc * bump vite-plugin-istanbul * bump @codecov/vite-plugin * bump @lingui * fix typing * fix tests * make more robust * fix @codemirror * fix another switch * add more "give" to test * ifnore demo dataset * fix assert * revert test change --------- Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
@@ -40,13 +40,13 @@
|
||||
"compile": "lingui compile --typescript"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/autocomplete": "6.18.7",
|
||||
"@codemirror/lang-liquid": "6.3.0",
|
||||
"@codemirror/language": "6.11.3",
|
||||
"@codemirror/lint": "6.8.5",
|
||||
"@codemirror/search": "6.5.11",
|
||||
"@codemirror/state": "6.5.2",
|
||||
"@codemirror/theme-one-dark": "6.1.3",
|
||||
"@codemirror/autocomplete": "^6.20.1",
|
||||
"@codemirror/lang-liquid": "^6.3.2",
|
||||
"@codemirror/language": "^6.12.2",
|
||||
"@codemirror/lint": "^6.9.5",
|
||||
"@codemirror/search": "^6.6.0",
|
||||
"@codemirror/state": "^6.5.4",
|
||||
"@codemirror/theme-one-dark": "^6.1.3",
|
||||
"@codemirror/view": "6.38.2",
|
||||
"@emotion/react": "^11.13.3",
|
||||
"@fortawesome/fontawesome-svg-core": "^7.0.0",
|
||||
@@ -58,8 +58,8 @@
|
||||
"@fullcalendar/interaction": "^6.1.15",
|
||||
"@fullcalendar/react": "^6.1.15",
|
||||
"@github/webauthn-json": "^2.1.1",
|
||||
"@lingui/core": "^5.3.1",
|
||||
"@lingui/react": "^5.3.1",
|
||||
"@lingui/core": "^5.9.2",
|
||||
"@lingui/react": "^5.9.2",
|
||||
"@mantine/carousel": "^8.2.7",
|
||||
"@mantine/charts": "^8.2.7",
|
||||
"@mantine/core": "^8.2.7",
|
||||
@@ -76,7 +76,7 @@
|
||||
"@tabler/icons-react": "^3.17.0",
|
||||
"@tanstack/react-query": "^5.56.2",
|
||||
"@uiw/codemirror-theme-vscode": "4.25.1",
|
||||
"@uiw/react-codemirror": "4.25.1",
|
||||
"@uiw/react-codemirror": "^4.25.7",
|
||||
"@uiw/react-split": "^5.9.3",
|
||||
"@vanilla-extract/css": "^1.17.1",
|
||||
"axios": "^1.8.4",
|
||||
@@ -109,10 +109,10 @@
|
||||
"@babel/preset-react": "^7.26.3",
|
||||
"@babel/preset-typescript": "^7.27.0",
|
||||
"@babel/runtime": "^7.27.0",
|
||||
"@codecov/vite-plugin": "^1.9.0",
|
||||
"@lingui/babel-plugin-lingui-macro": "^5.3.1",
|
||||
"@lingui/cli": "^5.3.1",
|
||||
"@lingui/macro": "^5.3.1",
|
||||
"@codecov/vite-plugin": "^1.9.1",
|
||||
"@lingui/babel-plugin-lingui-macro": "^5.9.2",
|
||||
"@lingui/cli": "^5.9.2",
|
||||
"@lingui/macro": "^5.9.2",
|
||||
"@playwright/test": "1.56.0",
|
||||
"@types/node": "^24.3.0",
|
||||
"@types/qrcode": "^1.5.5",
|
||||
@@ -124,7 +124,7 @@
|
||||
"@vanilla-extract/vite-plugin": "^5.1.1",
|
||||
"@vitejs/plugin-react": "^5.0.2",
|
||||
"babel-plugin-macros": "^3.1.0",
|
||||
"nyc": "^17.1.0",
|
||||
"nyc": "^18.0.0",
|
||||
"otpauth": "^9.4.1",
|
||||
"path": "^0.12.7",
|
||||
"rollup": "^4.0.0",
|
||||
@@ -134,6 +134,6 @@
|
||||
"vite-plugin-babel-macros": "^1.0.6",
|
||||
"vite-plugin-dts": "^4.5.3",
|
||||
"vite-plugin-externals": "^0.6.2",
|
||||
"vite-plugin-istanbul": "^6.0.2"
|
||||
"vite-plugin-istanbul": "^7.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user