Skip to content

Commit a4803ad

Browse files
Update dependency prettier to v3
1 parent ba9329c commit a4803ad

File tree

3 files changed

+38
-29
lines changed

3 files changed

+38
-29
lines changed

package-lock.json

Lines changed: 30 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-prettier": "^3.1.3",
2727
"eslint-plugin-vue": "^6.2.2",
2828
"node-sass": "^4.12.0",
29-
"prettier": "^1.19.1",
29+
"prettier": "^3.0.0",
3030
"sass-loader": "^16.0.0",
3131
"vue-template-compiler": "^2.6.11"
3232
}

yarn.lock

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6134,7 +6134,7 @@ prettier-linter-helpers@^1.0.0:
61346134
dependencies:
61356135
fast-diff "^1.1.2"
61366136

6137-
prettier@^1.18.2, prettier@^1.19.1:
6137+
prettier@^1.18.2:
61386138
version "1.19.1"
61396139
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
61406140
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
@@ -6144,6 +6144,11 @@ prettier@^1.18.2, prettier@^1.19.1:
61446144
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
61456145
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
61466146

6147+
prettier@^3.0.0:
6148+
version "3.5.3"
6149+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
6150+
integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==
6151+
61476152
pretty-error@^4.0.0:
61486153
version "4.0.0"
61496154
resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-4.0.0.tgz#90a703f46dd7234adb46d0f84823e9d1cb8f10d6"
@@ -6926,7 +6931,7 @@ socket.io-parser@~3.4.0:
69266931
debug "~4.1.0"
69276932
isarray "2.0.1"
69286933

6929-
socket.io@^2.5.1:
6934+
socket.io@^2.3.0:
69306935
version "2.5.1"
69316936
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-2.5.1.tgz#224459ecf13ab66bfc7fb6dd0c6bf760a9895e7f"
69326937
integrity sha512-eaTE4tBKRD6RFoetquMbxgvcpvoDtRyIlkIMI/SMK2bsKvbENTsDeeu4GJ/z9c90yOWxB7b/eC+yKLPbHnH6bA==

0 commit comments

Comments
 (0)