mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-08-20 14:04:30 +00:00
chore(deps): bump the modman-dependencies group (#972)
Bumps the modman-dependencies group in /src/ModManUi with 6 updates: | Package | From | To | | --- | --- | --- | | [vue](https://github.com/vuejs/core) | `3.5.40` | `3.5.41` | | [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) | `28.0.3` | `30.0.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.2` | `26.2.0` | | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.26` | `1.6.27` | | [eslint](https://github.com/eslint/eslint) | `10.8.0` | `10.8.1` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.0` | `8.2.1` | Updates `vue` from 3.5.40 to 3.5.41 - [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.40...v3.5.41) Updates `@types/jsdom` from 28.0.3 to 30.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom) Updates `@types/node` from 26.1.2 to 26.2.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.26 to 1.6.27 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.26...v1.6.27) Updates `eslint` from 10.8.0 to 10.8.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.8.0...v10.8.1) Updates `vite` from 8.2.0 to 8.2.1 - [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.2.1/packages/vite) --- updated-dependencies: - dependency-name: vue dependency-version: 3.5.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: "@types/jsdom" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: modman-dependencies - dependency-name: "@types/node" dependency-version: 26.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: modman-dependencies - dependency-name: "@vitest/eslint-plugin" dependency-version: 1.6.27 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: eslint dependency-version: 10.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: vite dependency-version: 8.2.1 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
a0325e71f1
commit
cdaeb19bcb
@@ -20,23 +20,23 @@
|
||||
"pinia": "4.0.2",
|
||||
"primevue": "4.5.5",
|
||||
"three": "0.185.1",
|
||||
"vue": "3.5.40",
|
||||
"vue": "3.5.41",
|
||||
"vue-router": "5.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node24": "24.0.4",
|
||||
"@types/jsdom": "28.0.3",
|
||||
"@types/node": "26.1.2",
|
||||
"@types/jsdom": "30.0.0",
|
||||
"@types/node": "26.2.0",
|
||||
"@types/three": "0.185.4",
|
||||
"@vitejs/plugin-vue": "6.0.8",
|
||||
"@vitest/eslint-plugin": "1.6.26",
|
||||
"@vitest/eslint-plugin": "1.6.27",
|
||||
"@vue/eslint-config-prettier": "10.2.0",
|
||||
"@vue/eslint-config-typescript": "14.9.0",
|
||||
"@vue/test-utils": "2.4.11",
|
||||
"@vue/tsconfig": "0.9.1",
|
||||
"@webwindowed/vite-plugin-cpp-header": "1.1.0",
|
||||
"@webwindowed/web-api": "1.0.0",
|
||||
"eslint": "10.8.0",
|
||||
"eslint": "10.8.1",
|
||||
"eslint-plugin-vue": "10.10.0",
|
||||
"jiti": "2.7.0",
|
||||
"jsdom": "30.0.1",
|
||||
@@ -44,7 +44,7 @@
|
||||
"prettier": "3.9.6",
|
||||
"sass": "1.102.0",
|
||||
"typescript": "7.0.2",
|
||||
"vite": "8.2.0",
|
||||
"vite": "8.2.1",
|
||||
"vite-plugin-vue-devtools": "8.2.1",
|
||||
"vitest": "4.1.10",
|
||||
"vue-tsc": "3.3.9"
|
||||
|
||||
Reference in New Issue
Block a user