@profiq/ui 0.1.4 → 0.1.5

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 +9 -12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@profiq/ui",
3
3
  "private": false,
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "type": "module",
6
6
  "description": "A React UI component library built on ShadCN specially for internal use by profiq",
7
7
  "main": "./dist/index.js",
@@ -85,6 +85,7 @@
85
85
  "prepublishOnly": "npm run build:lib"
86
86
  },
87
87
  "dependencies": {
88
+ "@profiq/ui": "^0.1.4",
88
89
  "@radix-ui/react-label": "^2.1.8",
89
90
  "@radix-ui/react-select": "^2.2.6",
90
91
  "@radix-ui/react-separator": "^1.1.8",
@@ -103,11 +104,11 @@
103
104
  "devDependencies": {
104
105
  "@chromatic-com/storybook": "5.0.0",
105
106
  "@eslint/js": "^9.39.2",
106
- "@storybook/addon-a11y": "10.2.2",
107
- "@storybook/addon-docs": "10.2.2",
108
- "@storybook/addon-themes": "10.2.2",
109
- "@storybook/addon-vitest": "10.2.2",
110
- "@storybook/react-vite": "10.2.2",
107
+ "@storybook/addon-a11y": "^10.2.17",
108
+ "@storybook/addon-docs": "^10.2.17",
109
+ "@storybook/addon-themes": "^10.2.17",
110
+ "@storybook/addon-vitest": "^10.2.17",
111
+ "@storybook/react-vite": "^10.2.17",
111
112
  "@tailwindcss/vite": "^4.1.18",
112
113
  "@types/node": "^24.10.1",
113
114
  "@types/react": "^19.2.9",
@@ -115,13 +116,12 @@
115
116
  "@vitejs/plugin-react": "^5.1.1",
116
117
  "@vitest/browser-playwright": "^4.0.18",
117
118
  "@vitest/coverage-v8": "^4.0.18",
118
- "deployment": "^0.2.3",
119
119
  "eslint": "^9.39.2",
120
120
  "eslint-plugin-react-hooks": "^7.0.1",
121
121
  "eslint-plugin-react-refresh": "^0.4.24",
122
122
  "eslint-plugin-storybook": "^0.1.1",
123
123
  "firebase": "^12.9.0",
124
- "firebase-tools": "^15.7.0",
124
+ "firebase-tools": "^15.9.1",
125
125
  "globals": "^16.5.0",
126
126
  "husky": "^9.1.7",
127
127
  "playwright": "^1.58.0",
@@ -130,7 +130,7 @@
130
130
  "react": "^19.2.4",
131
131
  "react-dom": "^19.2.4",
132
132
  "shadcn": "^3.7.0",
133
- "storybook": "10.2.2",
133
+ "storybook": "^10.2.17",
134
134
  "tailwindcss": "^4.1.18",
135
135
  "tw-animate-css": "^1.4.0",
136
136
  "typescript": "~5.9.3",
@@ -139,8 +139,5 @@
139
139
  "vite-plugin-dts": "^4.5.4",
140
140
  "vite-plugin-static-copy": "^3.2.0",
141
141
  "vitest": "^4.0.18"
142
- },
143
- "overrides": {
144
- "minimatch": "^10.2.1"
145
142
  }
146
143
  }