mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
chore(deps): update babel monorepo to v7.24.6
This commit is contained in:
parent
3db6646c23
commit
2d2794a877
2 changed files with 621 additions and 528 deletions
1137
package-lock.json
generated
1137
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
@ -28,14 +28,14 @@
|
|||
"source-map-support": "0.5.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.24.5",
|
||||
"@babel/core": "7.24.6",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||
"@babel/plugin-transform-async-to-generator": "7.24.1",
|
||||
"@babel/plugin-transform-nullish-coalescing-operator": "7.24.1",
|
||||
"@babel/plugin-transform-optional-chaining": "7.24.5",
|
||||
"@babel/preset-env": "7.24.5",
|
||||
"@babel/preset-react": "7.24.1",
|
||||
"@babel/plugin-transform-async-to-generator": "7.24.6",
|
||||
"@babel/plugin-transform-nullish-coalescing-operator": "7.24.6",
|
||||
"@babel/plugin-transform-optional-chaining": "7.24.6",
|
||||
"@babel/preset-env": "7.24.6",
|
||||
"@babel/preset-react": "7.24.6",
|
||||
"async": "3.2.5",
|
||||
"autoprefixer": "9.8.8",
|
||||
"babel-eslint": "10.1.0",
|
||||
|
|
Loading…
Reference in a new issue