aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorTimmy Willison <timmywil@users.noreply.github.com>2024-07-17 09:32:02 -0400
committerGitHub <noreply@github.com>2024-07-17 09:32:02 -0400
commit3e612aeeb3821c657989e67b43c9b715f5cd32e2 (patch)
tree08340dbc99ae23a7268a1c262334ddcb31d2dc6f /package-lock.json
parent1fa8df5dbd5d84cf55882a38eb6e571abd0aa938 (diff)
downloadjquery-3e612aeeb3821c657989e67b43c9b715f5cd32e2.tar.gz
jquery-3e612aeeb3821c657989e67b43c9b715f5cd32e2.zip
Release: ensure builds have the proper version
- order hooks in execution order - update workflow actions Closes gh-5519
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index c21877130..813c769f1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -26,6 +26,7 @@
"commitplease": "3.2.0",
"concurrently": "8.2.2",
"core-js-bundle": "3.37.1",
+ "cross-env": "7.0.3",
"diff": "5.2.0",
"eslint": "8.57.0",
"eslint-config-jquery": "3.0.2",
@@ -3505,6 +3506,24 @@
"node": ">= 14"
}
},
+ "node_modules/cross-env": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
+ "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
+ "dev": true,
+ "dependencies": {
+ "cross-spawn": "^7.0.1"
+ },
+ "bin": {
+ "cross-env": "src/bin/cross-env.js",
+ "cross-env-shell": "src/bin/cross-env-shell.js"
+ },
+ "engines": {
+ "node": ">=10.14",
+ "npm": ">=6",
+ "yarn": ">=1"
+ }
+ },
"node_modules/cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",