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

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 +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/headless-react",
3
- "version": "2.0.0",
3
+ "version": "2.0.1-pre.21896c3736",
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": "jest",
29
- "test:watch": "jest --watch --colors --no-cache",
28
+ "test": "vitest run",
29
+ "test:watch": "vitest",
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.0.0"
36
+ "@coveo/headless": "3.1.0-pre.21896c3736"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@coveo/release": "1.0.0",
@@ -46,12 +46,11 @@
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",
50
49
  "jest-environment-jsdom": "29.7.0",
51
50
  "publint": "0.2.9",
52
51
  "rimraf": "5.0.9",
53
- "ts-jest": "29.2.3",
54
- "typescript": "5.4.5"
52
+ "typescript": "5.4.5",
53
+ "vitest": "2.1.1"
55
54
  },
56
55
  "peerDependencies": {
57
56
  "react": "^18",