Skip to content

Commit 1b53fbd

Browse files
chore(deps-dev): bump tailwindcss from 3.4.14 to 3.4.17 (#2604)
* chore(deps-dev): bump tailwindcss from 3.4.14 to 3.4.17 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.14 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.14...v3.4.17) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): changeset for dependency update --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com>
1 parent 0daa7e8 commit 1b53fbd

File tree

5 files changed

+65
-45
lines changed

5 files changed

+65
-45
lines changed

.changeset/dependencies-GH-2604.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
"@substrate/extension": patch
3+
"@substrate/wallet-template": patch
4+
---
5+
6+
chore(deps-dev): bump tailwindcss from 3.4.14 to 3.4.17
7+
8+
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.14 to 3.4.17.
9+
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
10+
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md)
11+
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.14...v3.4.17)
12+
13+
---
14+
updated-dependencies:
15+
- dependency-name: tailwindcss
16+
dependency-type: direct:development
17+
update-type: version-update:semver-patch
18+
...
19+
20+
Signed-off-by: dependabot[bot] <support@github.com>

examples/smoldot-discovery-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"eslint-plugin-react-hooks": "^5.0.0",
7373
"eslint-plugin-react-refresh": "^0.4.12",
7474
"postcss": "^8.4.47",
75-
"tailwindcss": "^3.4.14",
75+
"tailwindcss": "^3.4.17",
7676
"typescript": "5.6.2",
7777
"vite": "^5.4.10",
7878
"vitest": "^2.1.4"

pnpm-lock.yaml

+42-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"concurrently": "^8.2.2",
4444
"eslint": "^8.57.0",
4545
"postcss": "^8.4.47",
46-
"tailwindcss": "^3.4.14",
46+
"tailwindcss": "^3.4.17",
4747
"vite": "^5.4.10",
4848
"vitest": "^2.1.4",
4949
"web-ext": "^8.2.0"

projects/wallet-template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"concurrently": "^8.2.2",
4646
"eslint": "^8.57.0",
4747
"postcss": "^8.4.47",
48-
"tailwindcss": "^3.4.14",
48+
"tailwindcss": "^3.4.17",
4949
"vite": "^5.4.10",
5050
"vite-plugin-web-extension": "^4.2.0",
5151
"vitest": "^2.1.4",

0 commit comments

Comments
 (0)