@servicetitan/startup 32.5.0 → 32.6.0

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 +10 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/startup",
3
- "version": "32.5.0",
3
+ "version": "32.6.0",
4
4
  "description": "",
5
5
  "homepage": "https://docs.st.dev/docs/frontend/startup",
6
6
  "repository": {
@@ -38,9 +38,9 @@
38
38
  "@jest/core": "~29.7.0",
39
39
  "@jest/types": "~29.6.3",
40
40
  "@jsdevtools/coverage-istanbul-loader": "^3.0.5",
41
- "@servicetitan/eslint-config": "32.5.0",
42
- "@servicetitan/install": "32.5.0",
43
- "@servicetitan/stylelint-config": "32.5.0",
41
+ "@servicetitan/eslint-config": "32.6.0",
42
+ "@servicetitan/install": "32.6.0",
43
+ "@servicetitan/stylelint-config": "32.6.0",
44
44
  "@svgr/webpack": "^8.1.0",
45
45
  "@swc/cli": "^0.5.0",
46
46
  "@swc/core": "1.13.5",
@@ -56,7 +56,7 @@
56
56
  "deepmerge": "~4.3.1",
57
57
  "eslint": "~9.39.1",
58
58
  "execa": "~5.1.1",
59
- "glob": "~11.0.3",
59
+ "glob": "~11.1.0",
60
60
  "html-webpack-plugin": "~5.6.4",
61
61
  "html-webpack-tags-plugin": "^3.0.2",
62
62
  "identity-obj-proxy": "~3.0.0",
@@ -66,6 +66,7 @@
66
66
  "jest-fetch-mock": "~3.0.3",
67
67
  "json5": "^2.2.3",
68
68
  "jwa": "^1.4.2",
69
+ "keyv": "5.5.1",
69
70
  "lerna": "~9.0.0",
70
71
  "less": "~4.4.2",
71
72
  "less-loader": "~12.3.0",
@@ -119,6 +120,9 @@
119
120
  "jwa": [
120
121
  "@progress/kendo-licensing@1.3.5 -> jsonwebtoken@9.0.2 -> jws@3.2.2 -> jwa@1.4.1",
121
122
  "Forcing ^1.4.2 to fix Node v25 incompatibility in 1.4.1 (see https://github.com/auth0/node-jsonwebtoken/issues/992)"
123
+ ],
124
+ "keyv": [
125
+ "Update/remove when https://github.com/stylelint/stylelint/issues/8837 is resolved"
122
126
  ]
123
127
  },
124
128
  "publishConfig": {
@@ -127,5 +131,5 @@
127
131
  "cli": {
128
132
  "webpack": false
129
133
  },
130
- "gitHead": "9ba97491f520e7b5914179aa061d1c3c3285079d"
134
+ "gitHead": "c771c468d179a828a75b0316bb9b01f311d13591"
131
135
  }