Skip to content

Commit cb16968

Browse files
committed
Add compatibility for Nodev18.12.1
1 parent 92ce211 commit cb16968

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
]
1515
},
1616
"scripts": {
17-
"build": "webpack --mode production",
18-
"dev": "webpack --mode development --watch",
17+
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode production",
18+
"dev": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode development --watch",
1919
"test": "jest --verbose --coverage",
2020
"test-on": "./node_modules/.bin/jest $1",
2121
"docker-test-lint": "eslint --ext .js --ext .jsx src",

src/extension/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Reactime",
3-
"version": "15.0.0",
3+
"version": "16.0.0",
44
"devtools_page": "devtools.html",
55
"description": "A Chrome extension that helps debug React applications by memorizing the state of components with every render.",
66
"manifest_version": 3,

0 commit comments

Comments
 (0)