@elliemae/pui-cli 7.3.0 → 7.3.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.
@@ -42,7 +42,7 @@ const setRegistryVersion = async () => {
42
42
  files.map(async (file) => {
43
43
  let pkgJSONData = await (0, import_promises.readFile)(file, "utf8");
44
44
  const pkgVersion = JSON.parse(pkgJSONData).version;
45
- pkgJSONData = pkgJSONData.replace(/workspace:\*/g, pkgVersion);
45
+ pkgJSONData = pkgJSONData.replace(/workspace:\s?\*/g, pkgVersion);
46
46
  await (0, import_promises.writeFile)(file, pkgJSONData);
47
47
  })
48
48
  );
@@ -44,10 +44,10 @@ const setWorkspaceVersion = async () => {
44
44
  const pkgVersion = JSON.parse(pkgJSONData).version;
45
45
  pkgJSONData = pkgJSONData.replace(
46
46
  new RegExp(pkgVersion, "g"),
47
- "workspace:*"
47
+ "workspace: *"
48
48
  );
49
49
  pkgJSONData = pkgJSONData.replace(
50
- /"version": "workspace:\*"/g,
50
+ /"version": "workspace:\s?\*"/g,
51
51
  `"version": "${pkgVersion}"`
52
52
  );
53
53
  await (0, import_promises.writeFile)(file, pkgJSONData);
@@ -13,7 +13,7 @@ const setRegistryVersion = async () => {
13
13
  files.map(async (file) => {
14
14
  let pkgJSONData = await readFile(file, "utf8");
15
15
  const pkgVersion = JSON.parse(pkgJSONData).version;
16
- pkgJSONData = pkgJSONData.replace(/workspace:\*/g, pkgVersion);
16
+ pkgJSONData = pkgJSONData.replace(/workspace:\s?\*/g, pkgVersion);
17
17
  await writeFile(file, pkgJSONData);
18
18
  })
19
19
  );
@@ -15,10 +15,10 @@ const setWorkspaceVersion = async () => {
15
15
  const pkgVersion = JSON.parse(pkgJSONData).version;
16
16
  pkgJSONData = pkgJSONData.replace(
17
17
  new RegExp(pkgVersion, "g"),
18
- "workspace:*"
18
+ "workspace: *"
19
19
  );
20
20
  pkgJSONData = pkgJSONData.replace(
21
- /"version": "workspace:\*"/g,
21
+ /"version": "workspace:\s?\*"/g,
22
22
  `"version": "${pkgVersion}"`
23
23
  );
24
24
  await writeFile(file, pkgJSONData);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -110,12 +110,12 @@
110
110
  "@testing-library/react": "~13.3.0",
111
111
  "@testing-library/react-hooks": "~8.0.1",
112
112
  "@testing-library/user-event": "~14.4.3",
113
- "@types/jest": "~28.1.7",
114
- "@types/node": "~18.7.11",
113
+ "@types/jest": "~28.1.8",
114
+ "@types/node": "~18.7.13",
115
115
  "@types/rimraf": "~3.0.2",
116
116
  "@types/testing-library__jest-dom": "~5.14.5",
117
- "@typescript-eslint/eslint-plugin": "~5.34.0",
118
- "@typescript-eslint/parser": "~5.34.0",
117
+ "@typescript-eslint/eslint-plugin": "~5.35.1",
118
+ "@typescript-eslint/parser": "~5.35.1",
119
119
  "@vitejs/plugin-react": "~2.0.1",
120
120
  "autoprefixer": "~10.4.8",
121
121
  "axe-core": "~4.4.3",
@@ -167,7 +167,7 @@
167
167
  "eslint-plugin-jsx-a11y": "~6.6.1",
168
168
  "eslint-plugin-mdx": "~2.0.2",
169
169
  "eslint-plugin-prettier": "~4.2.1",
170
- "eslint-plugin-react": "~7.30.1",
170
+ "eslint-plugin-react": "~7.31.0",
171
171
  "eslint-plugin-react-hooks": "~4.6.0",
172
172
  "eslint-plugin-redux-saga": "~1.3.2",
173
173
  "eslint-plugin-storybook": "~0.6.4",
@@ -196,7 +196,7 @@
196
196
  "jest-environment-jsdom": "~28.1.3",
197
197
  "jest-sonar-reporter": "~2.0.0",
198
198
  "jest-styled-components": "~7.1.0",
199
- "jest-watch-typeahead": "~2.0.0",
199
+ "jest-watch-typeahead": "~2.1.1",
200
200
  "jscodeshift": "~0.13.1",
201
201
  "jsdoc": "~3.6.11",
202
202
  "lerna": "~5.4.3",
@@ -212,7 +212,7 @@
212
212
  "normalize-path": "~3.0.0",
213
213
  "npm-check-updates": "16.0.5",
214
214
  "pino": "~8.4.2",
215
- "pino-pretty": "~9.0.1",
215
+ "pino-pretty": "~9.1.0",
216
216
  "plop": "~3.1.1",
217
217
  "postcss": "~8.4.16",
218
218
  "postcss-html": "~1.5.0",