@servicetitan/startup 37.0.1 → 37.0.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.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/startup",
3
- "version": "37.0.1",
3
+ "version": "37.0.2",
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": {
@@ -103,10 +103,10 @@
103
103
  "@jest/core": "~30.4.2",
104
104
  "@jest/types": "~30.4.1",
105
105
  "@jsdevtools/coverage-istanbul-loader": "^3.0.5",
106
- "@servicetitan/eslint-config": "37.0.1",
107
- "@servicetitan/install": "37.0.1",
108
- "@servicetitan/startup-utils": "37.0.1",
109
- "@servicetitan/stylelint-config": "37.0.1",
106
+ "@servicetitan/eslint-config": "37.0.2",
107
+ "@servicetitan/install": "37.0.2",
108
+ "@servicetitan/startup-utils": "37.0.2",
109
+ "@servicetitan/stylelint-config": "37.0.2",
110
110
  "@svgr/webpack": "^8.1.0",
111
111
  "@swc/cli": "^0.8.1",
112
112
  "@swc/core": "1.15.43",
@@ -135,7 +135,7 @@
135
135
  "js-yaml": "~4.2.0",
136
136
  "json5": "^2.2.3",
137
137
  "lerna": "~9.0.7",
138
- "less": "~4.6.6",
138
+ "less": "~4.6.7",
139
139
  "less-loader": "~13.0.0",
140
140
  "less-plugin-npm-import": "~2.1.0",
141
141
  "lodash.kebabcase": "^4.1.1",
@@ -153,7 +153,7 @@
153
153
  "semver": "~7.8.5",
154
154
  "source-map-loader": "~5.0.0",
155
155
  "style-loader": "~4.0.0",
156
- "stylelint": "~17.13.0",
156
+ "stylelint": "~17.14.0",
157
157
  "swc-loader": "^0.2.7",
158
158
  "terminal-link": "^5.0.0",
159
159
  "terser-webpack-plugin": "^5.6.1",
@@ -197,5 +197,5 @@
197
197
  "cli": {
198
198
  "webpack": false
199
199
  },
200
- "gitHead": "9a2e5579f88cf9895fd2948ce5d5810e976d20b0"
200
+ "gitHead": "d30a9eb850b4bdb98b6af7cc06fade1359fcc943"
201
201
  }