mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-07-19 14:30:37 +00:00
chore(deps): bump the modman-dependencies group (#899)
Bumps the modman-dependencies group in /src/ModManUi with 5 updates: | Package | From | To | | --- | --- | --- | | [three](https://github.com/mrdoob/three.js) | `0.185.0` | `0.185.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.0.1` | `26.1.0` | | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.20` | `1.6.21` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.1.2` | `8.1.3` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.9` | `4.1.10` | Updates `three` from 0.185.0 to 0.185.1 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Updates `@types/node` from 26.0.1 to 26.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitest/eslint-plugin` from 1.6.20 to 1.6.21 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.20...v1.6.21) Updates `vite` from 8.1.2 to 8.1.3 - [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/v8.1.3/packages/vite) Updates `vitest` from 4.1.9 to 4.1.10 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest) --- updated-dependencies: - dependency-name: three dependency-version: 0.185.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: "@types/node" dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: modman-dependencies - dependency-name: "@vitest/eslint-plugin" dependency-version: 1.6.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: vite dependency-version: 8.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: vitest dependency-version: 4.1.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: modman-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
93fe384038
commit
9ce7058027
@@ -19,17 +19,17 @@
|
||||
"@vueuse/core": "14.3.0",
|
||||
"pinia": "3.0.4",
|
||||
"primevue": "4.5.5",
|
||||
"three": "0.185.0",
|
||||
"three": "0.185.1",
|
||||
"vue": "3.5.39",
|
||||
"vue-router": "5.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node24": "24.0.4",
|
||||
"@types/jsdom": "28.0.3",
|
||||
"@types/node": "26.0.1",
|
||||
"@types/node": "26.1.0",
|
||||
"@types/three": "0.185.0",
|
||||
"@vitejs/plugin-vue": "6.0.7",
|
||||
"@vitest/eslint-plugin": "1.6.20",
|
||||
"@vitest/eslint-plugin": "1.6.21",
|
||||
"@vue/eslint-config-prettier": "10.2.0",
|
||||
"@vue/eslint-config-typescript": "14.9.0",
|
||||
"@vue/test-utils": "2.4.11",
|
||||
@@ -44,9 +44,9 @@
|
||||
"prettier": "3.9.4",
|
||||
"sass": "1.101.0",
|
||||
"typescript": "6.0.3",
|
||||
"vite": "8.1.2",
|
||||
"vite": "8.1.3",
|
||||
"vite-plugin-vue-devtools": "8.1.5",
|
||||
"vitest": "4.1.9",
|
||||
"vitest": "4.1.10",
|
||||
"vue-tsc": "3.3.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user