|
@@ -39,6 +39,7 @@
|
|
|
"jest": "^29.4.2",
|
|
|
"mock-socket": "^9.1.5",
|
|
|
"parcel": "^2.8.2",
|
|
|
+ "prettier": "^2.8.4",
|
|
|
"semantic-release": "^20.0.0",
|
|
|
"typescript": "^4.1.2"
|
|
|
},
|
|
@@ -12098,6 +12099,21 @@
|
|
|
"node": ">= 0.8.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/prettier": {
|
|
|
+ "version": "2.8.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz",
|
|
|
+ "integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==",
|
|
|
+ "dev": true,
|
|
|
+ "bin": {
|
|
|
+ "prettier": "bin-prettier.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10.13.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/prettier/prettier?sponsor=1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/pretty-format": {
|
|
|
"version": "29.4.2",
|
|
|
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.4.2.tgz",
|
|
@@ -22948,6 +22964,12 @@
|
|
|
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "prettier": {
|
|
|
+ "version": "2.8.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz",
|
|
|
+ "integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"pretty-format": {
|
|
|
"version": "29.4.2",
|
|
|
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.4.2.tgz",
|