@xsolla/xui-notification-panel 0.180.0 → 0.182.0
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 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xsolla/xui-notification-panel",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.182.0",
|
|
4
4
|
"deprecated": "Use @xsolla/xui-b2b-notification-panel instead. This package is no longer maintained (e.g. the `announcement` variant is only available in the b2b package) and will be removed in a future release.",
|
|
5
5
|
"main": "./web/index.js",
|
|
6
6
|
"module": "./web/index.mjs",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"test:coverage": "vitest run --coverage"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@xsolla/xui-button": "0.
|
|
18
|
-
"@xsolla/xui-core": "0.
|
|
19
|
-
"@xsolla/xui-icons-base": "0.
|
|
20
|
-
"@xsolla/xui-primitives-core": "0.
|
|
17
|
+
"@xsolla/xui-button": "0.182.0",
|
|
18
|
+
"@xsolla/xui-core": "0.182.0",
|
|
19
|
+
"@xsolla/xui-icons-base": "0.182.0",
|
|
20
|
+
"@xsolla/xui-primitives-core": "0.182.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"react": ">=16.8.0",
|