@purpurds/notification 6.1.3 → 6.2.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/dist/LICENSE.txt +4 -4
- package/package.json +26 -12
package/dist/LICENSE.txt
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
Name: @purpurds/button
|
|
2
|
-
Version: 6.1.
|
|
2
|
+
Version: 6.1.4
|
|
3
3
|
License: AGPL-3.0-only
|
|
4
4
|
Private: false
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
Name: @purpurds/heading
|
|
9
|
-
Version: 6.1.
|
|
9
|
+
Version: 6.1.4
|
|
10
10
|
License: AGPL-3.0-only
|
|
11
11
|
Private: false
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
15
|
Name: @purpurds/icon
|
|
16
|
-
Version: 6.1.
|
|
16
|
+
Version: 6.1.4
|
|
17
17
|
License: AGPL-3.0-only
|
|
18
18
|
Private: false
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
22
|
Name: @purpurds/paragraph
|
|
23
|
-
Version: 6.1.
|
|
23
|
+
Version: 6.1.4
|
|
24
24
|
License: AGPL-3.0-only
|
|
25
25
|
Private: false
|
|
26
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/notification",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"main": "./dist/notification.cjs.js",
|
|
6
6
|
"types": "./dist/notification.d.ts",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"source": "src/notification.tsx",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"classnames": "~2.5.0",
|
|
19
|
-
"@purpurds/button": "6.
|
|
20
|
-
"@purpurds/heading": "6.
|
|
21
|
-
"@purpurds/
|
|
22
|
-
"@purpurds/tokens": "6.
|
|
23
|
-
"@purpurds/
|
|
19
|
+
"@purpurds/button": "6.2.0",
|
|
20
|
+
"@purpurds/heading": "6.2.0",
|
|
21
|
+
"@purpurds/paragraph": "6.2.0",
|
|
22
|
+
"@purpurds/tokens": "6.2.0",
|
|
23
|
+
"@purpurds/icon": "6.2.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@rushstack/eslint-patch": "~1.10.0",
|
|
@@ -29,24 +29,38 @@
|
|
|
29
29
|
"storybook": "^8.3.5",
|
|
30
30
|
"@telia/base-rig": "~8.2.0",
|
|
31
31
|
"@telia/react-rig": "~3.2.0",
|
|
32
|
-
"@testing-library/dom": "~
|
|
32
|
+
"@testing-library/dom": "~10.4.0",
|
|
33
33
|
"@testing-library/jest-dom": "~6.4.0",
|
|
34
|
-
"@testing-library/react": "~
|
|
34
|
+
"@testing-library/react": "~ 16.2.0",
|
|
35
35
|
"@types/node": "20.12.12",
|
|
36
|
-
"@types/react-dom": "^
|
|
37
|
-
"@types/react": "^
|
|
36
|
+
"@types/react-dom": "^19.0.4",
|
|
37
|
+
"@types/react": "^19.0.10",
|
|
38
38
|
"eslint-plugin-testing-library": "~6.2.0",
|
|
39
39
|
"eslint": "^8.57.0",
|
|
40
40
|
"jsdom": "~22.1.0",
|
|
41
41
|
"lint-staged": "~10.5.3",
|
|
42
42
|
"prettier": "~2.8.8",
|
|
43
|
-
"react-dom": "^
|
|
44
|
-
"react": "^
|
|
43
|
+
"react-dom": "^19.0.0",
|
|
44
|
+
"react": "^19.0.0",
|
|
45
45
|
"typescript": "^5.6.3",
|
|
46
46
|
"vite": "5.4.8",
|
|
47
47
|
"vitest": "^2.1.2",
|
|
48
48
|
"@purpurds/component-rig": "1.0.0"
|
|
49
49
|
},
|
|
50
|
+
"peerDependencies": {
|
|
51
|
+
"@types/react": "^18 || ^19",
|
|
52
|
+
"@types/react-dom": "^18 || ^19",
|
|
53
|
+
"react": "^18 || ^19",
|
|
54
|
+
"react-dom": "^18 || ^19"
|
|
55
|
+
},
|
|
56
|
+
"peerDependenciesMeta": {
|
|
57
|
+
"@types/react": {
|
|
58
|
+
"optional": true
|
|
59
|
+
},
|
|
60
|
+
"@types/react-dom": {
|
|
61
|
+
"optional": true
|
|
62
|
+
}
|
|
63
|
+
},
|
|
50
64
|
"scripts": {
|
|
51
65
|
"build:dev": "vite",
|
|
52
66
|
"build:watch": "vite build --watch",
|