@deix/rossini-core 3.0.0 → 3.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deix/rossini-core",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,30 +36,31 @@
|
|
|
36
36
|
"@babel/core": "^7.23.5",
|
|
37
37
|
"@emotion/react": "^11.13.3",
|
|
38
38
|
"@emotion/styled": "^11.13.0",
|
|
39
|
+
"@eslint/js": "^9.15.0",
|
|
39
40
|
"@fontsource/raleway": "^5.1.0",
|
|
40
|
-
"@mui/icons-material": "^6.1.
|
|
41
|
-
"@mui/material": "^6.1.
|
|
42
|
-
"@storybook/addon-essentials": "^8.5.0-alpha.
|
|
43
|
-
"@storybook/addon-interactions": "^8.5.0-alpha.
|
|
44
|
-
"@storybook/addon-links": "^8.5.0-alpha.
|
|
45
|
-
"@storybook/addon-onboarding": "^8.5.0-alpha.
|
|
46
|
-
"@storybook/blocks": "^8.5.0-alpha.
|
|
47
|
-
"@storybook/manager-api": "^8.5.0-alpha.
|
|
48
|
-
"@storybook/nextjs": "^8.5.0-alpha.
|
|
49
|
-
"@storybook/react": "^8.5.0-alpha.
|
|
50
|
-
"@storybook/test": "^8.5.0-alpha.
|
|
51
|
-
"@storybook/theming": "^8.5.0-alpha.
|
|
52
|
-
"@tanstack/react-query": "^5.
|
|
53
|
-
"@tanstack/react-query-devtools": "^5.
|
|
41
|
+
"@mui/icons-material": "^6.1.7",
|
|
42
|
+
"@mui/material": "^6.1.7",
|
|
43
|
+
"@storybook/addon-essentials": "^8.5.0-alpha.8",
|
|
44
|
+
"@storybook/addon-interactions": "^8.5.0-alpha.8",
|
|
45
|
+
"@storybook/addon-links": "^8.5.0-alpha.8",
|
|
46
|
+
"@storybook/addon-onboarding": "^8.5.0-alpha.8",
|
|
47
|
+
"@storybook/blocks": "^8.5.0-alpha.8",
|
|
48
|
+
"@storybook/manager-api": "^8.5.0-alpha.8",
|
|
49
|
+
"@storybook/nextjs": "^8.5.0-alpha.8",
|
|
50
|
+
"@storybook/react": "^8.5.0-alpha.8",
|
|
51
|
+
"@storybook/test": "^8.5.0-alpha.8",
|
|
52
|
+
"@storybook/theming": "^8.5.0-alpha.8",
|
|
53
|
+
"@tanstack/react-query": "^5.60.6",
|
|
54
|
+
"@tanstack/react-query-devtools": "^5.60.6",
|
|
54
55
|
"@types/node": "^22.9.0",
|
|
55
56
|
"@types/react": "^18.3.12",
|
|
56
57
|
"@types/react-dom": "^18.3.1",
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
58
|
+
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
58
59
|
"axios": "^1.7.7",
|
|
59
60
|
"babel-loader": "^9.2.1",
|
|
60
61
|
"commitizen": "^4.3.1",
|
|
61
62
|
"cz-conventional-changelog": "^3.3.0",
|
|
62
|
-
"eslint": "^9.
|
|
63
|
+
"eslint": "^9.15.0",
|
|
63
64
|
"eslint-config-next": "^15.0.3",
|
|
64
65
|
"eslint-config-prettier": "^9.0.0",
|
|
65
66
|
"eslint-plugin-prettier": "^5.2.1",
|
|
@@ -67,7 +68,8 @@
|
|
|
67
68
|
"react-docgen-typescript-plugin": "^1.0.8",
|
|
68
69
|
"react-dom": "^18.3.1",
|
|
69
70
|
"ts-loader": "^9.5.1",
|
|
70
|
-
"typescript": "^5.6.3"
|
|
71
|
+
"typescript": "^5.6.3",
|
|
72
|
+
"typescript-eslint": "^8.15.0"
|
|
71
73
|
},
|
|
72
74
|
"resolutions": {
|
|
73
75
|
"@storybook/react-docgen-typescript-plugin": "npm:react-docgen-typescript-plugin@1.0.2",
|
|
@@ -83,7 +85,7 @@
|
|
|
83
85
|
}
|
|
84
86
|
},
|
|
85
87
|
"dependencies": {
|
|
86
|
-
"@formatjs/intl-localematcher": "^0.5.
|
|
88
|
+
"@formatjs/intl-localematcher": "^0.5.8",
|
|
87
89
|
"@types/negotiator": "^0.6.3",
|
|
88
90
|
"negotiator": "^1.0.0",
|
|
89
91
|
"next": "^15.0.3",
|