mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-02-10 17:43:03 +00:00
chore(deps): bump the modman-dependencies group
Bumps the modman-dependencies group in /src/ModManUi with 8 updates: | Package | From | To | | --- | --- | --- | | [@primeuix/themes](https://github.com/primefaces/primeuix/tree/HEAD/packages/themes) | `1.2.5` | `2.0.1` | | [primevue](https://github.com/primefaces/primevue/tree/HEAD/packages/primevue) | `4.4.1` | `4.5.0` | | [vue](https://github.com/vuejs/core) | `3.5.24` | `3.5.25` | | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.4.3` | `1.5.0` | | [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.5.1` | `10.6.2` | | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.2` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.13` | `4.0.14` | | [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.1.4` | `3.1.5` | Updates `@primeuix/themes` from 1.2.5 to 2.0.1 - [Release notes](https://github.com/primefaces/primeuix/releases) - [Commits](https://github.com/primefaces/primeuix/commits/HEAD/packages/themes) Updates `primevue` from 4.4.1 to 4.5.0 - [Release notes](https://github.com/primefaces/primevue/releases) - [Changelog](https://github.com/primefaces/primevue/blob/master/CHANGELOG.md) - [Commits](https://github.com/primefaces/primevue/commits/4.5.0/packages/primevue) Updates `vue` from 3.5.24 to 3.5.25 - [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.24...v3.5.25) Updates `@vitest/eslint-plugin` from 1.4.3 to 1.5.0 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.4.3...v1.5.0) Updates `eslint-plugin-vue` from 10.5.1 to 10.6.2 - [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.5.1...v10.6.2) Updates `prettier` from 3.6.2 to 3.7.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.6.2...3.7.2) Updates `vitest` from 4.0.13 to 4.0.14 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.14/packages/vitest) Updates `vue-tsc` from 3.1.4 to 3.1.5 - [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.1.5/packages/tsc) --- updated-dependencies: - dependency-name: "@primeuix/themes" dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: modman-dependencies - dependency-name: primevue dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: modman-dependencies - dependency-name: vue dependency-version: 3.5.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: "@vitest/eslint-plugin" dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: modman-dependencies - dependency-name: eslint-plugin-vue dependency-version: 10.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: modman-dependencies - dependency-name: prettier dependency-version: 3.7.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: modman-dependencies - dependency-name: vitest dependency-version: 4.0.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: vue-tsc dependency-version: 3.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: modman-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/inter": "^5.2.8",
|
||||
"@primeuix/themes": "^1.2.5",
|
||||
"@primeuix/themes": "^2.0.1",
|
||||
"pinia": "3.0.4",
|
||||
"primevue": "^4.4.1",
|
||||
"vue": "3.5.24",
|
||||
"primevue": "^4.5.0",
|
||||
"vue": "3.5.25",
|
||||
"vue-router": "4.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -25,22 +25,22 @@
|
||||
"@types/jsdom": "^27.0.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"@vitejs/plugin-vue": "6.0.2",
|
||||
"@vitest/eslint-plugin": "^1.4.3",
|
||||
"@vitest/eslint-plugin": "^1.5.0",
|
||||
"@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",
|
||||
"eslint-plugin-vue": "~10.6.2",
|
||||
"jiti": "^2.5.1",
|
||||
"jsdom": "^27.2.0",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
"prettier": "3.6.2",
|
||||
"prettier": "3.7.2",
|
||||
"sass": "1.94.2",
|
||||
"typescript": "~5.9.3",
|
||||
"vite": "7.2.4",
|
||||
"vite-plugin-vue-devtools": "^8.0.5",
|
||||
"vitest": "^4.0.13",
|
||||
"vue-tsc": "3.1.4"
|
||||
"vitest": "^4.0.14",
|
||||
"vue-tsc": "3.1.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user