@p8ec/shared 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@p8ec/shared",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "P(8) Global Shared Library",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,16 +39,9 @@
|
|
|
39
39
|
"@swc/core": "^1.4.11",
|
|
40
40
|
"@swc/jest": "^0.2.36",
|
|
41
41
|
"@types/jest": "^29.5.11",
|
|
42
|
-
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
|
43
|
-
"@typescript-eslint/parser": "^7.5.0",
|
|
44
|
-
"eslint": "^8.56.0",
|
|
45
|
-
"eslint-config-prettier": "^9.1.0",
|
|
46
|
-
"eslint-plugin-header": "^3.1.1",
|
|
47
|
-
"eslint-plugin-prettier": "^5.1.0",
|
|
48
42
|
"husky": "^9.0.11",
|
|
49
43
|
"jest": "^29.7.0",
|
|
50
44
|
"lint-staged": "^15.2.0",
|
|
51
|
-
"prettier": "3.2.5",
|
|
52
45
|
"rimraf": "^5.0.5",
|
|
53
46
|
"ts-node": "^10.9.2",
|
|
54
47
|
"typedoc": "^0.25.4",
|
|
@@ -119,7 +112,14 @@
|
|
|
119
112
|
"lint-staged1": {
|
|
120
113
|
"*.{js,jsx,ts,tsx}": "npm run lint:fix"
|
|
121
114
|
},
|
|
122
|
-
"
|
|
123
|
-
"ferramenta": "^1.3.0"
|
|
115
|
+
"peerDependencies": {
|
|
116
|
+
"ferramenta": "^1.3.0",
|
|
117
|
+
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
|
118
|
+
"@typescript-eslint/parser": "^7.5.0",
|
|
119
|
+
"eslint": "^8.56.0",
|
|
120
|
+
"eslint-config-prettier": "^9.1.0",
|
|
121
|
+
"eslint-plugin-header": "^3.1.1",
|
|
122
|
+
"eslint-plugin-prettier": "^5.1.0",
|
|
123
|
+
"prettier": "3.2.5"
|
|
124
124
|
}
|
|
125
125
|
}
|