@mrshmllw/smores-react 15.1.0 → 15.1.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 +29 -29
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrshmllw/smores-react",
|
|
3
|
-
"version": "15.1.
|
|
4
|
-
"main": "./dist/index.js",
|
|
3
|
+
"version": "15.1.2",
|
|
5
4
|
"description": "Collection of React components used by Marshmallow Technology",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"react",
|
|
@@ -45,15 +45,29 @@
|
|
|
45
45
|
"commitlint": "commitlint --edit",
|
|
46
46
|
"fix-package-lock-conflicts": "echo \"Make sure conflicts in package.json are resolved before running this script\" && npm i --package-lock-only"
|
|
47
47
|
},
|
|
48
|
+
"dependencies": {
|
|
49
|
+
"@awesome.me/kit-46ca99185c": "^1.0.22",
|
|
50
|
+
"@floating-ui/react": "0.27.18",
|
|
51
|
+
"@fortawesome/fontawesome-svg-core": "^7.1.0",
|
|
52
|
+
"@fortawesome/react-fontawesome": "^3.1.1",
|
|
53
|
+
"@lexical/react": "^0.40.0",
|
|
54
|
+
"@mrshmllw/smores-foundations": "^1.1.0",
|
|
55
|
+
"body-scroll-lock": "^4.0.0-beta.0",
|
|
56
|
+
"date-fns": "^4.1.0",
|
|
57
|
+
"dompurify": "^3.3.1",
|
|
58
|
+
"fuse.js": "^7.1.0",
|
|
59
|
+
"lexical": "^0.40.0",
|
|
60
|
+
"polished": "^4.3.1"
|
|
61
|
+
},
|
|
48
62
|
"devDependencies": {
|
|
49
|
-
"@commitlint/cli": "^20.4.
|
|
63
|
+
"@commitlint/cli": "^20.4.2",
|
|
50
64
|
"@mrshmllw/campfire": "^3.0.2",
|
|
51
65
|
"@snyk/protect": "^1.1302.1",
|
|
52
|
-
"@storybook/addon-a11y": "^10.2.
|
|
66
|
+
"@storybook/addon-a11y": "^10.2.11",
|
|
53
67
|
"@storybook/addon-coverage": "^3.0.0",
|
|
54
|
-
"@storybook/addon-docs": "^10.2.
|
|
55
|
-
"@storybook/addon-links": "^10.2.
|
|
56
|
-
"@storybook/react-vite": "^10.2.
|
|
68
|
+
"@storybook/addon-docs": "^10.2.11",
|
|
69
|
+
"@storybook/addon-links": "^10.2.11",
|
|
70
|
+
"@storybook/react-vite": "^10.2.11",
|
|
57
71
|
"@storybook/test-runner": "^0.24.2",
|
|
58
72
|
"@testing-library/jest-dom": "^6.9.1",
|
|
59
73
|
"@testing-library/react": "^16.3.2",
|
|
@@ -61,15 +75,15 @@
|
|
|
61
75
|
"@types/node": "^25.3.0",
|
|
62
76
|
"@types/react": "^19.2.14",
|
|
63
77
|
"@types/react-dom": "^19.2.3",
|
|
64
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
65
|
-
"@typescript-eslint/parser": "^8.
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
79
|
+
"@typescript-eslint/parser": "^8.56.1",
|
|
66
80
|
"axe-playwright": "^2.2.2",
|
|
67
81
|
"eslint": "^9.39.2",
|
|
68
82
|
"eslint-config-prettier": "^10.1.8",
|
|
69
83
|
"eslint-plugin-prettier": "^5.5.5",
|
|
70
84
|
"eslint-plugin-react": "^7.37.5",
|
|
71
85
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
72
|
-
"eslint-plugin-storybook": "^10.2.
|
|
86
|
+
"eslint-plugin-storybook": "^10.2.11",
|
|
73
87
|
"husky": "^9.1.7",
|
|
74
88
|
"jest-styled-components": "^7.2.0",
|
|
75
89
|
"jsdom": "^28.1.0",
|
|
@@ -79,30 +93,16 @@
|
|
|
79
93
|
"react": "^19.2.4",
|
|
80
94
|
"react-dom": "^19.2.4",
|
|
81
95
|
"rimraf": "^6.1.3",
|
|
82
|
-
"storybook": "^10.
|
|
83
|
-
"styled-components": "^6.
|
|
96
|
+
"storybook": "^10.2.13",
|
|
97
|
+
"styled-components": "^6.3.11",
|
|
84
98
|
"typescript": "^5.9.3",
|
|
85
|
-
"typescript-eslint": "^8.56.
|
|
99
|
+
"typescript-eslint": "^8.56.1",
|
|
86
100
|
"vite": "^7.3.1",
|
|
87
101
|
"vitest": "^4.0.18"
|
|
88
102
|
},
|
|
89
|
-
"dependencies": {
|
|
90
|
-
"@awesome.me/kit-46ca99185c": "^1.0.22",
|
|
91
|
-
"@floating-ui/react": "0.27.18",
|
|
92
|
-
"@fortawesome/fontawesome-svg-core": "^7.1.0",
|
|
93
|
-
"@fortawesome/react-fontawesome": "^3.1.1",
|
|
94
|
-
"@lexical/react": "^0.40.0",
|
|
95
|
-
"@mrshmllw/smores-foundations": "^1.1.0",
|
|
96
|
-
"body-scroll-lock": "^4.0.0-beta.0",
|
|
97
|
-
"date-fns": "^4.1.0",
|
|
98
|
-
"dompurify": "^3.3.1",
|
|
99
|
-
"fuse.js": "^7.1.0",
|
|
100
|
-
"lexical": "^0.40.0",
|
|
101
|
-
"polished": "^4.3.1"
|
|
102
|
-
},
|
|
103
103
|
"peerDependencies": {
|
|
104
|
-
"react": "^
|
|
105
|
-
"react-dom": "^
|
|
104
|
+
"react": "^18 || ^19",
|
|
105
|
+
"react-dom": "^18 || ^19"
|
|
106
106
|
},
|
|
107
107
|
"repository": {
|
|
108
108
|
"type": "git",
|