Skip to content

Commit 02aff7b

Browse files
build(frontend): bump tailwind (#4802)
# Motivation We detected reproducibility issue when building v0.24.0: https://github.com/dfinity/oisy-wallet/actions/runs/13393064153 ~~I'm unsure which of the two following Tailwind fix was the reason of the problem but, bumping Tailwind to latest version seems to resolve the problem.~~ ~~Tailwind v4.0.6 - Fix [#16403](tailwindlabs/tailwindcss#16403 ~~- Revert change to no longer include theme variables that aren't used in compiled CSS ~~ ~~Tailwind v4.0.7 - Fix [#16414](tailwindlabs/tailwindcss#16414 ~~- Fix sorting of numeric utility suggestions when they have different magnitudes~~ ~~I lean towards to former though. I could have try v4.0.6 but, v4.0.7 contains interesting fixes anyway.~~ It does not resolve the issue: https://github.com/dfinity/oisy-wallet/actions/runs/13395505962/job/37413394328 # Changes - Bump `@tailwindcss/postcss`, `@tailwindcss/vite` and `tailwindcss`.
1 parent 4ae4288 commit 02aff7b

File tree

2 files changed

+74
-80
lines changed

2 files changed

+74
-80
lines changed

package-lock.json

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

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
"@sveltejs/adapter-static": "^3.0.8",
9999
"@sveltejs/kit": "^2.16.1",
100100
"@sveltejs/vite-plugin-svelte": "^3.1.2",
101-
"@tailwindcss/postcss": "^4.0.0",
102-
"@tailwindcss/vite": "^4.0.6",
101+
"@tailwindcss/postcss": "^4.0.7",
102+
"@tailwindcss/vite": "^4.0.7",
103103
"@testing-library/jest-dom": "^6.6.3",
104104
"@testing-library/svelte": "^5.2.6",
105105
"@types/dom-view-transitions": "^1.0.5",
@@ -119,7 +119,7 @@
119119
"sass": "^1.83.4",
120120
"svelte": "^4.2.19",
121121
"svelte-check": "^4.1.4",
122-
"tailwindcss": "^4.0.6",
122+
"tailwindcss": "^4.0.7",
123123
"tslib": "^2.8.1",
124124
"typescript": "^5.4.5",
125125
"vite": "^5.4.14",

0 commit comments

Comments
 (0)