update node

This commit is contained in:
2022-11-09 18:12:59 -05:00
parent 580d703f12
commit 30da5bc4f7
4 changed files with 13 additions and 5 deletions

View File

@ -35,17 +35,21 @@
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"engines": {
"node": "18.12.1",
"npm": "8.19.2"
}
},
"../deps/phoenix": {
"version": "1.6.8",
"version": "1.6.15",
"license": "MIT"
},
"../deps/phoenix_html": {
"version": "3.2.0"
},
"../deps/phoenix_live_view": {
"version": "0.17.9",
"version": "0.18.2",
"license": "MIT"
},
"node_modules/@ampproject/remapping": {

View File

@ -2,6 +2,10 @@
"repository": {},
"description": " ",
"license": "MIT",
"engines":{
"node": "18.12.1",
"npm": "8.19.2"
},
"scripts": {
"deploy": "NODE_ENV=production webpack --mode production",
"watch": "webpack --mode development --watch --watch-options-stdin",