@vincentgraul/react-components 1.0.34 → 1.0.35
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 +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vincentgraul/react-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.35",
|
|
4
4
|
"exports": {
|
|
5
5
|
"./match-device": {
|
|
6
6
|
"import": "./build/match-device/useMatchDevice.js"
|
|
@@ -117,40 +117,40 @@
|
|
|
117
117
|
"build-storybook": "storybook build"
|
|
118
118
|
},
|
|
119
119
|
"dependencies": {
|
|
120
|
-
"@types/react": "^18.2.
|
|
121
|
-
"@types/react-dom": "^18.2.
|
|
122
|
-
"@types/styled-components": "^5.1.
|
|
120
|
+
"@types/react": "^18.2.23",
|
|
121
|
+
"@types/react-dom": "^18.2.8",
|
|
122
|
+
"@types/styled-components": "^5.1.28",
|
|
123
123
|
"@types/ua-parser-js": "^0.7.37",
|
|
124
124
|
"@vincentgraul/types": "^1.0.3",
|
|
125
125
|
"@vincentgraul/utils": "^1.0.7",
|
|
126
126
|
"intersection-observer": "^0.12.2",
|
|
127
127
|
"react": "^18.2.0",
|
|
128
128
|
"react-dom": "^18.2.0",
|
|
129
|
-
"styled-components": "^6.0.
|
|
130
|
-
"ua-parser-js": "^1.0.
|
|
129
|
+
"styled-components": "^6.0.8",
|
|
130
|
+
"ua-parser-js": "^1.0.36"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
|
-
"@storybook/addon-essentials": "^7.4.
|
|
134
|
-
"@storybook/addon-interactions": "^7.4.
|
|
135
|
-
"@storybook/addon-links": "^7.4.
|
|
136
|
-
"@storybook/blocks": "^7.4.
|
|
137
|
-
"@storybook/react": "^7.4.
|
|
138
|
-
"@storybook/react-vite": "^7.4.
|
|
139
|
-
"@storybook/testing-library": "^0.2.
|
|
133
|
+
"@storybook/addon-essentials": "^7.4.5",
|
|
134
|
+
"@storybook/addon-interactions": "^7.4.5",
|
|
135
|
+
"@storybook/addon-links": "^7.4.5",
|
|
136
|
+
"@storybook/blocks": "^7.4.5",
|
|
137
|
+
"@storybook/react": "^7.4.5",
|
|
138
|
+
"@storybook/react-vite": "^7.4.5",
|
|
139
|
+
"@storybook/testing-library": "^0.2.1",
|
|
140
140
|
"@testing-library/react": "^14.0.0",
|
|
141
|
-
"@types/jest": "^29.5.
|
|
142
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
143
|
-
"@typescript-eslint/parser": "^6.
|
|
144
|
-
"eslint": "^8.
|
|
141
|
+
"@types/jest": "^29.5.5",
|
|
142
|
+
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
|
143
|
+
"@typescript-eslint/parser": "^6.7.3",
|
|
144
|
+
"eslint": "^8.50.0",
|
|
145
145
|
"eslint-config-prettier": "^9.0.0",
|
|
146
146
|
"eslint-plugin-prettier": "^5.0.0",
|
|
147
|
-
"eslint-plugin-storybook": "^0.6.
|
|
148
|
-
"jest": "^29.
|
|
149
|
-
"jest-environment-jsdom": "^29.
|
|
147
|
+
"eslint-plugin-storybook": "^0.6.14",
|
|
148
|
+
"jest": "^29.7.0",
|
|
149
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
150
150
|
"prettier": "^3.0.3",
|
|
151
|
-
"storybook": "^7.4.
|
|
151
|
+
"storybook": "^7.4.5",
|
|
152
152
|
"ts-jest": "^29.1.1",
|
|
153
|
-
"typedoc": "^0.25.
|
|
153
|
+
"typedoc": "^0.25.1",
|
|
154
154
|
"typescript": "^5.2.2"
|
|
155
155
|
}
|
|
156
156
|
}
|