@regardio/brand 1.2.1 → 1.2.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 +14 -14
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package.json",
|
|
3
3
|
"name": "@regardio/brand",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Regardio Brand Assets",
|
|
7
7
|
"keywords": [
|
|
@@ -121,8 +121,8 @@
|
|
|
121
121
|
],
|
|
122
122
|
"dependencies": {
|
|
123
123
|
"@fontsource-variable/georama": "5.2.8",
|
|
124
|
-
"@regardio/react": "1.
|
|
125
|
-
"@regardio/tailwind": "1.2.
|
|
124
|
+
"@regardio/react": "1.3.0",
|
|
125
|
+
"@regardio/tailwind": "1.2.2"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
128
|
"@storybook/addon-a11y": "10.3.6",
|
|
@@ -132,27 +132,27 @@
|
|
|
132
132
|
"@svgr/cli": "8.1.0",
|
|
133
133
|
"@svgr/plugin-jsx": "8.1.0",
|
|
134
134
|
"@svgr/plugin-svgo": "8.1.0",
|
|
135
|
-
"@tailwindcss/vite": "4.
|
|
135
|
+
"@tailwindcss/vite": "4.3.0",
|
|
136
136
|
"@total-typescript/ts-reset": "0.6.1",
|
|
137
|
-
"@types/node": "25.
|
|
137
|
+
"@types/node": "25.7.0",
|
|
138
138
|
"@types/react": "19.2.14",
|
|
139
139
|
"@types/react-dom": "19.2.3",
|
|
140
140
|
"@vitejs/plugin-react": "6.0.1",
|
|
141
|
-
"@vitest/browser-playwright": "4.1.
|
|
142
|
-
"@vitest/coverage-v8": "4.1.
|
|
143
|
-
"@vitest/ui": "4.1.
|
|
141
|
+
"@vitest/browser-playwright": "4.1.6",
|
|
142
|
+
"@vitest/coverage-v8": "4.1.6",
|
|
143
|
+
"@vitest/ui": "4.1.6",
|
|
144
144
|
"linkedom": "0.18.12",
|
|
145
145
|
"node-html-parser": "7.1.0",
|
|
146
|
-
"playwright": "1.
|
|
146
|
+
"playwright": "1.60.0",
|
|
147
147
|
"storybook": "10.3.6",
|
|
148
148
|
"svgo": "4.0.1",
|
|
149
|
-
"tailwindcss": "4.
|
|
149
|
+
"tailwindcss": "4.3.0",
|
|
150
150
|
"tsdown": "0.22.0",
|
|
151
151
|
"tsx": "4.21.0",
|
|
152
152
|
"typescript": "6.0.3",
|
|
153
|
-
"vite": "8.0.
|
|
154
|
-
"vitest": "4.1.
|
|
155
|
-
"@regardio/dev": "2.
|
|
153
|
+
"vite": "8.0.12",
|
|
154
|
+
"vitest": "4.1.6",
|
|
155
|
+
"@regardio/dev": "2.7.0"
|
|
156
156
|
},
|
|
157
157
|
"peerDependencies": {
|
|
158
158
|
"react": ">=19",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"lint:md": "markdownlint-cli2 --config ../../.markdownlint-cli2.jsonc",
|
|
176
176
|
"lint:pkg": "sort-package-json --check",
|
|
177
177
|
"post-generate:add-return-types": "tsx scripts/post-generate-add-return-types.ts",
|
|
178
|
-
"report": "vitest run --
|
|
178
|
+
"report": "vitest run --project storybook",
|
|
179
179
|
"storybook": "storybook dev -p 6006",
|
|
180
180
|
"storybook:build": "storybook build -o storybook-static",
|
|
181
181
|
"test": "run-p test:*",
|