@recursive-robot/react-jsx-parser 1.32.5 → 1.34.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.
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "types": "dist/index.d.ts",
15
15
  "name": "@recursive-robot/react-jsx-parser",
16
16
  "repository": "RecursiveRobot/react-jsx-parser",
17
- "version": "1.32.5",
17
+ "version": "1.34.0",
18
18
  "dependencies": {
19
19
  "@types/jsdom": "^16.2.6",
20
20
  "acorn": "^8.0.5",
@@ -77,7 +77,7 @@
77
77
  "merge": "^1.2.1"
78
78
  },
79
79
  "scripts": {
80
- "build": "npx patch-package && yarn types && cross-env NODE_ENV=production webpack",
80
+ "build": "npx patch-package && yarn types && cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack",
81
81
  "develop": "NODE_ENV=production concurrently -n build,ts,demo -c green,cyan,yellow \"yarn webpack --watch\" \"yarn types --watch\" \"yarn webpack serve --config ./webpack.demo.js\"",
82
82
  "lint": "yarn eslint --ext .js,.ts,.tsx source/",
83
83
  "postinstall": "npx patch-package",