react-instantsearch-router-nextjs 7.24.0 → 7.25.0

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.
Files changed (1) hide show
  1. package/package.json +7 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-instantsearch-router-nextjs",
3
- "version": "7.24.0",
3
+ "version": "7.25.0",
4
4
  "description": "React InstantSearch Router for Next.js",
5
5
  "types": "dist/es/index.d.ts",
6
6
  "main": "dist/cjs/index.js",
@@ -44,29 +44,19 @@
44
44
  "build:es": "yarn build:es:base --quiet",
45
45
  "build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/es",
46
46
  "test:exports": "node ./__tests__/module/is-es-module.mjs && node ./__tests__/module/is-cjs-module.cjs",
47
- "test:start-server": "yarn workspace example-react-instantsearch-next-routing-example build && yarn workspace example-react-instantsearch-next-routing-example start",
48
- "test:e2e": "start-server-and-test test:start-server 3000 'wdio run ./wdio.conf.cjs'",
49
- "test:e2e:saucelabs": "start-server-and-test test:start-server 3000 'wdio run ./wdio.saucelabs.conf.cjs'",
47
+ "test:e2e": "playwright test",
48
+ "test:e2e:saucelabs": "playwright test",
50
49
  "watch:es": "yarn --silent build:es:base --watch"
51
50
  },
52
51
  "dependencies": {
53
- "instantsearch.js": "4.88.0",
54
- "react-instantsearch-core": "7.24.0"
52
+ "instantsearch.js": "4.89.0",
53
+ "react-instantsearch-core": "7.25.0"
55
54
  },
56
55
  "devDependencies": {
57
- "@types/jasmine": "3.3.16",
58
- "@wdio/cli": "5.16.9",
59
- "@wdio/jasmine-framework": "5.16.5",
60
- "@wdio/junit-reporter": "5.16.11",
61
- "@wdio/local-runner": "5.16.9",
62
- "@wdio/sauce-service": "5.16.5",
63
- "@wdio/selenium-standalone-service": "5.16.5",
64
- "@wdio/spec-reporter": "5.16.5",
65
- "start-server-and-test": "1.15.3",
66
- "ts-node": "8.4.1"
56
+ "@playwright/test": "1.49.1"
67
57
  },
68
58
  "peerDependencies": {
69
59
  "next": ">= 9 && < 17"
70
60
  },
71
- "gitHead": "4e5c1266a223382e386a9948d89e077674964bd6"
61
+ "gitHead": "b1d19a647b42add5bbf0a5b70bd2705d3b6ca92e"
72
62
  }