@elliemae/ds-shuttle-v2 3.60.0-next.9 → 3.61.0-rc.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.
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-shuttle-v2",
3
- "version": "3.60.0-next.9",
3
+ "version": "3.61.0-rc.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Shuttle v2",
6
6
  "files": [
@@ -35,57 +35,55 @@
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
- "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
46
- },
47
38
  "dependencies": {
48
- "@elliemae/ds-button-v2": "3.60.0-next.9",
49
- "@elliemae/ds-circular-progress-indicator": "3.60.0-next.9",
50
- "@elliemae/ds-drag-and-drop": "3.60.0-next.9",
51
- "@elliemae/ds-fast-list": "3.60.0-next.9",
52
- "@elliemae/ds-form-checkbox": "3.60.0-next.9",
53
- "@elliemae/ds-form-input-text": "3.60.0-next.9",
54
- "@elliemae/ds-grid": "3.60.0-next.9",
55
- "@elliemae/ds-hooks-fontsize-detector": "3.60.0-next.9",
56
- "@elliemae/ds-hooks-headless-tooltip": "3.60.0-next.9",
57
- "@elliemae/ds-hooks-on-blur-out": "3.60.0-next.9",
58
- "@elliemae/ds-icons": "3.60.0-next.9",
59
- "@elliemae/ds-indeterminate-progress-indicator": "3.60.0-next.9",
60
- "@elliemae/ds-popperjs": "3.60.0-next.9",
61
- "@elliemae/ds-props-helpers": "3.60.0-next.9",
62
- "@elliemae/ds-system": "3.60.0-next.9",
63
- "@elliemae/ds-typescript-helpers": "3.60.0-next.9",
64
- "@elliemae/ds-typography": "3.60.0-next.9",
65
- "@elliemae/ds-zustand-helpers": "3.60.0-next.9",
66
- "@xstyled/styled-components": "catalog:",
67
- "fast-deep-equal": "catalog:",
68
- "uid": "catalog:"
39
+ "@xstyled/styled-components": "~3.8.1",
40
+ "fast-deep-equal": "~3.1.3",
41
+ "uid": "^2.0.2",
42
+ "@elliemae/ds-button-v2": "3.61.0-rc.2",
43
+ "@elliemae/ds-circular-progress-indicator": "3.61.0-rc.2",
44
+ "@elliemae/ds-drag-and-drop": "3.61.0-rc.2",
45
+ "@elliemae/ds-fast-list": "3.61.0-rc.2",
46
+ "@elliemae/ds-form-checkbox": "3.61.0-rc.2",
47
+ "@elliemae/ds-hooks-fontsize-detector": "3.61.0-rc.2",
48
+ "@elliemae/ds-grid": "3.61.0-rc.2",
49
+ "@elliemae/ds-hooks-headless-tooltip": "3.61.0-rc.2",
50
+ "@elliemae/ds-hooks-on-blur-out": "3.61.0-rc.2",
51
+ "@elliemae/ds-form-input-text": "3.61.0-rc.2",
52
+ "@elliemae/ds-icons": "3.61.0-rc.2",
53
+ "@elliemae/ds-popperjs": "3.61.0-rc.2",
54
+ "@elliemae/ds-props-helpers": "3.61.0-rc.2",
55
+ "@elliemae/ds-system": "3.61.0-rc.2",
56
+ "@elliemae/ds-typescript-helpers": "3.61.0-rc.2",
57
+ "@elliemae/ds-indeterminate-progress-indicator": "3.61.0-rc.2",
58
+ "@elliemae/ds-typography": "3.61.0-rc.2",
59
+ "@elliemae/ds-zustand-helpers": "3.61.0-rc.2"
69
60
  },
70
61
  "devDependencies": {
71
- "@elliemae/ds-breadcrumb": "3.60.0-next.9",
72
- "@elliemae/ds-monorepo-devops": "3.60.0-next.9",
73
- "@elliemae/ds-test-utils": "3.60.0-next.9",
74
- "@elliemae/ds-tree-model": "3.60.0-next.9",
75
- "@elliemae/pui-cli": "catalog:",
76
- "jest": "catalog:",
77
- "lodash-es": "catalog:",
78
- "styled-components": "catalog:"
62
+ "jest": "^30.0.0",
63
+ "lodash-es": "^4.17.21",
64
+ "styled-components": "~5.3.9",
65
+ "@elliemae/ds-breadcrumb": "3.61.0-rc.2",
66
+ "@elliemae/ds-monorepo-devops": "3.61.0-rc.2",
67
+ "@elliemae/ds-test-utils": "3.61.0-rc.2",
68
+ "@elliemae/ds-tree-model": "3.61.0-rc.2"
79
69
  },
80
70
  "peerDependencies": {
81
- "lodash-es": "catalog:",
82
- "react": "catalog:",
83
- "react-dom": "catalog:",
84
- "styled-components": "catalog:"
71
+ "lodash-es": "^4.17.21",
72
+ "react": "^18.3.1",
73
+ "react-dom": "^18.3.1",
74
+ "styled-components": "~5.3.9"
85
75
  },
86
76
  "publishConfig": {
87
77
  "access": "public",
88
78
  "typeSafety": true
89
79
  },
90
- "gitHead": "7b49878bf6b481e639c5412a4c816ee349d91b46"
91
- }
80
+ "scripts": {
81
+ "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
82
+ "test": "ds-monorepo-devops test --passWithNoTests --coverage=\"false\"",
83
+ "lint": "node ../../../scripts/lint.mjs --fix",
84
+ "lint:strict": "node ../../../scripts/lint-strict.mjs",
85
+ "dts": "node ../../../scripts/dts.mjs",
86
+ "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
87
+ "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
88
+ }
89
+ }