mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-05 10:47:48 +00:00
chore(deps-dev): bump the modman-dependencies group
Bumps the modman-dependencies group in /src/ModManUi with 6 updates: | Package | From | To | | --- | --- | --- | | [@tsconfig/node22](https://github.com/tsconfig/bases/tree/HEAD/bases) | `22.0.2` | `22.0.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.0` | `24.10.1` | | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.4.1` | `1.4.2` | | [jsdom](https://github.com/jsdom/jsdom) | `27.1.0` | `27.2.0` | | [sass](https://github.com/sass/dart-sass) | `1.93.3` | `1.94.0` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.8` | `4.0.9` | Updates `@tsconfig/node22` from 22.0.2 to 22.0.3 - [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases) Updates `@types/node` from 24.10.0 to 24.10.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitest/eslint-plugin` from 1.4.1 to 1.4.2 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.4.1...v1.4.2) Updates `jsdom` from 27.1.0 to 27.2.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/27.1.0...27.2.0) Updates `sass` from 1.93.3 to 1.94.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.93.3...1.94.0) Updates `vitest` from 4.0.8 to 4.0.9 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.9/packages/vitest) --- updated-dependencies: - dependency-name: "@tsconfig/node22" dependency-version: 22.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: "@types/node" dependency-version: 24.10.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: "@vitest/eslint-plugin" dependency-version: 1.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: modman-dependencies - dependency-name: jsdom dependency-version: 27.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: modman-dependencies - dependency-name: sass dependency-version: 1.94.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: modman-dependencies - dependency-name: vitest dependency-version: 4.0.9 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:
@@ -21,11 +21,11 @@
|
||||
"vue-router": "4.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node22": "^22.0.2",
|
||||
"@tsconfig/node22": "^22.0.3",
|
||||
"@types/jsdom": "^27.0.0",
|
||||
"@types/node": "^24.10.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"@vitejs/plugin-vue": "6.0.1",
|
||||
"@vitest/eslint-plugin": "^1.4.1",
|
||||
"@vitest/eslint-plugin": "^1.4.2",
|
||||
"@vue/eslint-config-prettier": "^10.2.0",
|
||||
"@vue/eslint-config-typescript": "^14.6.0",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
@@ -33,14 +33,14 @@
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-plugin-vue": "~10.5.1",
|
||||
"jiti": "^2.5.1",
|
||||
"jsdom": "^27.1.0",
|
||||
"jsdom": "^27.2.0",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
"prettier": "3.6.2",
|
||||
"sass": "1.93.3",
|
||||
"sass": "1.94.0",
|
||||
"typescript": "~5.9.3",
|
||||
"vite": "7.2.2",
|
||||
"vite-plugin-vue-devtools": "^8.0.3",
|
||||
"vitest": "^4.0.8",
|
||||
"vitest": "^4.0.9",
|
||||
"vue-tsc": "3.1.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user