@elliemae/ds-modal 3.17.0-next.0 → 3.17.0-next.10

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 +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-modal",
3
- "version": "3.17.0-next.0",
3
+ "version": "3.17.0-next.10",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Modal",
6
6
  "files": [
@@ -99,18 +99,18 @@
99
99
  "indent": 4
100
100
  },
101
101
  "dependencies": {
102
- "@elliemae/ds-button": "3.17.0-next.0",
103
- "@elliemae/ds-classnames": "3.17.0-next.0",
104
- "@elliemae/ds-form": "3.17.0-next.0",
105
- "@elliemae/ds-icon": "3.17.0-next.0",
106
- "@elliemae/ds-icons": "3.17.0-next.0",
107
- "@elliemae/ds-props-helpers": "3.17.0-next.0",
108
- "@elliemae/ds-shared": "3.17.0-next.0",
109
- "@elliemae/ds-system": "3.17.0-next.0",
110
- "@elliemae/ds-utilities": "3.17.0-next.0",
111
102
  "prop-types": "~15.8.1",
112
103
  "react-modal": "~3.16.1",
113
- "styled-components": "~5.3.9"
104
+ "styled-components": "~5.3.9",
105
+ "@elliemae/ds-button": "3.17.0-next.10",
106
+ "@elliemae/ds-classnames": "3.17.0-next.10",
107
+ "@elliemae/ds-form": "3.17.0-next.10",
108
+ "@elliemae/ds-icon": "3.17.0-next.10",
109
+ "@elliemae/ds-icons": "3.17.0-next.10",
110
+ "@elliemae/ds-props-helpers": "3.17.0-next.10",
111
+ "@elliemae/ds-shared": "3.17.0-next.10",
112
+ "@elliemae/ds-system": "3.17.0-next.10",
113
+ "@elliemae/ds-utilities": "3.17.0-next.10"
114
114
  },
115
115
  "devDependencies": {
116
116
  "@testing-library/jest-dom": "~5.16.5",
@@ -129,8 +129,8 @@
129
129
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
130
130
  "test": "node ../../scripts/testing/test.mjs",
131
131
  "lint": "node ../../scripts/lint.mjs",
132
- "eslint:fix": "exit 0",
133
- "dts": "exit 0",
132
+ "eslint:fix": "exit 0 | echo",
133
+ "dts": "exit 0 | echo",
134
134
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
135
135
  "dev:build": "pnpm --filter {.}... build",
136
136
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",