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 7 updates: | Package | From | To | | --- | --- | --- | | [primevue](https://github.com/primefaces/primevue/tree/HEAD/packages/primevue) | `4.5.3` | `4.5.4` | | [vue](https://github.com/vuejs/core) | `3.5.25` | `3.5.26` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.2` | `25.0.3` | | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.5.2` | `1.5.4` | | [sass](https://github.com/sass/dart-sass) | `1.96.0` | `1.97.1` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.7` | `7.3.0` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.15` | `4.0.16` | Updates `primevue` from 4.5.3 to 4.5.4 - [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.4/packages/primevue) Updates `vue` from 3.5.25 to 3.5.26 - [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.25...v3.5.26) Updates `@types/node` from 25.0.2 to 25.0.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitest/eslint-plugin` from 1.5.2 to 1.5.4 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.2...v1.5.4) Updates `sass` from 1.96.0 to 1.97.1 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.96.0...1.97.1) Updates `vite` from 7.2.7 to 7.3.0 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.0/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.0/packages/vite) Updates `vitest` from 4.0.15 to 4.0.16 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.16/packages/vitest) --- updated-dependencies: - dependency-name: primevue dependency-version: 4.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: vue dependency-version: 3.5.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: "@types/node" dependency-version: 25.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: "@vitest/eslint-plugin" dependency-version: 1.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: sass dependency-version: 1.97.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: modman-dependencies - dependency-name: vite dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: modman-dependencies - dependency-name: vitest dependency-version: 4.0.16 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:
@@ -16,16 +16,16 @@
|
||||
"@fontsource/inter": "^5.2.8",
|
||||
"@primeuix/themes": "^2.0.2",
|
||||
"pinia": "3.0.4",
|
||||
"primevue": "^4.5.3",
|
||||
"vue": "3.5.25",
|
||||
"primevue": "^4.5.4",
|
||||
"vue": "3.5.26",
|
||||
"vue-router": "4.6.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node22": "^22.0.5",
|
||||
"@types/jsdom": "^27.0.0",
|
||||
"@types/node": "^25.0.1",
|
||||
"@types/node": "^25.0.3",
|
||||
"@vitejs/plugin-vue": "6.0.3",
|
||||
"@vitest/eslint-plugin": "^1.5.2",
|
||||
"@vitest/eslint-plugin": "^1.5.4",
|
||||
"@vue/eslint-config-prettier": "^10.2.0",
|
||||
"@vue/eslint-config-typescript": "^14.6.0",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
@@ -36,11 +36,11 @@
|
||||
"jsdom": "^27.3.0",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
"prettier": "3.7.4",
|
||||
"sass": "1.96.0",
|
||||
"sass": "1.97.1",
|
||||
"typescript": "~5.9.3",
|
||||
"vite": "7.2.7",
|
||||
"vite": "7.3.0",
|
||||
"vite-plugin-vue-devtools": "^8.0.5",
|
||||
"vitest": "^4.0.15",
|
||||
"vitest": "^4.0.16",
|
||||
"vue-tsc": "3.1.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user