@servicetitan/startup 27.2.0 → 27.3.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 +12 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/startup",
3
- "version": "27.2.0",
3
+ "version": "27.3.0",
4
4
  "description": "",
5
5
  "homepage": "https://docs.st.dev/docs/frontend/startup",
6
6
  "repository": {
@@ -32,19 +32,19 @@
32
32
  "@types/yargs": "~17.0.24"
33
33
  },
34
34
  "dependencies": {
35
- "@babel/preset-env": "~7.25.4",
35
+ "@babel/preset-env": "~7.25.7",
36
36
  "@jest/core": "~29.7.0",
37
37
  "@jest/types": "~29.6.3",
38
38
  "@jsdevtools/coverage-istanbul-loader": "^3.0.5",
39
- "@servicetitan/eslint-config": "27.2.0",
40
- "@servicetitan/stylelint-config": "27.2.0",
39
+ "@servicetitan/eslint-config": "27.3.0",
40
+ "@servicetitan/stylelint-config": "27.3.0",
41
41
  "@svgr/webpack": "^8.1.0",
42
42
  "@swc/core": "1.7.26",
43
43
  "@types/debug": "^4.1.12",
44
44
  "@types/jest": "~29.5.12",
45
45
  "chalk": "~4.1.2",
46
46
  "chokidar": "~3.6.0",
47
- "cpx2": "^7.0.1",
47
+ "cpx2": "7.0.1",
48
48
  "css-loader": "~7.1.2",
49
49
  "css-minimizer-webpack-plugin": "^7.0.0",
50
50
  "debug": "^4.3.7",
@@ -64,7 +64,7 @@
64
64
  "less": "~4.2.0",
65
65
  "less-loader": "~12.2.0",
66
66
  "less-plugin-npm-import": "~2.1.0",
67
- "memfs": "~4.11.1",
67
+ "memfs": "~4.12.0",
68
68
  "mini-css-extract-plugin": "~2.9.1",
69
69
  "moment": "^2.30.1",
70
70
  "moment-locales-webpack-plugin": "~1.2.0",
@@ -72,8 +72,8 @@
72
72
  "portfinder": "~1.0.32",
73
73
  "postcss": "~8.4.47",
74
74
  "prettier": "~3.3.3",
75
- "sass": "~1.78.0",
76
- "sass-loader": "~16.0.1",
75
+ "sass": "~1.79.4",
76
+ "sass-loader": "~16.0.2",
77
77
  "source-map-loader": "~5.0.0",
78
78
  "string-width": "<5.0.0",
79
79
  "style-loader": "~4.0.0",
@@ -86,7 +86,7 @@
86
86
  "typed-css-modules": "~0.9.1",
87
87
  "typescript": "5.6.2",
88
88
  "username": "~5.1.0",
89
- "webpack": "~5.94.0",
89
+ "webpack": "~5.95.0",
90
90
  "webpack-assets-manifest": "~5.2.1",
91
91
  "webpack-bundle-analyzer": "^4.10.2",
92
92
  "webpack-dev-server": "~5.1.0",
@@ -98,7 +98,8 @@
98
98
  "yargs": "~17.7.2"
99
99
  },
100
100
  "DEVELOPER_NOTES": {
101
- "string-width": "Fixes lerna issue when running build. Can be removed when lerna adds string-width as a direct dependency."
101
+ "string-width": "Fixes lerna issue when running build. Can be removed when lerna adds string-width as a direct dependency.",
102
+ "cpx2": "Must use 7.0.1 because later versions require glob 11.x which does not support Node 18"
102
103
  },
103
104
  "publishConfig": {
104
105
  "access": "public"
@@ -106,5 +107,5 @@
106
107
  "cli": {
107
108
  "webpack": false
108
109
  },
109
- "gitHead": "311c957e8712703f03339865cd83b98e0140a523"
110
+ "gitHead": "692cebef0a151c37135dabd851dbe50de7b99ea6"
110
111
  }