@tryghost/sodo-search 1.8.6 → 1.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/sodo-search",
3
- "version": "1.8.6",
3
+ "version": "1.8.7",
4
4
  "license": "MIT",
5
5
  "repository": "https://github.com/TryGhost/Ghost",
6
6
  "author": "Ghost Foundation",
@@ -23,7 +23,7 @@
23
23
  "build": "vite build && yarn tailwind:base",
24
24
  "build:watch": "vite build --watch",
25
25
  "tailwind": "yarn tailwind:base --watch ",
26
- "tailwind:base": "npx tailwindcss -i ./src/index.css -o ./umd/main.css --minify",
26
+ "tailwind:base": "tailwindcss -i ./src/index.css -o ./umd/main.css --minify",
27
27
  "test": "vitest run",
28
28
  "test:ci": "yarn test --coverage",
29
29
  "test:unit": "yarn test:ci",
@@ -98,6 +98,7 @@
98
98
  "@vitejs/plugin-react": "4.7.0",
99
99
  "jsdom": "28.1.0",
100
100
  "nock": "13.5.6",
101
+ "tailwindcss": "3.4.18",
101
102
  "vite": "5.4.20",
102
103
  "vite-plugin-svgr": "3.3.0",
103
104
  "vitest": "1.6.1"