mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-08-20 15:27:26 +00:00
build: update frontend dependencies
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/react": ">=11.14.0 <11.15.0",
|
"@emotion/react": ">=11.14.0 <11.15.0",
|
||||||
"@emotion/styled": ">=11.14.0 <11.15.0",
|
"@emotion/styled": ">=11.14.0 <11.15.0",
|
||||||
"@mui/icons-material": ">=9.2.0 <9.3.0",
|
"@mui/icons-material": ">=9.3.0 <9.4.0",
|
||||||
"@mui/material": ">=9.2.0 <9.3.0",
|
"@mui/material": ">=9.3.0 <9.4.0",
|
||||||
"@mui/x-data-grid": ">=9.10.0 <9.11.0",
|
"@mui/x-data-grid": ">=9.11.0 <9.12.0",
|
||||||
"@tanstack/react-query": ">=5.101.0 <5.102.0",
|
"@tanstack/react-query": ">=5.101.0 <5.102.0",
|
||||||
"chart.js": ">=4.5.0 <4.6.0",
|
"chart.js": ">=4.5.0 <4.6.0",
|
||||||
"react": ">=19.2.0 <19.3.0",
|
"react": ">=19.2.0 <19.3.0",
|
||||||
@@ -26,8 +26,8 @@
|
|||||||
"eslint-plugin-react-refresh": ">=0.5.0 <0.6.0",
|
"eslint-plugin-react-refresh": ">=0.5.0 <0.6.0",
|
||||||
"eslint-plugin-simple-import-sort": ">=14.0.0 <14.1.0",
|
"eslint-plugin-simple-import-sort": ">=14.0.0 <14.1.0",
|
||||||
"typescript": ">=6.0.0 <6.1.0",
|
"typescript": ">=6.0.0 <6.1.0",
|
||||||
"typescript-eslint": ">=8.64.0 <8.65.0",
|
"typescript-eslint": ">=8.67.0 <8.68.0",
|
||||||
"vite": ">=8.1.0 <8.2.0"
|
"vite": ">=8.2.0 <8.3.0"
|
||||||
},
|
},
|
||||||
"name": "ahriman",
|
"name": "ahriman",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ export default defineConfig({
|
|||||||
build: {
|
build: {
|
||||||
chunkSizeWarningLimit: 10000,
|
chunkSizeWarningLimit: 10000,
|
||||||
emptyOutDir: false,
|
emptyOutDir: false,
|
||||||
outDir: path.resolve(__dirname, "../ahriman-web/package/share/ahriman/templates"),
|
outDir: path.resolve(import.meta.dirname, "../ahriman-web/package/share/ahriman/templates"),
|
||||||
rolldownOptions: {
|
rolldownOptions: {
|
||||||
output: {
|
output: {
|
||||||
assetFileNames: "static/[name].[ext]",
|
assetFileNames: "static/[name].[ext]",
|
||||||
|
|||||||
@@ -266,6 +266,7 @@ description = "Build frontend HTML and JS"
|
|||||||
allowlist_externals = [
|
allowlist_externals = [
|
||||||
"npm",
|
"npm",
|
||||||
]
|
]
|
||||||
|
skip_install = true
|
||||||
commands = [
|
commands = [
|
||||||
{ replace = "ref", of = ["commands", "npm_install"], extend = true },
|
{ replace = "ref", of = ["commands", "npm_install"], extend = true },
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user