@lerx/promise-modal 0.0.88 → 0.0.90
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/README.md +0 -6
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -47,12 +47,6 @@ If you're using a JavaScript environment that doesn't support ES2022, you'll nee
|
|
|
47
47
|
**For legacy environment support:**
|
|
48
48
|
Please use a transpiler like Babel to transform the code for your target environment.
|
|
49
49
|
|
|
50
|
-
**Target packages**
|
|
51
|
-
|
|
52
|
-
- `@lerx/promise-modal`
|
|
53
|
-
- `@winglet/common-utils`
|
|
54
|
-
- `@winglet/react-utils`
|
|
55
|
-
|
|
56
50
|
---
|
|
57
51
|
|
|
58
52
|
## How to Use
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lerx/promise-modal",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.90",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/vincent-kk/albatrion.git",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@emotion/css": "^11.0.0",
|
|
51
|
-
"@winglet/common-utils": "^0.0.
|
|
52
|
-
"@winglet/react-utils": "^0.0.
|
|
51
|
+
"@winglet/common-utils": "^0.0.90",
|
|
52
|
+
"@winglet/react-utils": "^0.0.90"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@babel/core": "^7.26.0",
|