This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-15 10:44:23 +01:00
parent 53facd2824
commit acbbdb7d90
2 changed files with 7 additions and 3 deletions

View File

@@ -20,11 +20,12 @@
"typecheck": "pnpm -r typecheck"
},
"dependencies": {
"dotenv-cli": "^7.3.0",
"@mixan/prettier-config": "^0.1.0",
"dotenv-cli": "^7.3.0",
"lodepng": "^2.2.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"semver": "^7.5.4"
"semver": "^7.5.4",
"typescript": "^5.2.2"
},
"prettier": "@mixan/prettier-config"
}

3
pnpm-lock.yaml generated
View File

@@ -14,6 +14,9 @@ importers:
dotenv-cli:
specifier: ^7.3.0
version: 7.3.0
lodepng:
specifier: ^2.2.0
version: 2.2.0
prettier:
specifier: ^3.0.3
version: 3.0.3