@elliemae/ds-hooks-focus-stack 3.60.0-next.11 → 3.60.0-next.12

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 +23 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-hooks-focus-stack",
3
- "version": "3.60.0-next.11",
3
+ "version": "3.60.0-next.12",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Hooks Focus Stack",
6
6
  "files": [
@@ -35,40 +35,35 @@
35
35
  "reportFile": "tests.xml",
36
36
  "indent": 4
37
37
  },
38
- "scripts": {
39
- "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
40
- "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
41
- "lint": "node ../../../scripts/lint.mjs --fix",
42
- "lint:strict": "node ../../../scripts/lint-strict.mjs",
43
- "dts": "node ../../../scripts/dts.mjs",
44
- "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
45
- "dev:build": "pnpm --filter {.}... build",
46
- "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
47
- "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
48
- },
49
38
  "dependencies": {
50
- "@elliemae/ds-hooks-on-blur-out": "3.60.0-next.11",
51
- "@elliemae/ds-props-helpers": "3.60.0-next.11"
39
+ "@elliemae/ds-hooks-on-blur-out": "3.60.0-next.12",
40
+ "@elliemae/ds-props-helpers": "3.60.0-next.12"
52
41
  },
53
42
  "devDependencies": {
54
- "@elliemae/ds-monorepo-devops": "3.60.0-next.11",
55
- "@elliemae/pui-cli": "catalog:",
56
- "@xstyled/system": "catalog:",
57
- "jest": "catalog:",
58
- "jest-cli": "catalog:",
59
- "styled-components": "catalog:",
60
- "styled-system": "catalog:"
43
+ "@elliemae/pui-cli": "9.0.0-next.65",
44
+ "styled-components": "~5.3.9",
45
+ "styled-system": "^5.1.5"
61
46
  },
62
47
  "peerDependencies": {
63
- "lodash-es": "catalog:",
64
- "react": "catalog:",
65
- "react-dom": "catalog:",
66
- "styled-components": "catalog:",
67
- "styled-system": "catalog:"
48
+ "lodash-es": "^4.17.21",
49
+ "react": "^18.3.1",
50
+ "react-dom": "^18.3.1",
51
+ "styled-components": "~5.3.9",
52
+ "styled-system": "^5.1.5"
68
53
  },
69
54
  "publishConfig": {
70
55
  "access": "public",
71
56
  "typeSafety": true
72
57
  },
73
- "gitHead": "647d9d23c1622e940c76adafbf80cf6c3b4a210c"
74
- }
58
+ "scripts": {
59
+ "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
60
+ "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
61
+ "lint": "node ../../../scripts/lint.mjs --fix",
62
+ "lint:strict": "node ../../../scripts/lint-strict.mjs",
63
+ "dts": "node ../../../scripts/dts.mjs",
64
+ "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
65
+ "dev:build": "pnpm --filter {.}... build",
66
+ "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
67
+ "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
68
+ }
69
+ }