@deix/rossini-core 5.0.0 → 5.2.1
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/lib/components/display/PaginatedList/ListItem.d.ts +2 -1
- package/lib/components/display/PaginatedList/ListItem.d.ts.map +1 -1
- package/lib/components/display/PaginatedList/ListItem.js +13 -3
- package/lib/components/display/PaginatedList/PaginatedList.d.ts +2 -1
- package/lib/components/display/PaginatedList/PaginatedList.d.ts.map +1 -1
- package/lib/components/display/PaginatedList/PaginatedList.js +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deix/rossini-core",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.1",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"@mui/material": "^7.2.0",
|
|
27
27
|
"@tanstack/react-query": "^5.59.20",
|
|
28
28
|
"@tanstack/react-query-devtools": "^5.59.20",
|
|
29
|
-
"@types/react": "^19.0
|
|
30
|
-
"@types/react-dom": "^19.
|
|
29
|
+
"@types/react": "^19.1.0",
|
|
30
|
+
"@types/react-dom": "^19.1.1",
|
|
31
31
|
"axios": "^1.7.7",
|
|
32
|
-
"react": "^19.
|
|
33
|
-
"react-dom": "^19.
|
|
32
|
+
"react": "^19.1.0",
|
|
33
|
+
"react-dom": "^19.1.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@babel/core": "^7.
|
|
37
|
-
"@emotion/react": "^11.13.
|
|
38
|
-
"@emotion/styled": "^11.13.
|
|
36
|
+
"@babel/core": "^7.26.0",
|
|
37
|
+
"@emotion/react": "^11.13.5",
|
|
38
|
+
"@emotion/styled": "^11.13.5",
|
|
39
39
|
"@eslint/js": "^9.15.0",
|
|
40
40
|
"@fontsource/raleway": "^5.1.0",
|
|
41
41
|
"@mui/icons-material": "^7.2.0",
|
|
@@ -44,22 +44,22 @@
|
|
|
44
44
|
"@storybook/addon-links": "^9.0.15",
|
|
45
45
|
"@storybook/addon-onboarding": "^9.0.15",
|
|
46
46
|
"@storybook/nextjs": "^9.0.15",
|
|
47
|
-
"@tanstack/react-query": "^5.
|
|
48
|
-
"@tanstack/react-query-devtools": "^5.
|
|
47
|
+
"@tanstack/react-query": "^5.64.2",
|
|
48
|
+
"@tanstack/react-query-devtools": "^5.64.2",
|
|
49
49
|
"@types/node": "^24.0.10",
|
|
50
|
-
"@types/react": "^19.0
|
|
51
|
-
"@types/react-dom": "^19.
|
|
50
|
+
"@types/react": "^19.1.0",
|
|
51
|
+
"@types/react-dom": "^19.1.1",
|
|
52
52
|
"axios": "^1.7.7",
|
|
53
53
|
"babel-loader": "^10.0.0",
|
|
54
54
|
"commitizen": "^4.3.1",
|
|
55
55
|
"cz-conventional-changelog": "^3.3.0",
|
|
56
56
|
"eslint": "^9.15.0",
|
|
57
57
|
"eslint-config-prettier": "^10.1.1",
|
|
58
|
-
"eslint-plugin-prettier": "^5.2.
|
|
58
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
59
59
|
"eslint-plugin-storybook": "9.0.15",
|
|
60
|
-
"react": "^19.
|
|
60
|
+
"react": "^19.1.0",
|
|
61
61
|
"react-docgen-typescript-plugin": "^1.0.8",
|
|
62
|
-
"react-dom": "^19.
|
|
62
|
+
"react-dom": "^19.1.0",
|
|
63
63
|
"typescript": "^5.6.3",
|
|
64
64
|
"typescript-eslint": "^8.15.0",
|
|
65
65
|
"@eslint/plugin-kit": "^0.3.4",
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"@formatjs/intl-localematcher": "^0.6.0",
|
|
78
78
|
"@types/negotiator": "^0.6.3",
|
|
79
79
|
"negotiator": "^1.0.0",
|
|
80
|
-
"next": "^15.
|
|
81
|
-
"notistack": "^3.0.
|
|
80
|
+
"next": "^15.4.5",
|
|
81
|
+
"notistack": "^3.0.2",
|
|
82
82
|
"prettier": "^3.3.3"
|
|
83
83
|
},
|
|
84
84
|
"overrides": {
|