Skip to content

Commit 4b9a264

Browse files
chore(deps-dev): bump the dev-dependencies group with 9 updates
Bumps the dev-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [@faker-js/faker](https://github.com/faker-js/faker) | `9.3.0` | `9.5.1` | | [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.302` | `2.2.312` | | [msw](https://github.com/mswjs/msw) | `2.7.0` | `2.7.3` | | [orval](https://github.com/orval-labs/orval) | `7.3.0` | `7.6.0` | | [postcss](https://github.com/postcss/postcss) | `8.4.49` | `8.5.3` | | [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.0.0` | `4.0.9` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.23.0` | `8.26.0` | | [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `22.0.0` | `22.1.0` | Updates `@faker-js/faker` from 9.3.0 to 9.5.1 - [Release notes](https://github.com/faker-js/faker/releases) - [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md) - [Commits](faker-js/faker@v9.3.0...v9.5.1) Updates `@iconify/json` from 2.2.302 to 2.2.312 - [Commits](iconify/icon-sets@2.2.302...2.2.312) Updates `msw` from 2.7.0 to 2.7.3 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.7.0...v2.7.3) Updates `orval` from 7.3.0 to 7.6.0 - [Release notes](https://github.com/orval-labs/orval/releases) - [Changelog](https://github.com/orval-labs/orval/blob/master/.release-it.json) - [Commits](orval-labs/orval@v7.3.0...v7.6.0) Updates `postcss` from 8.4.49 to 8.5.3 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.49...8.5.3) Updates `prettier` from 3.4.2 to 3.5.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.5.3) Updates `tailwindcss` from 4.0.0 to 4.0.9 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.9/packages/tailwindcss) Updates `typescript-eslint` from 8.23.0 to 8.26.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.26.0/packages/typescript-eslint) Updates `unplugin-icons` from 22.0.0 to 22.1.0 - [Release notes](https://github.com/unplugin/unplugin-icons/releases) - [Commits](unplugin/unplugin-icons@v22.0.0...v22.1.0) --- updated-dependencies: - dependency-name: "@faker-js/faker" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@iconify/json" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: orval dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: unplugin-icons dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ca11d0 commit 4b9a264

File tree

2 files changed

+805
-421
lines changed

2 files changed

+805
-421
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"devDependencies": {
4343
"@eslint/eslintrc": "3.3.0",
4444
"@eslint/js": "9.21.0",
45-
"@faker-js/faker": "9.3.0",
46-
"@iconify/json": "2.2.302",
45+
"@faker-js/faker": "9.5.1",
46+
"@iconify/json": "2.2.312",
4747
"@remix-run/dev": "2.16.0",
4848
"@svgr/core": "8.1.0",
4949
"@svgr/plugin-jsx": "8.1.0",
@@ -67,18 +67,18 @@
6767
"globals": "16.0.0",
6868
"jiti": "2.4.2",
6969
"jsdom": "26.0.0",
70-
"msw": "2.7.0",
71-
"orval": "7.3.0",
70+
"msw": "2.7.3",
71+
"orval": "7.6.0",
7272
"pnpm": "10.5.2",
73-
"postcss": "8.4.49",
73+
"postcss": "8.5.3",
7474
"postcss-preset-mantine": "1.17.0",
7575
"postcss-simple-vars": "7.0.1",
76-
"prettier": "3.4.2",
76+
"prettier": "3.5.3",
7777
"prettier-plugin-tailwindcss": "0.6.11",
78-
"tailwindcss": "4.0.0",
78+
"tailwindcss": "4.0.9",
7979
"typescript": "5.7.2",
80-
"typescript-eslint": "8.23.0",
81-
"unplugin-icons": "22.0.0",
80+
"typescript-eslint": "8.26.0",
81+
"unplugin-icons": "22.1.0",
8282
"vite": "5.4.11",
8383
"vite-tsconfig-paths": "5.1.4",
8484
"vitest": "3.0.7"

0 commit comments

Comments
 (0)