diff --git a/@bajetech/astrax-api/package.json b/@bajetech/astrax-api/package.json index bcddef8..de22568 100644 --- a/@bajetech/astrax-api/package.json +++ b/@bajetech/astrax-api/package.json @@ -30,7 +30,7 @@ "@stellar/prettier-config": "^1.0.1", "@stellar/wallet-sdk": "^0.5.0-rc.0", "@types/webextension-polyfill": "^0.8.0", - "prettier": "^2.3.2", + "prettier": "^2.8.4", "typescript": "^4.4.2", "webextension-polyfill": "^0.8.0", "xdb-digitalbits-sdk": "^8.2.2" diff --git a/@shared/api/package.json b/@shared/api/package.json index fb30c6a..5713f35 100644 --- a/@shared/api/package.json +++ b/@shared/api/package.json @@ -6,7 +6,7 @@ "dependencies": { "@stellar/wallet-sdk": "^0.5.0-rc.0", "@types/webextension-polyfill": "^0.8.0", - "prettier": "^2.3.2", + "prettier": "^2.8.4", "stellar-sdk": "^8.2.5", "typescript": "^4.4.2", "webextension-polyfill": "^0.8.0", diff --git a/extension/package.json b/extension/package.json index 597e3ca..6b7daf8 100644 --- a/extension/package.json +++ b/extension/package.json @@ -45,7 +45,7 @@ "html-loader": "^1.3.2", "html-webpack-plugin": "^4.5.2", "lodash": "^4.17.21", - "prettier": "^2.0.5", + "prettier": "^2.8.4", "pretty-quick": "^3.1.1", "prop-types": "^15.7.2", "punycode": "^2.1.1", diff --git a/package.json b/package.json index a784ec2..abcb325 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "lint-staged": "^11.2.0", "module-replace-webpack-plugin": "^0.0.12", "npm-run-all": "^4.1.5", - "prettier": "^2.0.5", + "prettier": "^2.8.4", "pretty-quick": "^2.0.1", "ts-loader": "8.0.7", "typescript": "^4.2.3", diff --git a/yarn.lock b/yarn.lock index 9b87039..c0ead83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8854,15 +8854,10 @@ prelude-ls@~1.1.2: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= -prettier@^2.0.5: - version "2.1.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2.tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5" - integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg== - -prettier@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d" - integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ== +prettier@^2.8.4: + version "2.8.4" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3" + integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw== pretty-error@^2.0.2, pretty-error@^2.1.1: version "2.1.2"