chore(deps): update deps

This commit is contained in:
Sonny
2025-04-03 15:46:05 +02:00
parent af08964fcc
commit c54c1cc3da
6 changed files with 2045 additions and 1982 deletions

View File

@@ -7,7 +7,7 @@
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts",
"package.json": "pnpm-lock.yaml, tsconfig.json, eslint.config.js, .babelrc, vite.config.ts, .editorconfig",
"package.json": "pnpm-lock.yaml, pnpm-workspace.yaml, tsconfig.json, eslint.config.js, .babelrc, vite.config.ts, .editorconfig",
"Makefile": "*compose.yml, Dockerfile, servers_pgadmin.json, .dockerignore"
},
"cssVariables.lookupFiles": [
@@ -17,4 +17,4 @@
"**/*.less",
"node_modules/@mantine/core/styles.css"
]
}
}