mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-08-28 22:19:55 -04:00
Merge remote-tracking branch 'upstream/develop' into feature/uepr-40-desktop-feature-parity
This commit is contained in:
commit
ee5cd79d9d
3 changed files with 491 additions and 346 deletions
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
pyenv install 2.7.18
|
||||
- name: Setup Keys for Fastlane
|
||||
if: matrix.os == 'macos-latest'
|
||||
uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0
|
||||
uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.FASTLANE_ACCESS_KEY }}
|
||||
- name: Fastlane
|
||||
|
|
831
package-lock.json
generated
831
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -31,13 +31,13 @@
|
|||
"source-map-support": "0.5.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.26.7",
|
||||
"@babel/core": "7.26.10",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||
"@babel/plugin-transform-async-to-generator": "7.25.9",
|
||||
"@babel/plugin-transform-nullish-coalescing-operator": "7.26.6",
|
||||
"@babel/plugin-transform-optional-chaining": "7.25.9",
|
||||
"@babel/preset-env": "7.26.7",
|
||||
"@babel/preset-env": "7.26.9",
|
||||
"@babel/preset-react": "7.26.3",
|
||||
"@scratch/scratch-gui": "v11.1.0-feature-parity.1",
|
||||
"async": "3.2.6",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue