@xylabs/ts-scripts-yarn3 2.14.0-rc.1 → 2.14.0-rc.2
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 +5 -3
package/package.json
CHANGED
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@babel/core": "^7.20.12",
|
|
60
60
|
"@babel/preset-env": "^7.20.2",
|
|
61
|
-
"@xylabs/eslint-config": "^2.14.0-rc.
|
|
62
|
-
"@xylabs/tsconfig": "^2.14.0-rc.
|
|
61
|
+
"@xylabs/eslint-config": "^2.14.0-rc.2",
|
|
62
|
+
"@xylabs/tsconfig": "^2.14.0-rc.2",
|
|
63
63
|
"chalk": "^4.1.2",
|
|
64
64
|
"cpy": "^8.1.2",
|
|
65
65
|
"depcheck": "^1.4.3",
|
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
"jest-environment-jsdom": "^29.4.2",
|
|
72
72
|
"jest-extended": "^3.2.3",
|
|
73
73
|
"jest-mock-extended": "^3.0.1",
|
|
74
|
+
"jest-sorted": "^1.0.14",
|
|
74
75
|
"license-checker": "^25.0.1",
|
|
75
76
|
"lodash": "^4.17.21",
|
|
76
77
|
"node-cmd": "^5.0.0",
|
|
@@ -80,6 +81,7 @@
|
|
|
80
81
|
"parse-git-config": "^3.0.0",
|
|
81
82
|
"prettier": "^2.8.4",
|
|
82
83
|
"reflect-metadata": "^0.1.13",
|
|
84
|
+
"supertest": "^6.3.3",
|
|
83
85
|
"ts-jest": "^29.0.5",
|
|
84
86
|
"ts-node": "^10.9.1",
|
|
85
87
|
"ts-prune": "^0.10.3",
|
|
@@ -136,6 +138,6 @@
|
|
|
136
138
|
"compile": "tsc --build tsconfig.build.cjs.json && tsc --build tsconfig.build.esm.json"
|
|
137
139
|
},
|
|
138
140
|
"sideEffects": false,
|
|
139
|
-
"version": "2.14.0-rc.
|
|
141
|
+
"version": "2.14.0-rc.2",
|
|
140
142
|
"stableVersion": "2.13.12"
|
|
141
143
|
}
|