@vincentgraul/react-components 1.0.26 → 1.0.27
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 +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vincentgraul/react-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.27",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./match-device": {
|
|
@@ -118,41 +118,41 @@
|
|
|
118
118
|
"build-storybook": "storybook build"
|
|
119
119
|
},
|
|
120
120
|
"dependencies": {
|
|
121
|
-
"@types/react": "^18.2.
|
|
122
|
-
"@types/react-dom": "^18.2.
|
|
121
|
+
"@types/react": "^18.2.21",
|
|
122
|
+
"@types/react-dom": "^18.2.7",
|
|
123
123
|
"@types/styled-components": "^5.1.26",
|
|
124
|
-
"@types/ua-parser-js": "^0.7.
|
|
125
|
-
"@vincentgraul/types": "^1.0.
|
|
126
|
-
"@vincentgraul/utils": "^1.0.
|
|
124
|
+
"@types/ua-parser-js": "^0.7.37",
|
|
125
|
+
"@vincentgraul/types": "^1.0.3",
|
|
126
|
+
"@vincentgraul/utils": "^1.0.7",
|
|
127
127
|
"intersection-observer": "^0.12.2",
|
|
128
128
|
"react": "^18.2.0",
|
|
129
129
|
"react-dom": "^18.2.0",
|
|
130
|
-
"styled-components": "^6.0.
|
|
130
|
+
"styled-components": "^6.0.7",
|
|
131
131
|
"ua-parser-js": "^1.0.35"
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
|
-
"@storybook/addon-essentials": "^7.0
|
|
135
|
-
"@storybook/addon-interactions": "^7.0
|
|
136
|
-
"@storybook/addon-links": "^7.0
|
|
137
|
-
"@storybook/blocks": "^7.0
|
|
138
|
-
"@storybook/react": "^7.0
|
|
139
|
-
"@storybook/react-vite": "^7.0
|
|
140
|
-
"@storybook/testing-library": "^0.0
|
|
134
|
+
"@storybook/addon-essentials": "^7.4.0",
|
|
135
|
+
"@storybook/addon-interactions": "^7.4.0",
|
|
136
|
+
"@storybook/addon-links": "^7.4.0",
|
|
137
|
+
"@storybook/blocks": "^7.4.0",
|
|
138
|
+
"@storybook/react": "^7.4.0",
|
|
139
|
+
"@storybook/react-vite": "^7.4.0",
|
|
140
|
+
"@storybook/testing-library": "^0.2.0",
|
|
141
141
|
"@testing-library/react": "^14.0.0",
|
|
142
|
-
"@types/jest": "^29.5.
|
|
143
|
-
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
|
144
|
-
"@typescript-eslint/parser": "^5.60.1",
|
|
142
|
+
"@types/jest": "^29.5.4",
|
|
145
143
|
"copyfiles": "^2.4.1",
|
|
146
|
-
"eslint": "^
|
|
147
|
-
"eslint
|
|
148
|
-
"eslint
|
|
149
|
-
"eslint-
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
144
|
+
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
145
|
+
"@typescript-eslint/parser": "^6.5.0",
|
|
146
|
+
"eslint": "^8.48.0",
|
|
147
|
+
"eslint-config-prettier": "^9.0.0",
|
|
148
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
149
|
+
"eslint-plugin-storybook": "^0.6.13",
|
|
150
|
+
"jest": "^29.6.4",
|
|
151
|
+
"jest-environment-jsdom": "^29.6.4",
|
|
152
|
+
"prettier": "^3.0.3",
|
|
153
|
+
"storybook": "^7.4.0",
|
|
154
154
|
"ts-jest": "^29.1.1",
|
|
155
|
-
"typedoc": "^0.
|
|
156
|
-
"typescript": "^5.
|
|
155
|
+
"typedoc": "^0.25.0",
|
|
156
|
+
"typescript": "^5.2.2"
|
|
157
157
|
}
|
|
158
158
|
}
|