mirror of
https://github.com/Lissy93/dashy.git
synced 2026-06-04 15:55:34 -04:00
Bumps the minor-and-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.20.1` | `6.20.2` | | [@codemirror/lint](https://github.com/codemirror/lint) | `6.9.5` | `6.9.6` | | [simple-icons](https://github.com/simple-icons/simple-icons) | `16.18.1` | `16.19.0` | | [vue](https://github.com/vuejs/core) | `3.5.33` | `3.5.34` | | [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.9.0` | `10.9.1` | | [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | `1.2.0` | `1.3.0` | | [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.7` | `3.2.8` | Updates `@codemirror/autocomplete` from 6.20.1 to 6.20.2 - [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/autocomplete/commits) Updates `@codemirror/lint` from 6.9.5 to 6.9.6 - [Changelog](https://github.com/codemirror/lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lint/commits) Updates `@codemirror/view` from 6.41.1 to 6.42.1 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/commits) Updates `simple-icons` from 16.18.1 to 16.19.0 - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](https://github.com/simple-icons/simple-icons/compare/16.18.1...16.19.0) Updates `vue` from 3.5.33 to 3.5.34 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.5.33...v3.5.34) Updates `@vue/compiler-sfc` from 3.5.33 to 3.5.34 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.5.34/packages/compiler-sfc) Updates `eslint-plugin-vue` from 10.9.0 to 10.9.1 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v10.9.0...v10.9.1) Updates `vite-plugin-pwa` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases) - [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v1.2.0...v1.3.0) Updates `vue-tsc` from 3.2.7 to 3.2.8 - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v3.2.8/packages/tsc) --- updated-dependencies: - dependency-name: "@codemirror/autocomplete" dependency-version: 6.20.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@codemirror/lint" dependency-version: 6.9.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@codemirror/view" dependency-version: 6.42.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: simple-icons dependency-version: 16.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: vue dependency-version: 3.5.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@vue/compiler-sfc" dependency-version: 3.5.34 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: eslint-plugin-vue dependency-version: 10.9.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: vite-plugin-pwa dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: vue-tsc dependency-version: 3.2.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
99 lines
2.8 KiB
JSON
99 lines
2.8 KiB
JSON
{
|
|
"name": "dashy",
|
|
"version": "4.0.8",
|
|
"license": "MIT",
|
|
"main": "server",
|
|
"author": "Alicia Sykes <alicia@omg.lol> (https://aliciasykes.com)",
|
|
"scripts": {
|
|
"start": "node server",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint \"src/**/*.{js,vue}\"",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:coverage": "vitest run --coverage",
|
|
"pm2-start": "npx pm2 start server.js",
|
|
"validate-config": "node services/config-validator",
|
|
"health-check": "node services/healthcheck",
|
|
"dependency-audit": "npx improved-yarn-audit --ignore-dev-deps"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.20.2",
|
|
"@codemirror/commands": "^6.10.3",
|
|
"@codemirror/lang-yaml": "^6.1.3",
|
|
"@codemirror/language": "^6.12.3",
|
|
"@codemirror/lint": "^6.9.6",
|
|
"@codemirror/search": "^6.7.0",
|
|
"@codemirror/state": "^6.6.0",
|
|
"@codemirror/view": "^6.41.1",
|
|
"@jsonforms/core": "^3.7.0",
|
|
"@jsonforms/vue": "^3.7.0",
|
|
"@jsonforms/vue-vanilla": "^3.7.0",
|
|
"@lezer/highlight": "^1.2.3",
|
|
"@sentry/vue": "^9.0.0",
|
|
"ajv": "^8.20.0",
|
|
"ajv-formats": "^3.0.1",
|
|
"crypto-js": "^4.2.0",
|
|
"dompurify": "^3.4.1",
|
|
"express": "^4.21.0",
|
|
"express-basic-auth": "^1.2.1",
|
|
"frappe-charts": "^1.6.2",
|
|
"js-yaml": "^4.1.0",
|
|
"keycloak-js": "^26.0.0",
|
|
"oidc-client-ts": "^3.0.1",
|
|
"rsup-progress": "^3.2.0",
|
|
"simple-icons": "^16.19.0",
|
|
"vue": "^3.5.34",
|
|
"vue-i18n": "^9.14.0",
|
|
"vue-router": "^4.4.0",
|
|
"vue-select": "4.0.0-beta.6",
|
|
"vuex": "^4.1.0",
|
|
"yaml": "^2.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"@vitest/ui": "^4.1.5",
|
|
"@vue/compiler-sfc": "^3.5.0",
|
|
"@vue/test-utils": "^2.4.8",
|
|
"autoprefixer": "^10.4.27",
|
|
"eslint": "^10.2.1",
|
|
"eslint-plugin-import-x": "^4.16.2",
|
|
"eslint-plugin-vue": "^10.9.1",
|
|
"globals": "^17.5.0",
|
|
"happy-dom": "^20.8.9",
|
|
"sass": "^1.77.0",
|
|
"supertest": "^7.2.2",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^6.2.0",
|
|
"vite-plugin-pwa": "^1.3.0",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vitest": "^4.1.5",
|
|
"vue-eslint-parser": "^10.0.0",
|
|
"vue-tsc": "^3.2.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
],
|
|
"resolutions": {
|
|
"braces": "^3.0.3",
|
|
"micromatch": "^4.0.8",
|
|
"postcss": "^8.4.31",
|
|
"serialize-javascript": "^7.0.3",
|
|
"vite": "^6.2.0"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|