mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-09-16 10:57:06 +00:00
chore(deps): bump the modman-dependencies group (#1001)
Bumps the modman-dependencies group in /src/ModManUi with 7 updates: | Package | From | To | | --- | --- | --- | | [three](https://github.com/mrdoob/three.js) | `0.185.1` | `0.186.0` | | [vue-router](https://github.com/vuejs/router) | `5.3.0` | `5.3.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.4.1` | `26.5.0` | | [eslint](https://github.com/eslint/eslint) | `10.9.1` | `10.10.0` | | [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.10.0` | `10.11.0` | | [sass](https://github.com/sass/dart-sass) | `1.103.1` | `1.104.0` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.11` | `5.0.0` | Updates `three` from 0.185.1 to 0.186.0 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Updates `vue-router` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v5.3.0...v5.3.1) Updates `@types/node` from 26.4.1 to 26.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 10.9.1 to 10.10.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.9.1...v10.10.0) Updates `eslint-plugin-vue` from 10.10.0 to 10.11.0 - [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.10.0...v10.11.0) Updates `sass` from 1.103.1 to 1.104.0 - [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.103.1...1.104.0) Updates `vitest` from 4.1.11 to 5.0.0 - [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/v5.0.0/packages/vitest) --- updated-dependencies: - dependency-name: three dependency-version: 0.186.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: modman-dependencies - dependency-name: vue-router dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: "@types/node" dependency-version: 26.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: modman-dependencies - dependency-name: eslint dependency-version: 10.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: modman-dependencies - dependency-name: eslint-plugin-vue dependency-version: 10.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: modman-dependencies - dependency-name: sass dependency-version: 1.104.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: modman-dependencies - dependency-name: vitest dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major 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:
@@ -19,14 +19,14 @@
|
||||
"@vueuse/core": "14.4.0",
|
||||
"pinia": "4.0.3",
|
||||
"primevue": "4.5.5",
|
||||
"three": "0.185.1",
|
||||
"three": "0.186.0",
|
||||
"vue": "3.5.42",
|
||||
"vue-router": "5.3.0"
|
||||
"vue-router": "5.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node24": "24.0.5",
|
||||
"@types/jsdom": "30.0.0",
|
||||
"@types/node": "26.4.1",
|
||||
"@types/node": "26.5.0",
|
||||
"@types/three": "0.185.4",
|
||||
"@vitejs/plugin-vue": "6.0.8",
|
||||
"@vitest/eslint-plugin": "1.6.27",
|
||||
@@ -36,17 +36,17 @@
|
||||
"@vue/tsconfig": "0.9.1",
|
||||
"@webwindowed/vite-plugin-cpp-header": "1.1.0",
|
||||
"@webwindowed/web-api": "1.0.0",
|
||||
"eslint": "10.9.1",
|
||||
"eslint-plugin-vue": "10.10.0",
|
||||
"eslint": "10.10.0",
|
||||
"eslint-plugin-vue": "10.11.0",
|
||||
"jiti": "2.7.0",
|
||||
"jsdom": "30.0.1",
|
||||
"npm-run-all2": "9.0.3",
|
||||
"prettier": "3.9.6",
|
||||
"sass": "1.103.1",
|
||||
"sass": "1.104.0",
|
||||
"typescript": "7.0.2",
|
||||
"vite": "8.2.2",
|
||||
"vite-plugin-vue-devtools": "8.2.1",
|
||||
"vitest": "4.1.11",
|
||||
"vitest": "5.0.0",
|
||||
"vue-tsc": "3.3.11"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user