sate-lib 1.73.0 → 1.73.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/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sate-lib",
|
|
3
|
-
"version": "1.73.
|
|
3
|
+
"version": "1.73.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"keywords": [
|
|
@@ -118,29 +118,29 @@
|
|
|
118
118
|
"@biomejs/biome": "2.3.8",
|
|
119
119
|
"@commitlint/cli": "20.2.0",
|
|
120
120
|
"@commitlint/config-conventional": "20.2.0",
|
|
121
|
-
"@rsbuild/core": "1.6.
|
|
121
|
+
"@rsbuild/core": "1.6.14",
|
|
122
122
|
"@rsbuild/plugin-react": "1.4.2",
|
|
123
|
-
"@rsbuild/plugin-svgr": "1.2.
|
|
124
|
-
"@rslib/core": "0.18.
|
|
125
|
-
"@rstest/core": "^0.7.
|
|
123
|
+
"@rsbuild/plugin-svgr": "1.2.3",
|
|
124
|
+
"@rslib/core": "0.18.4",
|
|
125
|
+
"@rstest/core": "^0.7.2",
|
|
126
126
|
"@rstest/coverage-istanbul": "^0.1.0",
|
|
127
127
|
"@semantic-release/changelog": "6.0.3",
|
|
128
128
|
"@semantic-release/git": "10.0.1",
|
|
129
129
|
"@semantic-release/npm": "13.1.2",
|
|
130
|
-
"@storybook/addon-a11y": "10.1.
|
|
131
|
-
"@storybook/addon-designs": "11.0
|
|
132
|
-
"@storybook/addon-docs": "10.1.
|
|
133
|
-
"@storybook/addon-links": "10.1.
|
|
130
|
+
"@storybook/addon-a11y": "10.1.7",
|
|
131
|
+
"@storybook/addon-designs": "11.1.0",
|
|
132
|
+
"@storybook/addon-docs": "10.1.7",
|
|
133
|
+
"@storybook/addon-links": "10.1.7",
|
|
134
134
|
"@testing-library/dom": "^10.4.1",
|
|
135
135
|
"@testing-library/react": "^16.3.0",
|
|
136
|
-
"@types/node": "
|
|
136
|
+
"@types/node": "25.0.1",
|
|
137
137
|
"@types/react": "19.2.7",
|
|
138
138
|
"@types/react-dom": "19.2.3",
|
|
139
139
|
"husky": "9.1.7",
|
|
140
|
-
"jsdom": "^27.
|
|
141
|
-
"react": "19.2.
|
|
140
|
+
"jsdom": "^27.3.0",
|
|
141
|
+
"react": "19.2.3",
|
|
142
142
|
"semantic-release": "25.0.2",
|
|
143
|
-
"storybook": "10.1.
|
|
143
|
+
"storybook": "10.1.7",
|
|
144
144
|
"storybook-addon-rslib": "3.1.0",
|
|
145
145
|
"storybook-react-rsbuild": "3.1.0",
|
|
146
146
|
"subset-font": "2.4.0",
|
|
@@ -148,11 +148,11 @@
|
|
|
148
148
|
"typescript": "5.9.3"
|
|
149
149
|
},
|
|
150
150
|
"peerDependencies": {
|
|
151
|
-
"react": ">=19.2.
|
|
152
|
-
"react-dom": ">=19.2.
|
|
151
|
+
"react": ">=19.2.3",
|
|
152
|
+
"react-dom": ">=19.2.3"
|
|
153
153
|
},
|
|
154
154
|
"dependencies": {
|
|
155
|
-
"@radix-ui/react-portal": "
|
|
155
|
+
"@radix-ui/react-portal": "1.1.10",
|
|
156
156
|
"@radix-ui/react-radio-group": "1.3.8",
|
|
157
157
|
"react-remove-scroll": "2.7.2"
|
|
158
158
|
}
|