@yoast/ai-insights-client 1.4.85 → 1.4.87

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yoast/ai-insights-client",
3
3
  "private": false,
4
- "version": "1.4.85",
4
+ "version": "1.4.87",
5
5
  "type": "module",
6
6
  "description": "A React component library for AI-powered brand analysis and insights",
7
7
  "keywords": [
@@ -43,9 +43,6 @@
43
43
  "build:analyze": "npm run build && npx vite-bundle-analyzer dist",
44
44
  "build:types": "tsc -p tsconfig.lib.json",
45
45
  "lint": "eslint .",
46
- "test": "vitest",
47
- "test:ui": "vitest --ui",
48
- "test:run": "vitest run",
49
46
  "preview": "vite preview",
50
47
  "preview:app": "vite preview --outDir dist-app",
51
48
  "analyze:ui-lib": "node scripts/generate-ui-lib-types.js",
@@ -99,7 +96,6 @@
99
96
  "@types/react": "^19.1.8",
100
97
  "@types/react-dom": "^19.1.6",
101
98
  "@vitejs/plugin-react": "^4.6.0",
102
- "@vitest/ui": "^3.2.4",
103
99
  "@yoast/postcss-preset": "^1.2.0",
104
100
  "@yoast/ui-library": "^4.2.0",
105
101
  "autoprefixer": "^10.4.21",
@@ -111,7 +107,6 @@
111
107
  "eslint-plugin-react-hooks": "^5.2.0",
112
108
  "eslint-plugin-react-refresh": "^0.4.20",
113
109
  "globals": "^16.3.0",
114
- "jsdom": "^27.0.0",
115
110
  "orval": "^7.10.0",
116
111
  "postcss": "^8.5.6",
117
112
  "postcss-import": "^16.1.1",
@@ -128,8 +123,7 @@
128
123
  "typescript-eslint": "^8.35.1",
129
124
  "vite": "^7.0.3",
130
125
  "vite-plugin-dts": "^4.5.4",
131
- "vite-plugin-svgr": "^4.5.0",
132
- "vitest": "^3.2.4"
126
+ "vite-plugin-svgr": "^4.5.0"
133
127
  },
134
128
  "volta": {
135
129
  "node": "22.19.0"