mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
chore(deps-dev): bump prettier from 2.8.8 to 3.0.0 (#950)
This commit is contained in:
parent
a81493d311
commit
8f0f38f5e5
2 changed files with 7 additions and 7 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -44,7 +44,7 @@
|
|||
"eslint-plugin-prettier": "^4",
|
||||
"eslint-plugin-vue": "^9",
|
||||
"jsdom": "^22.1.0",
|
||||
"prettier": "^2",
|
||||
"prettier": "^3",
|
||||
"sass": "~1.63.6",
|
||||
"unplugin-vue-components": "^0.25",
|
||||
"vite": "^4",
|
||||
|
@ -6023,15 +6023,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/prettier": {
|
||||
"version": "2.8.8",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
|
||||
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz",
|
||||
"integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"prettier": "bin-prettier.js"
|
||||
"prettier": "bin/prettier.cjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.13.0"
|
||||
"node": ">=14"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/prettier/prettier?sponsor=1"
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"eslint-plugin-prettier": "^4",
|
||||
"eslint-plugin-vue": "^9",
|
||||
"jsdom": "^22.1.0",
|
||||
"prettier": "^2",
|
||||
"prettier": "^3",
|
||||
"sass": "~1.63.6",
|
||||
"unplugin-vue-components": "^0.25",
|
||||
"vite": "^4",
|
||||
|
|
Loading…
Add table
Reference in a new issue