Skip to content

Commit

Permalink
npm 10.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ComLock committed Oct 15, 2024
1 parent 39b04cf commit 6cba64e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions modules/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"extends browserslist-config-enonic"
],
"engines": {
"node": ">= 20.13.1",
"npm": ">= 10.5.2"
"node": ">= 20.18.0",
"npm": ">= 10.8.2"
}
}
5 changes: 2 additions & 3 deletions modules/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"build:dev:js": "swc src --out-dir build/tmp/src",
"build:dev:types": "tsc --skipLibCheck --emitDeclarationOnly --declaration",
"build:lib": "webpack --color --stats-error-details",
"prebuild:lib": "ls -R node_modules/@swc",
"typecheck": "tsc --pretty --skipLibCheck --noEmit",
"lint": "eslint **/*.ts --quiet --cache",
"fix": "eslint --fix **/*.ts --cache"
Expand Down Expand Up @@ -62,7 +61,7 @@
"webpack-cli": "^5.1.4"
},
"engines": {
"node": ">= 20.13.1",
"npm": ">= 10.5.2"
"node": ">= 20.18.0",
"npm": ">= 10.8.2"
}
}

0 comments on commit 6cba64e

Please sign in to comment.