@tryghost/signup-form 0.2.1 → 0.2.3

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": "@tryghost/signup-form",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  "dev": "concurrently \"vite --port 6173\" \"vite preview -l silent\" \"vite build --watch\"",
21
21
  "preview": "concurrently \"vite preview -l silent\" \"vite build --watch\"",
22
22
  "dev:test": "vite build && vite preview --port 6175",
23
- "build": "concurrently \"tsc\" \"vite build\"",
23
+ "build": "tsc && vite build",
24
24
  "lint": "yarn run lint:js",
25
25
  "lint:js": "eslint --ext .js,.ts,.cjs,.tsx --cache src test",
26
26
  "test:unit": "yarn build",
@@ -39,35 +39,34 @@
39
39
  "react-dom": "18.3.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@playwright/test": "1.46.1",
43
- "@storybook/addon-essentials": "7.6.20",
44
- "@storybook/addon-interactions": "7.6.20",
45
- "@storybook/addon-links": "7.6.20",
42
+ "@playwright/test": "1.52.0",
43
+ "@storybook/addon-essentials": "8.6.12",
44
+ "@storybook/addon-interactions": "8.6.12",
45
+ "@storybook/addon-links": "8.6.12",
46
46
  "@storybook/addon-styling": "1.3.7",
47
- "@storybook/blocks": "7.6.20",
48
- "@storybook/react": "7.6.20",
49
- "@storybook/react-vite": "7.6.4",
47
+ "@storybook/blocks": "8.6.12",
48
+ "@storybook/react": "8.6.12",
49
+ "@storybook/react-vite": "8.6.12",
50
50
  "@storybook/testing-library": "0.2.2",
51
51
  "@tailwindcss/line-clamp": "0.4.4",
52
52
  "@tryghost/i18n": "0.0.0",
53
- "@types/react": "18.3.3",
54
- "@types/react-dom": "18.3.0",
55
- "@vitejs/plugin-react": "4.2.1",
53
+ "@types/react": "18.3.20",
54
+ "@types/react-dom": "18.3.7",
55
+ "@vitejs/plugin-react": "4.4.1",
56
56
  "autoprefixer": "10.4.19",
57
57
  "concurrently": "8.2.2",
58
- "eslint-plugin-react-hooks": "4.6.0",
59
- "eslint-plugin-react-refresh": "0.4.3",
60
- "eslint-plugin-tailwindcss": "3.13.0",
58
+ "eslint-plugin-react-hooks": "4.6.2",
59
+ "eslint-plugin-react-refresh": "0.4.20",
60
+ "eslint-plugin-tailwindcss": "3.18.0",
61
61
  "jsdom": "24.1.3",
62
62
  "postcss": "8.4.39",
63
63
  "postcss-import": "16.1.0",
64
64
  "prop-types": "15.8.1",
65
65
  "rollup-plugin-node-builtins": "2.1.2",
66
- "storybook": "7.6.20",
67
- "stylelint": "15.10.3",
68
- "tailwindcss": "3.4.14",
69
- "vite": "4.5.3",
70
- "vite-plugin-commonjs": "0.10.1",
66
+ "storybook": "8.6.12",
67
+ "stylelint": "15.11.0",
68
+ "tailwindcss": "3.4.17",
69
+ "vite": "4.5.6",
71
70
  "vite-plugin-svgr": "3.3.0",
72
71
  "vitest": "0.34.3"
73
72
  }