Skip to content

Commit 0f9abe3

Browse files
thomasahleclaude
andcommitted
deps: add tailwindcss-animate package (missing from committed lock file)
tailwindcss-animate was added to package.json and installed locally but never committed, so CI failed with "Can't resolve tailwindcss-animate". Commit the updated package.json and package-lock.json. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8afc8dd commit 0f9abe3

2 files changed

Lines changed: 39 additions & 5 deletions

File tree

package-lock.json

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

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
"scripts": {
77
"dev": "vite dev",
88
"build": "vite build",
9-
"preview": "vite preview",
9+
"preview": "vite preview --outDir build",
1010
"check:req": "./scripts/check-requirements.sh",
1111
"check:req:wasm": "./scripts/check-requirements.sh --with-wasm",
12+
"setup:pyodide": "./scripts/setup-pyodide.sh",
1213
"setup:circt": "./scripts/setup-circt.sh",
1314
"build:circt": "./scripts/build-circt-wasm.sh",
1415
"bootstrap:repro": "./scripts/bootstrap-repro.sh",
@@ -28,6 +29,7 @@
2829
"tailwind-merge": "^3.5.0",
2930
"tailwind-variants": "^3.2.2",
3031
"tailwindcss": "^4.2.0",
32+
"tailwindcss-animate": "^1.0.7",
3133
"z3-solver": "^4.16.0"
3234
},
3335
"devDependencies": {

0 commit comments

Comments
 (0)