diff --git a/package.json b/package.json index 67bf4355..f1260832 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "eslint": "^8.18.0", "eslint-config-prettier": "^9.0.0", - "prettier": "^2.7.1", + "prettier": "^3.0.0", "stylelint": "^15.0.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-standard": "^36.0.0", diff --git a/public/404.html b/public/404.html index 8d884591..8134b4fa 100644 --- a/public/404.html +++ b/public/404.html @@ -1,4 +1,4 @@ - + The page you were looking for doesn't exist (404) diff --git a/public/422.html b/public/422.html index 845c5328..66ddbc56 100644 --- a/public/422.html +++ b/public/422.html @@ -1,4 +1,4 @@ - + The change you wanted was rejected (422) diff --git a/public/500.html b/public/500.html index 21fe4eca..592e430e 100644 --- a/public/500.html +++ b/public/500.html @@ -1,4 +1,4 @@ - + We're sorry, but something went wrong (500) diff --git a/yarn.lock b/yarn.lock index 9869d5c1..67e8a508 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1150,10 +1150,10 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -prettier@^2.7.1: - version "2.8.8" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" - integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== +prettier@^3.0.0: + version "3.3.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105" + integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew== punycode@^2.1.0: version "2.3.1"