@elliemae/ds-swipe-card 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 +27 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-swipe-card",
3
- "version": "3.60.0-next.11",
3
+ "version": "3.60.0-next.12",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Swipe Card",
6
6
  "files": [
@@ -35,40 +35,39 @@
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": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
46
- },
47
38
  "dependencies": {
48
- "@elliemae/ds-grid": "3.60.0-next.11",
49
- "@elliemae/ds-props-helpers": "3.60.0-next.11",
50
- "@elliemae/ds-system": "3.60.0-next.11",
51
- "uid": "catalog:"
39
+ "uid": "^2.0.2",
40
+ "@elliemae/ds-grid": "3.60.0-next.12",
41
+ "@elliemae/ds-props-helpers": "3.60.0-next.12",
42
+ "@elliemae/ds-system": "3.60.0-next.12"
52
43
  },
53
44
  "devDependencies": {
54
- "@elliemae/ds-monorepo-devops": "3.60.0-next.11",
55
- "@elliemae/ds-typescript-helpers": "3.60.0-next.11",
56
- "@elliemae/pui-cli": "catalog:",
57
- "@elliemae/pui-theme": "catalog:",
58
- "jest": "catalog:",
59
- "styled-components": "catalog:"
45
+ "@elliemae/pui-cli": "9.0.0-next.65",
46
+ "@elliemae/pui-theme": "~2.13.0",
47
+ "jest": "~29.7.0",
48
+ "styled-components": "~5.3.9",
49
+ "@elliemae/ds-monorepo-devops": "3.60.0-next.12",
50
+ "@elliemae/ds-typescript-helpers": "3.60.0-next.12"
60
51
  },
61
52
  "peerDependencies": {
62
- "@testing-library/jest-dom": "catalog:",
63
- "@testing-library/react": "catalog:",
64
- "@testing-library/user-event": "catalog:",
65
- "react": "catalog:",
66
- "react-dom": "catalog:",
67
- "styled-components": "catalog:"
53
+ "@testing-library/jest-dom": "^6.6.3",
54
+ "@testing-library/react": "^16.0.1",
55
+ "@testing-library/user-event": "~14.5.2",
56
+ "react": "^18.3.1",
57
+ "react-dom": "^18.3.1",
58
+ "styled-components": "~5.3.9"
68
59
  },
69
60
  "publishConfig": {
70
61
  "access": "public",
71
62
  "typeSafety": true
72
63
  },
73
- "gitHead": "647d9d23c1622e940c76adafbf80cf6c3b4a210c"
74
- }
64
+ "scripts": {
65
+ "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
66
+ "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
67
+ "lint": "node ../../../scripts/lint.mjs --fix",
68
+ "lint:strict": "node ../../../scripts/lint-strict.mjs",
69
+ "dts": "node ../../../scripts/dts.mjs",
70
+ "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
71
+ "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
72
+ }
73
+ }