Sign In

@ausweis/prettier-react

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ausweis/prettier-react - npm Package Compare versions

Comparing version
0.2.35
to
0.2.36
+2
-0
CHANGELOG.md
# @ausweis/prettier-react
## 0.2.36
## 0.2.35

@@ -4,0 +6,0 @@

+5
-5

@@ -6,3 +6,3 @@ {

"private": false,
"version": "0.2.35",
"version": "0.2.36",
"type": "module",

@@ -19,5 +19,5 @@ "exports": {

"typescript": "^5.5.4",
"@ausweis/prettier": "0.2.35",
"@ausweis/tailwind": "0.2.35",
"@ausweis/typescript": "0.2.35"
"@ausweis/prettier": "0.2.36",
"@ausweis/tailwind": "0.2.36",
"@ausweis/typescript": "0.2.36"
},

@@ -27,5 +27,5 @@ "prettier": "@ausweis/prettier-react",

"clean": "git clean -xdf .cache .turbo node_modules",
"format": "prettier --check . --ignore-path ../../.gitignore",
"format": "prettier --check . --ignore-path ../.gitignore",
"typecheck": "tsc --noEmit"
}
}