Skip to content

Commit 3a4f97d

Browse files
Bump the development-dependencies group across 1 directory with 4 updates
Bumps the development-dependencies group with 4 updates in the /mock-app directory: [msw](https://github.com/mswjs/msw), [sass](https://github.com/sass/dart-sass), [tailwindcss](https://github.com/tailwindlabs/tailwindcss) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `msw` from 2.6.8 to 2.7.0 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.6.8...v2.7.0) Updates `sass` from 1.82.0 to 1.83.1 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.82.0...1.83.1) Updates `tailwindcss` from 3.4.16 to 3.4.17 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.4.16...v3.4.17) Updates `typescript-eslint` from 8.17.0 to 8.19.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 13a299b commit 3a4f97d

File tree

2 files changed

+78
-100
lines changed

2 files changed

+78
-100
lines changed

mock-app/package-lock.json

Lines changed: 74 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mock-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
"@vitest/coverage-v8": "^2.1.8",
3535
"eslint": "^8.57.1",
3636
"jsdom": "^25.0.1",
37-
"msw": "^2.6.8",
37+
"msw": "^2.7.0",
3838
"prettier": "^3.4.2",
39-
"sass": "^1.82.0",
39+
"sass": "^1.83.1",
4040
"source-map-explorer": "^2.5.3",
41-
"tailwindcss": "^3.4.16",
41+
"tailwindcss": "^3.4.17",
4242
"typescript": "~5.7",
43-
"typescript-eslint": "^8.17.0",
43+
"typescript-eslint": "^8.19.0",
4444
"vite": "^5.4.11",
4545
"vite-tsconfig-paths": "^5.1.4",
4646
"vitest": "^2.0.5"

0 commit comments

Comments
 (0)