@factorialco/f0-react 1.309.0 → 1.309.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.309.0",
3
+ "version": "1.309.1",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,
@@ -73,8 +73,9 @@
73
73
  "@eslint/compat": "^1.2.9",
74
74
  "@eslint/eslintrc": "^3.3.1",
75
75
  "@eslint/js": "^9.27.0",
76
+ "@mdx-js/react": "^3.1.1",
76
77
  "@microsoft/api-extractor": "7.52.8",
77
- "@playwright/test": "^1.52.0",
78
+ "@playwright/test": "^1.57.0",
78
79
  "@size-limit/esbuild": "^11.2.0",
79
80
  "@size-limit/file": "^11.2.0",
80
81
  "@size-limit/time": "^11.2.0",
@@ -83,6 +84,7 @@
83
84
  "@storybook/addon-docs": "^9.1.3",
84
85
  "@storybook/addon-links": "^9.1.3",
85
86
  "@storybook/addon-themes": "^9.1.3",
87
+ "@storybook/addon-vitest": "^9.1.3",
86
88
  "@storybook/react-vite": "^9.1.3",
87
89
  "@storybook/test-runner": "^0.23.0",
88
90
  "@svgr/cli": "^8.1.0",
@@ -99,8 +101,9 @@
99
101
  "@typescript-eslint/eslint-plugin": "^8.32.1",
100
102
  "@typescript-eslint/parser": "^8.32.1",
101
103
  "@vitejs/plugin-react": "^4.3.4",
102
- "@vitest/coverage-v8": "^3.2.4",
103
- "@vitest/ui": "3.0.7",
104
+ "@vitest/browser-playwright": "^4.0.15",
105
+ "@vitest/coverage-v8": "^4.0.15",
106
+ "@vitest/ui": "4.0.15",
104
107
  "autoprefixer": "^10.4.21",
105
108
  "axe-playwright": "^2.1.0",
106
109
  "chalk": "^5.4.1",
@@ -119,8 +122,10 @@
119
122
  "jsdom": "^26.0.0",
120
123
  "lefthook": "^1.11.3",
121
124
  "lodash": "^4.17.21",
125
+ "markdown-to-jsx": "^9.3.3",
122
126
  "mockdate": "^3.0.5",
123
127
  "npm-run-all": "^4.1.5",
128
+ "playwright": "^1.57.0",
124
129
  "postcss": "^8.5.3",
125
130
  "postcss-import": "^16.1.0",
126
131
  "prettier": "^3.5.2",
@@ -138,7 +143,7 @@
138
143
  "vite": "^6.3.5",
139
144
  "vite-plugin-dts": "4.3.0",
140
145
  "vite-plugin-lib-inject-css": "^2.2.1",
141
- "vitest": "^3.0.7"
146
+ "vitest": "^4.0.15"
142
147
  },
143
148
  "optionalDependencies": {
144
149
  "@rollup/rollup-linux-x64-gnu": "^4.34"
@@ -253,10 +258,10 @@
253
258
  "prettier:format": "prettier --write \"src/**/*.{ts,tsx,js,md,mdx,css,yaml}\"",
254
259
  "prettier:check:ci": "prettier --check \"src/**/*.{ts,tsx,js,md,mdx,css,yaml}\"",
255
260
  "tsc": "tsc --noEmit",
256
- "vitest": "vitest",
257
- "vitest:ui": "vitest --ui",
258
- "vitest:watch": "vitest dev",
259
- "vitest:ci": "pnpm run vitest --reporter=dot",
261
+ "vitest": "vitest --project=unit",
262
+ "vitest:ui": "vitest --project=unit --ui",
263
+ "vitest:watch": "vitest --project=unit dev",
264
+ "vitest:ci": "pnpm run vitest --project=unit --reporter=dot",
260
265
  "cycle-deps:delta": "tsx --tsconfig tsconfig.node.json .scripts/check-cycle-dependencies.ts"
261
266
  }
262
267
  }