@coveo/headless-react 2.0.1-pre.21896c3736 → 2.0.1-pre.498befff28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +7 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/headless-react",
3
- "version": "2.0.1-pre.21896c3736",
3
+ "version": "2.0.1-pre.498befff28",
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": {
@@ -25,15 +25,15 @@
25
25
  "scripts": {
26
26
  "build": "nx build",
27
27
  "clean": "rimraf dist",
28
- "test": "vitest run",
29
- "test:watch": "vitest",
28
+ "test": "jest",
29
+ "test:watch": "jest --watch --colors --no-cache",
30
30
  "lint": "eslint .; publint",
31
31
  "publish:npm": "npm run-script -w=@coveo/release npm-publish",
32
32
  "publish:bump": "npm run-script -w=@coveo/release bump",
33
33
  "promote:npm:latest": "node ../../scripts/deploy/update-npm-tag.mjs latest"
34
34
  },
35
35
  "dependencies": {
36
- "@coveo/headless": "3.1.0-pre.21896c3736"
36
+ "@coveo/headless": "3.1.0-pre.498befff28"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@coveo/release": "1.0.0",
@@ -46,11 +46,12 @@
46
46
  "eslint-plugin-react": "7.35.0",
47
47
  "eslint-plugin-testing-library": "6.2.2",
48
48
  "gts": "5.3.1",
49
+ "jest": "29.7.0",
49
50
  "jest-environment-jsdom": "29.7.0",
50
51
  "publint": "0.2.9",
51
52
  "rimraf": "5.0.9",
52
- "typescript": "5.4.5",
53
- "vitest": "2.1.1"
53
+ "ts-jest": "29.2.3",
54
+ "typescript": "5.4.5"
54
55
  },
55
56
  "peerDependencies": {
56
57
  "react": "^18",