mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
chore: fvm and node dependency updates and pinning (#9203)
* chore(mobile): ignore .fvm directory and update .fvmrc version * chore(cli): add nvm and volta node versioning files/config * chore(docs): add nvm and volta node versioning files/config, bump to node v20 * chore(server): add nvm node versioning file * chore(web): add nvm and volta node versioning files/config * chore(e2e): add nvm and volta node versioning files/config
This commit is contained in:
parent
c0495ca23f
commit
0a598ae1b8
13 changed files with 22 additions and 9 deletions
1
cli/.nvmrc
Normal file
1
cli/.nvmrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
v20.12
|
|
@ -60,5 +60,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fast-glob": "^3.3.2",
|
"fast-glob": "^3.3.2",
|
||||||
"lodash-es": "^4.17.21"
|
"lodash-es": "^4.17.21"
|
||||||
|
},
|
||||||
|
"volta": {
|
||||||
|
"node": "20.12.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1
docs/.nvmrc
Normal file
1
docs/.nvmrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
v20.12
|
|
@ -53,6 +53,9 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.14"
|
"node": ">=20"
|
||||||
|
},
|
||||||
|
"volta": {
|
||||||
|
"node": "20.12.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1
e2e/.nvmrc
Normal file
1
e2e/.nvmrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
v20.12
|
|
@ -45,5 +45,8 @@
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"utimes": "^5.2.1",
|
"utimes": "^5.2.1",
|
||||||
"vitest": "^1.3.0"
|
"vitest": "^1.3.0"
|
||||||
|
},
|
||||||
|
"volta": {
|
||||||
|
"node": "20.12.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"flutterSdkVersion": "3.19.3",
|
|
||||||
"flavors": {}
|
|
||||||
}
|
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"flutter": "3.16.9"
|
"flutter": "3.19.3"
|
||||||
}
|
}
|
4
mobile/.gitignore
vendored
4
mobile/.gitignore
vendored
|
@ -54,5 +54,5 @@ default.isar
|
||||||
default.isar.lock
|
default.isar.lock
|
||||||
libisar.so
|
libisar.so
|
||||||
|
|
||||||
# FVM Version Cache
|
# FVM Version
|
||||||
.fvm/flutter_sdk
|
.fvm/
|
||||||
|
|
2
mobile/.vscode/settings.json
vendored
2
mobile/.vscode/settings.json
vendored
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"dart.flutterSdkPath": ".fvm\\versions\\3.16.9",
|
"dart.flutterSdkPath": ".fvm/versions/3.19.3",
|
||||||
"search.exclude": {
|
"search.exclude": {
|
||||||
"**/.fvm": true
|
"**/.fvm": true
|
||||||
},
|
},
|
||||||
|
|
1
server/.nvmrc
Normal file
1
server/.nvmrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
v20.12
|
1
web/.nvmrc
Normal file
1
web/.nvmrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
v20.12
|
|
@ -76,5 +76,8 @@
|
||||||
"svelte-local-storage-store": "^0.6.4",
|
"svelte-local-storage-store": "^0.6.4",
|
||||||
"svelte-maplibre": "^0.8.1",
|
"svelte-maplibre": "^0.8.1",
|
||||||
"thumbhash": "^0.1.1"
|
"thumbhash": "^0.1.1"
|
||||||
|
},
|
||||||
|
"volta": {
|
||||||
|
"node": "20.12.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue