[ci] package-lock.json, package updates, flake ci for installation

parent e68cd37d
Pipeline #6071 passed with stages
in 12 minutes and 17 seconds
...@@ -75,9 +75,10 @@ ...@@ -75,9 +75,10 @@
set -e set -e
echo "Installing JS Dependencies" echo "Installing JS Dependencies"
#yarn #${pkgs.nodePackages.npm}/bin/npm install
${pkgs.nodePackages.npm}/bin/npm install # https://docs.npmjs.com/cli/v9/commands/npm-ci
${pkgs.nodePackages.npm}/bin/npm install --dev ${pkgs.nodePackages.npm}/bin/npm ci
#${pkgs.nodePackages.npm}/bin/npm install --dev
echo "Compiling" echo "Compiling"
${pkgs.nodePackages.npm}/bin/npm run build ${pkgs.nodePackages.npm}/bin/npm run build
......
This diff is collapsed.
...@@ -61,15 +61,15 @@ ...@@ -61,15 +61,15 @@
"uuid": "8.3.2" "uuid": "8.3.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "~7.15.0", "@babel/core": "~7.24.5",
"@babel/preset-env": "~7.15.6", "@babel/preset-env": "~7.24.5",
"@babel/preset-react": "~7.12.7", "@babel/preset-react": "~7.24.1",
"@getgauge/cli": "~1.4.0", "@getgauge/cli": "~1.4.0",
"esbuild": "~0.15.7", "esbuild": "~0.21.1",
"parcel": "~2.8.2", "parcel": "~2.8.2",
"react-testing-library": "~8.0.1", "react-testing-library": "~8.0.1",
"sass": "~1.35.2", "sass": "~1.77.0",
"serve": "~12.0.0", "serve": "~14.2.3",
"spago": "~0.93.29", "spago": "~0.93.29",
"ssl-serve": "~6.5.8", "ssl-serve": "~6.5.8",
"taiko": "latest", "taiko": "latest",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment