This commit is contained in:
Luiz H. R. Silva 2024-06-04 21:49:55 -03:00
parent 5e0b08f464
commit 9a6041b441
3 changed files with 52 additions and 52 deletions

View file

@ -1,7 +1,7 @@
{
"name": "p-designer-system",
"private": true,
"version": "0.6.0",
"version": "0.7.0",
"type": "commonjs",
"main": "dist/index.js",
"module": "dist/index.js",
@ -9,11 +9,11 @@
"scripts": {
"dev": "vite",
"build": "npm --no-git-tag-version version minor && rm -R dist && cd src/componentes && tsc && cd ../..",
"biome": "npx @biomejs/biome check --apply ./src",
"biome": "npx @biomejs/biome check --write ./src",
"postinstall": "pnpm up p-*"
},
"dependencies": {
"@biomejs/biome": "1.7.3",
"@biomejs/biome": "latest",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "5.15.18",
@ -36,4 +36,4 @@
"typescript": "^5.4.5",
"vite": "^5.2.8"
}
}
}