@elliemae/ds-virtual-list 3.55.2 → 3.55.6

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 +29 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-virtual-list",
3
- "version": "3.55.2",
3
+ "version": "3.55.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Virtual List",
6
6
  "files": [
@@ -35,31 +35,6 @@
35
35
  "reportFile": "tests.xml",
36
36
  "indent": 4
37
37
  },
38
- "dependencies": {
39
- "@tanstack/react-virtual": "3.13.9",
40
- "@xstyled/system": "~3.7.3",
41
- "uid": "^2.0.1",
42
- "@elliemae/ds-props-helpers": "3.55.2",
43
- "@elliemae/ds-system": "3.55.2",
44
- "@elliemae/ds-typescript-helpers": "3.55.2"
45
- },
46
- "devDependencies": {
47
- "@elliemae/pui-cli": "9.0.0-next.65",
48
- "jest": "~29.7.0",
49
- "styled-components": "~5.3.9",
50
- "@elliemae/ds-test-utils": "3.55.2",
51
- "@elliemae/ds-monorepo-devops": "3.55.2"
52
- },
53
- "peerDependencies": {
54
- "lodash-es": "^4.17.21",
55
- "react": "^18.3.1",
56
- "react-dom": "^18.3.1",
57
- "styled-components": "~5.3.9"
58
- },
59
- "publishConfig": {
60
- "access": "public",
61
- "typeSafety": true
62
- },
63
38
  "scripts": {
64
39
  "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
65
40
  "lint": "node ../../../scripts/lint.mjs --fix",
@@ -70,5 +45,31 @@
70
45
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
71
46
  "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
72
47
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch"
73
- }
74
- }
48
+ },
49
+ "dependencies": {
50
+ "@elliemae/ds-props-helpers": "3.55.6",
51
+ "@elliemae/ds-system": "3.55.6",
52
+ "@elliemae/ds-typescript-helpers": "3.55.6",
53
+ "@tanstack/react-virtual": "catalog:",
54
+ "@xstyled/system": "catalog:",
55
+ "uid": "^2.0.1"
56
+ },
57
+ "devDependencies": {
58
+ "@elliemae/ds-monorepo-devops": "3.55.6",
59
+ "@elliemae/ds-test-utils": "3.55.6",
60
+ "@elliemae/pui-cli": "catalog:",
61
+ "jest": "catalog:",
62
+ "styled-components": "catalog:"
63
+ },
64
+ "peerDependencies": {
65
+ "lodash-es": "catalog:",
66
+ "react": "catalog:",
67
+ "react-dom": "catalog:",
68
+ "styled-components": "catalog:"
69
+ },
70
+ "publishConfig": {
71
+ "access": "public",
72
+ "typeSafety": true
73
+ },
74
+ "gitHead": "e70701e873a9ee1b05aa388619b2c03248e1cb31"
75
+ }