@elliemae/ds-popperjs 3.22.0-next.17 → 3.22.0-next.18
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.
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-popperjs",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.0-next.18",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Popper JS Wrapper",
|
|
6
6
|
"files": [
|
|
@@ -74,14 +74,14 @@
|
|
|
74
74
|
"@popperjs/core": "~2.11.7",
|
|
75
75
|
"@xstyled/system": "~3.7.3",
|
|
76
76
|
"react-popper": "~2.3.0",
|
|
77
|
-
"@elliemae/ds-props-helpers": "3.22.0-next.
|
|
78
|
-
"@elliemae/ds-
|
|
79
|
-
"@elliemae/ds-
|
|
77
|
+
"@elliemae/ds-props-helpers": "3.22.0-next.18",
|
|
78
|
+
"@elliemae/ds-system": "3.22.0-next.18",
|
|
79
|
+
"@elliemae/ds-utilities": "3.22.0-next.18"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@elliemae/pui-cli": "~9.0.0-next.22",
|
|
83
83
|
"styled-components": "~5.3.9",
|
|
84
|
-
"@elliemae/ds-monorepo-devops": "3.22.0-next.
|
|
84
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-next.18"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
87
|
"react": "^17.0.2",
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
|
|
100
100
|
"dts": "node ../../scripts/dts.mjs",
|
|
101
101
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
102
|
-
"versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
|
|
103
102
|
"dev:build": "pnpm --filter {.}... build",
|
|
104
103
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
105
104
|
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|