Skip to content

Commit b31e333

Browse files
committed
Support node@20
1 parent 9d5625d commit b31e333

File tree

2 files changed

+407
-273
lines changed

2 files changed

+407
-273
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"scripts": {
1010
"start": "node server.js",
11-
"webpack:dev": "webpack --mode development --config webpack.conf.js --watch --color --progress",
12-
"webpack:prod": "NODE_ENV=production webpack --mode production --config webpack.conf.js --progress",
11+
"webpack:dev": "NODE_OPTIONS=--openssl-legacy-provide webpack --mode development --config webpack.conf.js --watch --color --progress",
12+
"webpack:prod": "NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack --mode production --config webpack.conf.js --progress",
1313
"postinstall": "npm run updatesemantic && npm run webpack:prod",
1414
"updatesemantic": "cp App/styles/theme.config ./node_modules/semantic-ui-less/theme.config; rm -Rf ./node_modules/semantic-ui-less/site; cp -R App/styles/site ./node_modules/semantic-ui-less/"
1515
},
@@ -31,15 +31,15 @@
3131
"body-parser": "1.19.0",
3232
"classnames": "2.2.6",
3333
"codemirror": "5.59.2",
34-
"css-loader": "5.0.1",
34+
"css-loader": "5.2.7",
3535
"dayjs": "1.11.9",
3636
"emoji-dictionary": "^1.0.11",
3737
"eslint": "7.18.0",
3838
"eslint-plugin-react": "7.22.0",
3939
"express": "4.17.1",
4040
"file-loader": "^6.2.0",
4141
"graceful-fs": "4.2.4",
42-
"html-webpack-plugin": "^4.5.1",
42+
"html-webpack-plugin": "^4.5.2",
4343
"javascript-obfuscator": "4.0.0",
4444
"less": "2.7.1",
4545
"less-loader": "7.3.0",
@@ -65,7 +65,7 @@
6565
"style-loader": "2.0.0",
6666
"threads": "^1.6.3",
6767
"url-loader": "4.1.1",
68-
"webpack": "5.17.0",
68+
"webpack": "5.69.1",
6969
"webpack-cli": "4.4.0"
7070
}
7171
}

0 commit comments

Comments
 (0)