Skip to content

Commit fe758af

Browse files
Upgrade lightningcss to 1.29.1 in standalone package (#15641)
Closes #15636 Closes #15638 Closes #15637 I noticed that I forgot to update the bundled `lightningcss` dependencies in the `standalone` project. This makes sure we have the same version everywhere.
1 parent 528c848 commit fe758af

File tree

2 files changed

+34
-106
lines changed

2 files changed

+34
-106
lines changed

packages/@tailwindcss-standalone/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
"@parcel/watcher-win32-x64": "^2.5.0",
4545
"@types/bun": "^1.1.16",
4646
"bun": "1.1.43",
47-
"lightningcss-darwin-arm64": "^1.25.1",
48-
"lightningcss-darwin-x64": "^1.25.1",
49-
"lightningcss-linux-arm64-gnu": "^1.25.1",
50-
"lightningcss-linux-arm64-musl": "^1.25.1",
51-
"lightningcss-linux-x64-gnu": "^1.25.1",
52-
"lightningcss-linux-x64-musl": "^1.25.1",
53-
"lightningcss-win32-x64-msvc": "^1.25.1"
47+
"lightningcss-darwin-arm64": "^1.29.1",
48+
"lightningcss-darwin-x64": "^1.29.1",
49+
"lightningcss-linux-arm64-gnu": "^1.29.1",
50+
"lightningcss-linux-arm64-musl": "^1.29.1",
51+
"lightningcss-linux-x64-gnu": "^1.29.1",
52+
"lightningcss-linux-x64-musl": "^1.29.1",
53+
"lightningcss-win32-x64-msvc": "^1.29.1"
5454
}
5555
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)