update npm version

This commit is contained in:
shibao 2023-04-13 18:45:32 -04:00
parent 1b9f212e66
commit a1c846be33
3 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
elixir 1.14.4-otp-25 elixir 1.14.4-otp-25
erlang 25.1.2 erlang 25.1.2
nodejs 18.9.1 nodejs 18.15.0

View File

@ -38,8 +38,8 @@
"webpack-dev-server": "^4.13.2" "webpack-dev-server": "^4.13.2"
}, },
"engines": { "engines": {
"node": "v18.9.1", "node": "v18.15.0",
"npm": "8.19.1" "npm": "9.5.0"
} }
}, },
"../deps/phoenix": { "../deps/phoenix": {

View File

@ -3,8 +3,8 @@
"description": " ", "description": " ",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": "v18.9.1", "node": "v18.15.0",
"npm": "8.19.1" "npm": "9.5.0"
}, },
"scripts": { "scripts": {
"deploy": "NODE_ENV=production webpack --mode production", "deploy": "NODE_ENV=production webpack --mode production",