@bfra.me/prettier-config 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bfra.me/prettier-config",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.3",
|
4
4
|
"description": "Shared Prettier configuration for bfra.me",
|
5
5
|
"keywords": [
|
6
6
|
"bfra.me",
|
@@ -34,12 +34,12 @@
|
|
34
34
|
"!*.map"
|
35
35
|
],
|
36
36
|
"dependencies": {
|
37
|
-
"@bfra.me/prettier-plugins": "0.2.
|
37
|
+
"@bfra.me/prettier-plugins": "0.2.1"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
40
|
"prettier": "3.2.5",
|
41
|
-
"@bfra.me/prettier-config": "0.3.
|
42
|
-
"@bfra.me/tsconfig": "0.
|
41
|
+
"@bfra.me/prettier-config": "0.3.3",
|
42
|
+
"@bfra.me/tsconfig": "0.5.0"
|
43
43
|
},
|
44
44
|
"peerDependencies": {
|
45
45
|
"prettier": "^3.0.0"
|