Update package.json

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-08-14 09:34:41 +05:30 committed by GitHub
parent 2887d5fadf
commit 8c717ee06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@bravo68web/prettier-config",
"version": "1.1.2",
"version": "1.1.3",
"description": "The official Prettier configuration for bravo68web projects",
"author": "Bravo68web <hi@b68.dev> (https://github.com/bravo68web/)",
"homepage": "https://github.com/bravo68web/nodejs-config#readme",
@ -20,10 +20,10 @@
},
"dependencies": {
"prettier-plugin-package-perfection": "1.1.0",
"prettier-plugin-prisma": "4.13.0",
"prettier-plugin-prisma": "5.0.0",
"prettier-plugin-sort-json": "1.0.0",
"prettier-plugin-tailwindcss": "0.3.0",
"vitest": "0.32.0"
"prettier-plugin-tailwindcss": "0.4.1",
"vitest": "0.33.0"
},
"peerDependencies": {
"prettier": "2.x || 3.x"