diff --git a/package.json b/package.json index 1617505..44e9d94 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "license": "ISC", "dependencies": { "@fluent/syntax": "^0.19.0", - "@types/prettier": "^3", "typescript": "^5.3.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 5217d56..61c23fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19,13 +19,6 @@ dependencies: undici-types "~5.26.4" -"@types/prettier@^3": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-3.0.0.tgz#e9bc8160230d3a461dab5c5b41cceef1ef723057" - integrity sha512-mFMBfMOz8QxhYVbuINtswBp9VL2b4Y0QqYHwqLz3YbgtfAcat2Dl6Y1o4e22S/OVE6Ebl9m7wWiMT2lSbAs1wA== - dependencies: - prettier "*" - ansi-colors@4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" @@ -674,7 +667,7 @@ pify@^3.0.0: resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= -prettier@*, prettier@^3.x: +prettier@^3.x: version "3.1.1" resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848" integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==