mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
bumping typeconfig version and adding v14 support to package.json
This commit is contained in:
parent
e54bab2976
commit
67442971de
6
package-lock.json
generated
6
package-lock.json
generated
@ -19439,9 +19439,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"typeconfig": {
|
"typeconfig": {
|
||||||
"version": "2.0.13",
|
"version": "2.0.14",
|
||||||
"resolved": "https://registry.npmjs.org/typeconfig/-/typeconfig-2.0.13.tgz",
|
"resolved": "https://registry.npmjs.org/typeconfig/-/typeconfig-2.0.14.tgz",
|
||||||
"integrity": "sha512-GGs0xiGTrqeXuF7aPO7Zy0l22RMnFh3+c8nKejflGlRdRNVZY2fwoHqDoC0lLeXgMJMOS7Px3+U8kQcWy9kciw==",
|
"integrity": "sha512-hUSGeoicUvHj/gN78xCrMzeEan+OO7apxIvOX39FIeTWr3Z0etl4ApynHaIvewOZ6kp3hJ7LB3AljIlaIMQYGw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"optimist": "0.6.1"
|
"optimist": "0.6.1"
|
||||||
}
|
}
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
"sqlite3": "5.0.0",
|
"sqlite3": "5.0.0",
|
||||||
"ts-exif-parser": "0.2.1",
|
"ts-exif-parser": "0.2.1",
|
||||||
"ts-node-iptc": "1.0.11",
|
"ts-node-iptc": "1.0.11",
|
||||||
"typeconfig": "2.0.13",
|
"typeconfig": "2.0.14",
|
||||||
"typeorm": "0.2.21",
|
"typeorm": "0.2.21",
|
||||||
"winston": "2.4.4"
|
"winston": "2.4.4"
|
||||||
},
|
},
|
||||||
@ -149,6 +149,6 @@
|
|||||||
"sharp": "0.23.4"
|
"sharp": "0.23.4"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.17 <13.0"
|
"node": ">=10.17 <15.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user