@ttoss/react-notifications 1.22.21 → 1.22.23

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -9,7 +9,7 @@ This module handles notifications in your applications and other ttoss modules.
9
9
  ### Install
10
10
 
11
11
  ```shell
12
- yarn add @ttoss/{notifications,ui}
12
+ pnpm add @ttoss/notifications @ttoss/ui @emotion/react
13
13
  ```
14
14
 
15
15
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-notifications",
3
- "version": "1.22.21",
3
+ "version": "1.22.23",
4
4
  "description": "ttoss notifications module for React apps.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "ttoss",
@@ -22,17 +22,17 @@
22
22
  "typings": "dist/index.d.ts",
23
23
  "peerDependencies": {
24
24
  "react": ">=16.8.0",
25
- "@ttoss/components": "^1.29.4",
26
- "@ttoss/ui": "^2.0.0"
25
+ "@ttoss/components": "^1.29.6",
26
+ "@ttoss/ui": "^2.0.2"
27
27
  },
28
28
  "devDependencies": {
29
- "@types/react": "^18.2.11",
29
+ "@types/react": "^18.2.12",
30
30
  "jest": "^29.5.0",
31
31
  "react": "^18.2.0",
32
- "tsup": "^6.7.0",
33
- "@ttoss/components": "^1.29.4",
34
- "@ttoss/config": "^1.30.3",
35
- "@ttoss/test-utils": "^1.23.4"
32
+ "tsup": "^7.0.0",
33
+ "@ttoss/components": "^1.29.6",
34
+ "@ttoss/config": "^1.30.4",
35
+ "@ttoss/test-utils": "^1.23.5"
36
36
  },
37
37
  "keywords": [
38
38
  "React",