@coveo/headless-react 2.0.9-pre.eb70faf263 → 2.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@coveo/headless-react",
|
3
|
-
"version": "2.0.9
|
3
|
+
"version": "2.0.9",
|
4
4
|
"description": "React utilities for SSR (Server Side Rendering) with headless",
|
5
5
|
"homepage": "https://docs.coveo.com/en/headless/latest/",
|
6
6
|
"repository": {
|
@@ -33,20 +33,17 @@
|
|
33
33
|
"promote:npm:latest": "npm run-script -w=@coveo/release promote-npm-prod"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@coveo/headless": "3.6.0
|
36
|
+
"@coveo/headless": "3.6.0"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
39
|
"@coveo/release": "1.0.0",
|
40
40
|
"@testing-library/react": "14.3.1",
|
41
|
-
"@types/jest": "29.5.12",
|
42
41
|
"@types/react": "18.3.3",
|
43
42
|
"@types/react-dom": "18.3.0",
|
44
43
|
"@typescript-eslint/eslint-plugin": "7.17.0",
|
45
|
-
"eslint-plugin-jest-dom": "5.4.0",
|
46
44
|
"eslint-plugin-react": "7.35.0",
|
47
45
|
"eslint-plugin-testing-library": "6.2.2",
|
48
46
|
"gts": "5.3.1",
|
49
|
-
"jest-environment-jsdom": "29.7.0",
|
50
47
|
"publint": "0.2.9",
|
51
48
|
"rimraf": "5.0.9",
|
52
49
|
"typescript": "5.4.5",
|