@deix/rossini-core 5.2.1 → 6.0.2
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/LICENSE +8 -0
- package/lib/components/layout/StandardLayout/StandardLayout.d.ts +4 -0
- package/lib/components/layout/StandardLayout/StandardLayout.d.ts.map +1 -1
- package/lib/components/layout/StandardLayout/StandardLayout.js +2 -2
- package/lib/components/layout/components/Sidebar/Sidebar.d.ts +4 -0
- package/lib/components/layout/components/Sidebar/Sidebar.d.ts.map +1 -1
- package/lib/components/layout/components/Sidebar/Sidebar.js +2 -2
- package/lib/components/layout/components/Topbar/Topbar.d.ts +4 -0
- package/lib/components/layout/components/Topbar/Topbar.d.ts.map +1 -1
- package/lib/components/layout/components/Topbar/Topbar.js +2 -2
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +19 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deix/rossini-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,33 +37,34 @@
|
|
|
37
37
|
"@emotion/react": "^11.13.5",
|
|
38
38
|
"@emotion/styled": "^11.13.5",
|
|
39
39
|
"@eslint/js": "^9.15.0",
|
|
40
|
+
"@eslint/plugin-kit": "^0.3.4",
|
|
40
41
|
"@fontsource/raleway": "^5.1.0",
|
|
41
42
|
"@mui/icons-material": "^7.2.0",
|
|
42
43
|
"@mui/material": "^7.2.0",
|
|
43
|
-
"@storybook/addon-docs": "
|
|
44
|
-
"@storybook/addon-links": "^
|
|
45
|
-
"@storybook/addon-onboarding": "^
|
|
46
|
-
"@storybook/nextjs": "^
|
|
44
|
+
"@storybook/addon-docs": "^10.0.0",
|
|
45
|
+
"@storybook/addon-links": "^10.0.0",
|
|
46
|
+
"@storybook/addon-onboarding": "^10.0.0",
|
|
47
|
+
"@storybook/nextjs": "^10.0.0",
|
|
47
48
|
"@tanstack/react-query": "^5.64.2",
|
|
48
49
|
"@tanstack/react-query-devtools": "^5.64.2",
|
|
49
50
|
"@types/node": "^24.0.10",
|
|
50
|
-
"@types/react": "
|
|
51
|
-
"@types/react-dom": "
|
|
52
|
-
"axios": "^1.
|
|
51
|
+
"@types/react": "19.2.7",
|
|
52
|
+
"@types/react-dom": "19.2.3",
|
|
53
|
+
"axios": "^1.12.2",
|
|
53
54
|
"babel-loader": "^10.0.0",
|
|
54
55
|
"commitizen": "^4.3.1",
|
|
55
56
|
"cz-conventional-changelog": "^3.3.0",
|
|
56
57
|
"eslint": "^9.15.0",
|
|
57
58
|
"eslint-config-prettier": "^10.1.1",
|
|
58
59
|
"eslint-plugin-prettier": "^5.2.3",
|
|
59
|
-
"eslint-plugin-storybook": "
|
|
60
|
-
"
|
|
60
|
+
"eslint-plugin-storybook": "^10.0.0",
|
|
61
|
+
"form-data": "^4.0.4",
|
|
62
|
+
"storybook": "^10.0.0",
|
|
63
|
+
"react": "19.2.3",
|
|
61
64
|
"react-docgen-typescript-plugin": "^1.0.8",
|
|
62
|
-
"react-dom": "
|
|
65
|
+
"react-dom": "19.2.3",
|
|
63
66
|
"typescript": "^5.6.3",
|
|
64
|
-
"typescript-eslint": "^8.15.0"
|
|
65
|
-
"@eslint/plugin-kit": "^0.3.4",
|
|
66
|
-
"form-data": "^4.0.4"
|
|
67
|
+
"typescript-eslint": "^8.15.0"
|
|
67
68
|
},
|
|
68
69
|
"files": [
|
|
69
70
|
"lib"
|
|
@@ -77,11 +78,13 @@
|
|
|
77
78
|
"@formatjs/intl-localematcher": "^0.6.0",
|
|
78
79
|
"@types/negotiator": "^0.6.3",
|
|
79
80
|
"negotiator": "^1.0.0",
|
|
80
|
-
"next": "
|
|
81
|
+
"next": "16.0.10",
|
|
81
82
|
"notistack": "^3.0.2",
|
|
82
83
|
"prettier": "^3.3.3"
|
|
83
84
|
},
|
|
84
85
|
"overrides": {
|
|
85
|
-
"tmp": "^0.2.4"
|
|
86
|
+
"tmp": "^0.2.4",
|
|
87
|
+
"@types/react": "19.2.7",
|
|
88
|
+
"@types/react-dom": "19.2.3"
|
|
86
89
|
}
|
|
87
90
|
}
|