create-instantsearch-app 7.3.2 → 7.3.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "create-instantsearch-app",
3
- "version": "7.3.2",
3
+ "version": "7.3.3",
4
4
  "license": "MIT",
5
5
  "description": "⚡️ Build InstantSearch apps at the speed of thought",
6
6
  "keywords": [
@@ -49,9 +49,9 @@
49
49
  "validate-npm-package-name": "3.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@instantsearch/testutils": "1.20.0",
52
+ "@instantsearch/testutils": "1.21.0",
53
53
  "jest-image-snapshot": "2.12.0",
54
54
  "walk-sync": "2.0.2"
55
55
  },
56
- "gitHead": "967178e0e39302f1ff9552a42cfbdd9e06fd6864"
56
+ "gitHead": "b90c55a93cd6fe56128d9d6c746c153dbb3c3649"
57
57
  }
@@ -3,9 +3,9 @@
3
3
  "version": "1.0.0",
4
4
  "private": true,
5
5
  "scripts": {
6
- "start": "vue-cli-service serve --port 3000",
7
- "build": "vue-cli-service build",
8
- "lint": "vue-cli-service lint",
6
+ "start": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve --port 3000",
7
+ "build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
8
+ "lint": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service lint",
9
9
  "lint:fix": "npm run lint -- --fix"
10
10
  },
11
11
  "dependencies": {