Update prettier to version 3.0.3

This commit is contained in:
depfu[bot]
2023-09-07 06:20:20 +00:00
parent a69b420aeb
commit 38c9f375f5
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -51,7 +51,7 @@
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-react-hooks": "^5.0.0-canary-7118f5dd7-20230705",
"prettier": "3.0.1",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "^0.4.1"
}
},
@@ -5077,9 +5077,9 @@
}
},
"node_modules/prettier": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.1.tgz",
"integrity": "sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz",
"integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"
+1 -1
View File
@@ -52,7 +52,7 @@
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-react-hooks": "^5.0.0-canary-7118f5dd7-20230705",
"prettier": "3.0.1",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "^0.4.1"
}
}