@tryghost/sodo-search 1.8.20 → 1.8.21

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 +5 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/sodo-search",
3
- "version": "1.8.20",
3
+ "version": "1.8.21",
4
4
  "license": "MIT",
5
5
  "repository": "https://github.com/TryGhost/Ghost",
6
6
  "author": "Ghost Foundation",
@@ -84,16 +84,16 @@
84
84
  "@testing-library/jest-dom": "5.17.0",
85
85
  "@testing-library/react": "12.1.5",
86
86
  "@vitejs/plugin-react": "4.7.0",
87
- "@vitest/coverage-v8": "4.1.2",
87
+ "@vitest/coverage-v8": "4.1.5",
88
88
  "concurrently": "8.2.2",
89
89
  "cross-fetch": "4.1.0",
90
90
  "eslint": "8.57.1",
91
- "jsdom": "28.1.0",
91
+ "jsdom": "29.1.1",
92
92
  "nock": "13.5.6",
93
93
  "tailwindcss": "3.4.18",
94
94
  "vite": "7.3.2",
95
95
  "vite-plugin-svgr": "4.5.0",
96
- "vitest": "4.1.2"
96
+ "vitest": "4.1.5"
97
97
  },
98
98
  "nx": {
99
99
  "tags": [
@@ -101,14 +101,12 @@
101
101
  ]
102
102
  },
103
103
  "scripts": {
104
- "dev": "concurrently \"vite preview -l silent\" \"pnpm build:watch\" \"pnpm tailwind\"",
104
+ "dev": "concurrently --kill-others --names preview,build,tailwind \"vite preview -l silent\" \"pnpm build:watch\" \"pnpm tailwind\"",
105
105
  "build": "vite build && pnpm tailwind:base",
106
106
  "build:watch": "vite build --watch",
107
107
  "tailwind": "pnpm tailwind:base --watch ",
108
108
  "tailwind:base": "tailwindcss -i ./src/index.css -o ./umd/main.css --minify",
109
109
  "test": "vitest run",
110
- "test:ci": "pnpm test --coverage",
111
- "test:unit": "pnpm test:ci",
112
110
  "lint": "eslint src --ext .js --cache",
113
111
  "preship": "pnpm lint",
114
112
  "ship": "node ../../.github/scripts/release-apps.js"