@lerx/promise-modal 0.4.0 → 0.4.1
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 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lerx/promise-modal",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Universal React modal utility that can be used outside React components with promise-based results for alert, confirm, and prompt modals",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -65,43 +65,16 @@
|
|
|
65
65
|
"version:patch": "yarn version patch"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@winglet/common-utils": "^0.4.
|
|
69
|
-
"@winglet/react-utils": "^0.4.
|
|
70
|
-
"@winglet/style-utils": "^0.4.
|
|
68
|
+
"@winglet/common-utils": "^0.4.1",
|
|
69
|
+
"@winglet/react-utils": "^0.4.1",
|
|
70
|
+
"@winglet/style-utils": "^0.4.1"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@chromatic-com/storybook": "^4.1.0",
|
|
74
|
-
"@rollup/plugin-commonjs": "^28.0.1",
|
|
75
|
-
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
76
|
-
"@rollup/plugin-terser": "^0.4.4",
|
|
77
|
-
"@rollup/plugin-typescript": "^12.1.2",
|
|
78
|
-
"@size-limit/preset-app": "^11.1.6",
|
|
79
|
-
"@size-limit/preset-big-lib": "^11.1.6",
|
|
80
|
-
"@size-limit/preset-small-lib": "^11.1.6",
|
|
81
|
-
"@storybook/addon-docs": "^9.1.1",
|
|
82
|
-
"@storybook/react-vite": "^9.1.1",
|
|
83
|
-
"@testing-library/dom": "^10.4.0",
|
|
84
|
-
"@testing-library/jest-dom": "^6.6.3",
|
|
85
|
-
"@testing-library/react": "^16.1.0",
|
|
86
|
-
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
87
73
|
"@types/react": "^19.0.0",
|
|
88
74
|
"@types/react-dom": "^19.0.0",
|
|
89
|
-
"@types/rollup-plugin-peer-deps-external": "^2.2.5",
|
|
90
75
|
"antd": "^5.22.5",
|
|
91
|
-
"dependency-cruiser": "^16.7.0",
|
|
92
|
-
"jsdom": "^25.0.1",
|
|
93
76
|
"react": "^19.0.0",
|
|
94
|
-
"react-dom": "^19.0.0"
|
|
95
|
-
"rollup": "^4.42.0",
|
|
96
|
-
"rollup-plugin-copy": "^3.5.0",
|
|
97
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
98
|
-
"rollup-plugin-visualizer": "^5.12.0",
|
|
99
|
-
"size-limit": "^11.2.0",
|
|
100
|
-
"storybook": "^9.1.1",
|
|
101
|
-
"tsc-alias": "^1.8.16",
|
|
102
|
-
"typescript": "^5.7.2",
|
|
103
|
-
"vite": "^6.3.5",
|
|
104
|
-
"vitest": "2.1.9"
|
|
77
|
+
"react-dom": "^19.0.0"
|
|
105
78
|
},
|
|
106
79
|
"peerDependencies": {
|
|
107
80
|
"react": ">=18 <20",
|