mirror of https://github.com/jenkinsci/jenkins.git
Update babel monorepo to v7.27.2
This commit is contained in:
parent
679ce6bf8e
commit
38dba7b464
|
@ -23,9 +23,9 @@
|
|||
"lint": "yarn lint:js && yarn lint:css"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.27.1",
|
||||
"@babel/cli": "7.27.2",
|
||||
"@babel/core": "7.27.1",
|
||||
"@babel/preset-env": "7.27.1",
|
||||
"@babel/preset-env": "7.27.2",
|
||||
"@eslint/js": "9.26.0",
|
||||
"babel-loader": "10.0.0",
|
||||
"clean-webpack-plugin": "4.0.0",
|
||||
|
|
55
yarn.lock
55
yarn.lock
|
@ -15,9 +15,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/cli@npm:7.27.1":
|
||||
version: 7.27.1
|
||||
resolution: "@babel/cli@npm:7.27.1"
|
||||
"@babel/cli@npm:7.27.2":
|
||||
version: 7.27.2
|
||||
resolution: "@babel/cli@npm:7.27.2"
|
||||
dependencies:
|
||||
"@jridgewell/trace-mapping": "npm:^0.3.25"
|
||||
"@nicolo-ribaudo/chokidar-2": "npm:2.1.8-no-fsevents.3"
|
||||
|
@ -38,7 +38,7 @@ __metadata:
|
|||
bin:
|
||||
babel: ./bin/babel.js
|
||||
babel-external-helpers: ./bin/babel-external-helpers.js
|
||||
checksum: 10c0/1cfd358ea162dc91e74c0be0c09c752b044db7102d8ce5cd6a41516aa47db25dfa4d6d4f619853b75275a98e5f80d1cc314671f4f15072d1acf14f900898e458
|
||||
checksum: 10c0/9a93b19249b54114deacfcbd47d36d2bad6be0e4b775df30bcde62666a83ab6048566400c8c3b7f532c758f697951874c9e4ea91ef4d7e53841e4a7b2e085a54
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -53,10 +53,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.27.1":
|
||||
version: 7.27.1
|
||||
resolution: "@babel/compat-data@npm:7.27.1"
|
||||
checksum: 10c0/03e3a01b6772858dc5064f332ad4dc16fbbc0353f2180fd663a2651e8305058e35b6db57114e345d925def9b73cd7a322e95a45913428b8db705a098fd3dd289
|
||||
"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.27.2":
|
||||
version: 7.27.2
|
||||
resolution: "@babel/compat-data@npm:7.27.2"
|
||||
checksum: 10c0/077c9e01af3b90decee384a6a44dcf353898e980cee22ec7941f9074655dbbe97ec317345536cdc7ef7391521e1497930c522a3816af473076dd524be7fccd32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -105,16 +105,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.27.1":
|
||||
version: 7.27.1
|
||||
resolution: "@babel/helper-compilation-targets@npm:7.27.1"
|
||||
"@babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.27.1, @babel/helper-compilation-targets@npm:^7.27.2":
|
||||
version: 7.27.2
|
||||
resolution: "@babel/helper-compilation-targets@npm:7.27.2"
|
||||
dependencies:
|
||||
"@babel/compat-data": "npm:^7.27.1"
|
||||
"@babel/compat-data": "npm:^7.27.2"
|
||||
"@babel/helper-validator-option": "npm:^7.27.1"
|
||||
browserslist: "npm:^4.24.0"
|
||||
lru-cache: "npm:^5.1.1"
|
||||
semver: "npm:^6.3.1"
|
||||
checksum: 10c0/1cfd3760a1bf1e367ea4a91214c041be7076197ba7a4f3c0710cab00fb5734eb010a2946efe6ecfb1ca9dc63e6c69644a1afa399db4082f374b9311e129f6f0b
|
||||
checksum: 10c0/f338fa00dcfea931804a7c55d1a1c81b6f0a09787e528ec580d5c21b3ecb3913f6cb0f361368973ce953b824d910d3ac3e8a8ee15192710d3563826447193ad1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -757,16 +757,17 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-object-rest-spread@npm:^7.27.1":
|
||||
version: 7.27.1
|
||||
resolution: "@babel/plugin-transform-object-rest-spread@npm:7.27.1"
|
||||
"@babel/plugin-transform-object-rest-spread@npm:^7.27.2":
|
||||
version: 7.27.2
|
||||
resolution: "@babel/plugin-transform-object-rest-spread@npm:7.27.2"
|
||||
dependencies:
|
||||
"@babel/helper-compilation-targets": "npm:^7.27.1"
|
||||
"@babel/helper-compilation-targets": "npm:^7.27.2"
|
||||
"@babel/helper-plugin-utils": "npm:^7.27.1"
|
||||
"@babel/plugin-transform-destructuring": "npm:^7.27.1"
|
||||
"@babel/plugin-transform-parameters": "npm:^7.27.1"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: 10c0/ac73caea178b51a64cc1c5e5ce1a67bacf89c1af664ef219aa1403d54258804113d6f267820c211768460e056f3aeb642c98ee14842c4fb548974c82f7dbe7dd
|
||||
checksum: 10c0/5e255b262dd65c8700078d9f6ed87bd45f951a905dda6b3414be28d7b2781b18e6b812e9d71421e61360c9cf51e1e619c1d48348593bb7399496f61f5f221446
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -989,12 +990,12 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/preset-env@npm:7.27.1":
|
||||
version: 7.27.1
|
||||
resolution: "@babel/preset-env@npm:7.27.1"
|
||||
"@babel/preset-env@npm:7.27.2":
|
||||
version: 7.27.2
|
||||
resolution: "@babel/preset-env@npm:7.27.2"
|
||||
dependencies:
|
||||
"@babel/compat-data": "npm:^7.27.1"
|
||||
"@babel/helper-compilation-targets": "npm:^7.27.1"
|
||||
"@babel/compat-data": "npm:^7.27.2"
|
||||
"@babel/helper-compilation-targets": "npm:^7.27.2"
|
||||
"@babel/helper-plugin-utils": "npm:^7.27.1"
|
||||
"@babel/helper-validator-option": "npm:^7.27.1"
|
||||
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.27.1"
|
||||
|
@ -1036,7 +1037,7 @@ __metadata:
|
|||
"@babel/plugin-transform-new-target": "npm:^7.27.1"
|
||||
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.27.1"
|
||||
"@babel/plugin-transform-numeric-separator": "npm:^7.27.1"
|
||||
"@babel/plugin-transform-object-rest-spread": "npm:^7.27.1"
|
||||
"@babel/plugin-transform-object-rest-spread": "npm:^7.27.2"
|
||||
"@babel/plugin-transform-object-super": "npm:^7.27.1"
|
||||
"@babel/plugin-transform-optional-catch-binding": "npm:^7.27.1"
|
||||
"@babel/plugin-transform-optional-chaining": "npm:^7.27.1"
|
||||
|
@ -1064,7 +1065,7 @@ __metadata:
|
|||
semver: "npm:^6.3.1"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
checksum: 10c0/893b269f5e7e2084ee7fb60d3a1f154470c89169475170a8a595f1910cade9c9978b42df5405a46a699529dfdb1c6b0135cc4c0aa8f9e685ae230b1cb0172ad9
|
||||
checksum: 10c0/fd7ec310832a9ff26ed8d56bc0832cdbdb3a188e022050b74790796650649fb8373568af05b320b58b3ff922507979bad50ff95a4d504ab0081134480103504e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -4679,9 +4680,9 @@ __metadata:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "jenkins-ui@workspace:."
|
||||
dependencies:
|
||||
"@babel/cli": "npm:7.27.1"
|
||||
"@babel/cli": "npm:7.27.2"
|
||||
"@babel/core": "npm:7.27.1"
|
||||
"@babel/preset-env": "npm:7.27.1"
|
||||
"@babel/preset-env": "npm:7.27.2"
|
||||
"@eslint/js": "npm:9.26.0"
|
||||
babel-loader: "npm:10.0.0"
|
||||
clean-webpack-plugin: "npm:4.0.0"
|
||||
|
|
Loading…
Reference in New Issue