@regardio/brand 1.1.2 → 1.2.0

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.
Files changed (1) hide show
  1. package/package.json +6 -6
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.1.2",
4
+ "version": "1.2.0",
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.1.2",
125
- "@regardio/tailwind": "1.1.2"
124
+ "@regardio/react": "1.2.0",
125
+ "@regardio/tailwind": "1.2.0"
126
126
  },
127
127
  "devDependencies": {
128
128
  "@storybook/addon-a11y": "10.3.6",
@@ -134,7 +134,7 @@
134
134
  "@svgr/plugin-svgo": "8.1.0",
135
135
  "@tailwindcss/vite": "4.2.4",
136
136
  "@total-typescript/ts-reset": "0.6.1",
137
- "@types/node": "25.6.0",
137
+ "@types/node": "25.6.2",
138
138
  "@types/react": "19.2.14",
139
139
  "@types/react-dom": "19.2.3",
140
140
  "@vitejs/plugin-react": "6.0.1",
@@ -152,7 +152,7 @@
152
152
  "typescript": "6.0.3",
153
153
  "vite": "8.0.11",
154
154
  "vitest": "4.1.5",
155
- "@regardio/dev": "2.4.1"
155
+ "@regardio/dev": "2.6.0"
156
156
  },
157
157
  "peerDependencies": {
158
158
  "react": ">=19",
@@ -170,7 +170,7 @@
170
170
  "generate:compass-base-sprite": "tsx scripts/convert-svgs-to-sprite.ts ./src/svg/compass-base ./src/generated/sprites/compass-base.svg",
171
171
  "generate:compass-base-sprites-components": "tsx scripts/build-compass-base-sprites.ts",
172
172
  "generate:icons": "svgr --icon --out-dir ./src/generated/icons -- ./src/svg/icons",
173
- "lint": "run-s lint:md lint:biome",
173
+ "lint": "run-p lint:*",
174
174
  "lint:biome": "biome check .",
175
175
  "lint:md": "markdownlint-cli2 --config ../../.markdownlint-cli2.jsonc",
176
176
  "lint:pkg": "sort-package-json --check",