@servicetitan/startup 34.1.0 → 34.2.1
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@servicetitan/startup",
|
|
3
|
-
"version": "34.1
|
|
3
|
+
"version": "34.2.1",
|
|
4
4
|
"description": "CLI to create multi-package Lerna projects with TypeScript and React",
|
|
5
5
|
"homepage": "https://docs.st.dev/docs/frontend/uikit/startup",
|
|
6
6
|
"repository": {
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"@jest/core": "~30.2.0",
|
|
57
57
|
"@jest/types": "~30.2.0",
|
|
58
58
|
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
|
|
59
|
-
"@servicetitan/eslint-config": "34.1
|
|
60
|
-
"@servicetitan/install": "34.1
|
|
61
|
-
"@servicetitan/startup-utils": "34.1
|
|
62
|
-
"@servicetitan/stylelint-config": "34.1
|
|
59
|
+
"@servicetitan/eslint-config": "34.2.1",
|
|
60
|
+
"@servicetitan/install": "34.2.1",
|
|
61
|
+
"@servicetitan/startup-utils": "34.2.1",
|
|
62
|
+
"@servicetitan/stylelint-config": "34.2.1",
|
|
63
63
|
"@svgr/webpack": "^8.1.0",
|
|
64
64
|
"@swc/cli": "^0.5.0",
|
|
65
65
|
"@swc/core": "1.15.11",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"deepmerge": "~4.3.1",
|
|
77
77
|
"eslint": "~9.39.2",
|
|
78
78
|
"execa": "~5.1.1",
|
|
79
|
-
"glob": "~13.0.
|
|
79
|
+
"glob": "~13.0.6",
|
|
80
80
|
"html-webpack-plugin": "~5.6.6",
|
|
81
81
|
"html-webpack-tags-plugin": "^3.0.2",
|
|
82
82
|
"identity-obj-proxy": "~3.0.0",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"memfs": "~4.56.10",
|
|
95
95
|
"mini-css-extract-plugin": "~2.10.0",
|
|
96
96
|
"moment-locales-webpack-plugin": "~1.2.0",
|
|
97
|
-
"multimatch": "~
|
|
97
|
+
"multimatch": "~8.0.0",
|
|
98
98
|
"patch-package": "^8.0.1",
|
|
99
99
|
"portfinder": "~1.0.38",
|
|
100
100
|
"postcss": "~8.5.6",
|
|
@@ -144,5 +144,5 @@
|
|
|
144
144
|
"cli": {
|
|
145
145
|
"webpack": false
|
|
146
146
|
},
|
|
147
|
-
"gitHead": "
|
|
147
|
+
"gitHead": "6de619a1f399b1cba23012e60155830b0e7f4777"
|
|
148
148
|
}
|
|
@@ -111,7 +111,7 @@ describe('[startup] Cli Utils', () => {
|
|
|
111
111
|
describe('when package exposes dependencies', () => {
|
|
112
112
|
beforeEach(() => jest.mocked(isExposeSharedDependencies).mockReturnValue(true));
|
|
113
113
|
|
|
114
|
-
test('emits exposed
|
|
114
|
+
test('emits exposed dependencies', async () => {
|
|
115
115
|
await subject();
|
|
116
116
|
|
|
117
117
|
expect(createWebpackConfig).toHaveBeenCalledWith(
|