pne-ui 3.0.39 → 3.0.40
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pne-ui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.40",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -52,9 +52,6 @@
|
|
|
52
52
|
},
|
|
53
53
|
"license": "MIT",
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@cloudscape-design/board-components": "^3.0.125",
|
|
56
|
-
"@cloudscape-design/components": "^3.0.1118",
|
|
57
|
-
"@cloudscape-design/global-styles": "^1.0.0",
|
|
58
55
|
"@emotion/react": "^11",
|
|
59
56
|
"@emotion/styled": "^11",
|
|
60
57
|
"@mui/icons-material": "^6 || ^7",
|
|
@@ -120,6 +117,9 @@
|
|
|
120
117
|
"typescript": "5.4.2"
|
|
121
118
|
},
|
|
122
119
|
"dependencies": {
|
|
120
|
+
"@cloudscape-design/board-components": "3.0.125",
|
|
121
|
+
"@cloudscape-design/components": "3.0.1118",
|
|
122
|
+
"@cloudscape-design/global-styles": "1.0.0",
|
|
123
123
|
"@hello-pangea/dnd": "16.6.0",
|
|
124
124
|
"dayjs": "1.11.5",
|
|
125
125
|
"immer": "10.0.3",
|