mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-17 18:52:06 +00:00
Bumps the modman-dependencies group in /src/ModManUi with 4 updates: [pinia](https://github.com/vuejs/pinia), [vue](https://github.com/vuejs/core), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `pinia` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/v3.0.3...v3.0.4) Updates `vue` from 3.5.22 to 3.5.24 - [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.22...v3.5.24) Updates `vite` from 7.1.12 to 7.2.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.2.2/packages/vite) Updates `vitest` from 3.2.4 to 4.0.8 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.8/packages/vitest) --- updated-dependencies: - dependency-name: pinia dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: vue dependency-version: 3.5.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: vite dependency-version: 7.2.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: modman-dependencies - dependency-name: vitest dependency-version: 4.0.8 dependency-type: direct:development update-type: version-update:semver-major dependency-group: modman-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "openassettools",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build",
|
|
"lint": "eslint . --fix",
|
|
"format": "prettier --write **/*.{js,ts,vue,html,json,yml,yaml,md}"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inter": "^5.2.8",
|
|
"@primeuix/themes": "^1.2.5",
|
|
"pinia": "3.0.4",
|
|
"primevue": "^4.4.1",
|
|
"vue": "3.5.24",
|
|
"vue-router": "4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node22": "^22.0.2",
|
|
"@types/jsdom": "^27.0.0",
|
|
"@types/node": "^24.10.0",
|
|
"@vitejs/plugin-vue": "6.0.1",
|
|
"@vitest/eslint-plugin": "^1.4.1",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-vue": "~10.5.1",
|
|
"jiti": "^2.5.1",
|
|
"jsdom": "^27.1.0",
|
|
"npm-run-all2": "^8.0.4",
|
|
"prettier": "3.6.2",
|
|
"sass": "1.93.3",
|
|
"typescript": "~5.9.3",
|
|
"vite": "7.2.2",
|
|
"vite-plugin-vue-devtools": "^8.0.3",
|
|
"vitest": "^4.0.8",
|
|
"vue-tsc": "3.1.3"
|
|
}
|
|
}
|