@yoast/ai-insights-client 1.4.48 → 1.4.52
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.
|
|
4
|
+
"version": "1.4.52",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "A React component library for AI-powered brand analysis and insights",
|
|
7
7
|
"keywords": [
|
|
@@ -51,8 +51,7 @@
|
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@yoast/ui-library": "^4.0.0",
|
|
53
53
|
"react": "^18.0.0",
|
|
54
|
-
"react-dom": "^18.0.0"
|
|
55
|
-
"styled-components": "^5.0.0 || ^6.0.0"
|
|
54
|
+
"react-dom": "^18.0.0"
|
|
56
55
|
},
|
|
57
56
|
"peerDependenciesMeta": {
|
|
58
57
|
"@yoast/ui-library": {
|
|
@@ -63,9 +62,6 @@
|
|
|
63
62
|
},
|
|
64
63
|
"react-dom": {
|
|
65
64
|
"optional": false
|
|
66
|
-
},
|
|
67
|
-
"styled-components": {
|
|
68
|
-
"optional": false
|
|
69
65
|
}
|
|
70
66
|
},
|
|
71
67
|
"dependencies": {
|
|
@@ -100,7 +96,6 @@
|
|
|
100
96
|
"@yoast/postcss-preset": "^1.2.0",
|
|
101
97
|
"@yoast/ui-library": "^4.2.0",
|
|
102
98
|
"autoprefixer": "^10.4.21",
|
|
103
|
-
"babel-plugin-styled-components": "^2.1.4",
|
|
104
99
|
"classnames": "^2.5.1",
|
|
105
100
|
"eslint": "^9.30.1",
|
|
106
101
|
"eslint-config-prettier": "^10.1.5",
|
|
@@ -118,7 +113,6 @@
|
|
|
118
113
|
"react-dom": "18.2.0",
|
|
119
114
|
"sass": "^1.89.2",
|
|
120
115
|
"sass-embedded": "^1.89.2",
|
|
121
|
-
"styled-components": "^6.1.19",
|
|
122
116
|
"terser": "^5.43.1",
|
|
123
117
|
"typescript": "~5.8.3",
|
|
124
118
|
"typescript-eslint": "^8.35.1",
|
|
@@ -126,9 +120,6 @@
|
|
|
126
120
|
"vite-plugin-dts": "^4.5.4",
|
|
127
121
|
"vite-plugin-svgr": "^4.5.0"
|
|
128
122
|
},
|
|
129
|
-
"resolutions": {
|
|
130
|
-
"styled-components": "^5"
|
|
131
|
-
},
|
|
132
123
|
"volta": {
|
|
133
124
|
"node": "22.19.0"
|
|
134
125
|
}
|