Skip to content

Commit fc406dc

Browse files
chore(deps): bump the other-dependencies group across 1 directory with 5 updates (#255)
Bumps the other-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@carbon/icons-react](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/icons-react) | `11.78.0` | `11.79.0` | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.2.2` | `4.2.4` | | [axios](https://github.com/axios/axios) | `1.15.0` | `1.15.2` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.2` | `4.2.4` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `6.0.3` | Updates `@carbon/icons-react` from 11.78.0 to 11.79.0 - [Release notes](https://github.com/carbon-design-system/carbon/releases) - [Changelog](https://github.com/carbon-design-system/carbon/blob/main/docs/release.md) - [Commits](https://github.com/carbon-design-system/carbon/commits/v11.79.0/packages/icons-react) Updates `@tailwindcss/postcss` from 4.2.2 to 4.2.4 - [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.2.4/packages/@tailwindcss-postcss) Updates `axios` from 1.15.0 to 1.15.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.15.0...v1.15.2) Updates `tailwindcss` from 4.2.2 to 4.2.4 - [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.2.4/packages/tailwindcss) Updates `typescript` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: "@carbon/icons-react" dependency-version: 11.79.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-dependencies - dependency-name: "@tailwindcss/postcss" dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other-dependencies - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other-dependencies - dependency-name: tailwindcss dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other-dependencies - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87e568b commit fc406dc

2 files changed

Lines changed: 30 additions & 32 deletions

File tree

bun.lock

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"create-release-notes": "bun ./scripts/create-release-notes.js"
2020
},
2121
"dependencies": {
22-
"@carbon/icons-react": "^11.78.0",
22+
"@carbon/icons-react": "^11.79.0",
2323
"@docusaurus/core": "^3.10.0",
2424
"@docusaurus/plugin-content-blog": "^3.10.0",
2525
"@docusaurus/plugin-content-docs": "^3.10.0",
2626
"@docusaurus/preset-classic": "^3.10.0",
2727
"@headlessui/react": "^2.2.10",
2828
"@mdx-js/react": "^3.1.1",
2929
"@scalar/api-reference-react": "^0.9.26",
30-
"@tailwindcss/postcss": "^4.2.2",
30+
"@tailwindcss/postcss": "^4.2.4",
3131
"@types/semver": "^7.7.1",
32-
"axios": "^1.15.0",
32+
"axios": "^1.15.2",
3333
"clsx": "^2.0.0",
3434
"docusaurus-lunr-search": "^3.6.0",
3535
"docusaurus-plugin-llms": "^0.4.0",
@@ -39,7 +39,7 @@
3939
"react-dom": "^19.2.5",
4040
"semver": "^7.7.4",
4141
"tailwind-merge": "^3.5.0",
42-
"tailwindcss": "^4.2.2"
42+
"tailwindcss": "^4.2.4"
4343
},
4444
"devDependencies": {
4545
"@docusaurus/module-type-aliases": "^3.10.0",
@@ -48,7 +48,7 @@
4848
"husky": "^9.1.7",
4949
"lint-staged": "^16.4.0",
5050
"svgo": "^4.0.1",
51-
"typescript": "~6.0.2",
51+
"typescript": "~6.0.3",
5252
"yaml": "^2.8.3"
5353
},
5454
"browserslist": {

0 commit comments

Comments
 (0)