mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
Merge pull request #368 from scratchfoundation/renovate/pin-dependencies
chore(deps): pin dependencies
This commit is contained in:
commit
96f75a36af
3 changed files with 4 additions and 4 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
v16
|
||||
16.20.2
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -9,7 +9,7 @@
|
|||
"version": "3.30.5",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"source-map-support": "^0.5.19"
|
||||
"source-map-support": "0.5.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.21.4",
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"url": "git+ssh://git@github.com/scratchfoundation/scratch-desktop.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"source-map-support": "^0.5.19"
|
||||
"source-map-support": "0.5.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.21.4",
|
||||
|
@ -74,6 +74,6 @@
|
|||
"webpack-merge": "4.2.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"upath": "^1.0.5"
|
||||
"upath": "1.2.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue