@tryghost/signup-form 0.3.23 → 0.3.25
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 +5 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/signup-form",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.25",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "https://github.com/TryGhost/Ghost",
|
|
6
6
|
"author": "Ghost Foundation",
|
|
@@ -30,17 +30,15 @@
|
|
|
30
30
|
"autoprefixer": "10.4.21",
|
|
31
31
|
"concurrently": "8.2.2",
|
|
32
32
|
"eslint": "8.57.1",
|
|
33
|
-
"eslint-plugin-react-hooks": "4.6.2",
|
|
34
|
-
"eslint-plugin-react-refresh": "0.4.24",
|
|
35
33
|
"eslint-plugin-tailwindcss": "3.18.2",
|
|
36
|
-
"jsdom": "
|
|
34
|
+
"jsdom": "29.1.1",
|
|
37
35
|
"postcss": "8.5.6",
|
|
38
36
|
"postcss-import": "16.1.1",
|
|
39
37
|
"storybook": "10.3.5",
|
|
40
38
|
"tailwindcss": "3.4.18",
|
|
41
39
|
"vite": "7.3.2",
|
|
42
40
|
"vite-plugin-svgr": "4.5.0",
|
|
43
|
-
"vitest": "4.1.
|
|
41
|
+
"vitest": "4.1.5",
|
|
44
42
|
"@tryghost/i18n": "0.0.0"
|
|
45
43
|
},
|
|
46
44
|
"nx": {
|
|
@@ -49,8 +47,8 @@
|
|
|
49
47
|
]
|
|
50
48
|
},
|
|
51
49
|
"scripts": {
|
|
52
|
-
"dev": "concurrently \"vite --port 6173\" \"vite preview -l silent\" \"vite build --watch\"",
|
|
53
|
-
"preview": "concurrently \"vite preview -l silent\" \"vite build --watch\"",
|
|
50
|
+
"dev": "concurrently --kill-others --names dev,preview,build \"vite --port 6173\" \"vite preview -l silent\" \"vite build --watch\"",
|
|
51
|
+
"preview": "concurrently --kill-others --names preview,build \"vite preview -l silent\" \"vite build --watch\"",
|
|
54
52
|
"dev:test": "vite build && vite preview --port 6175",
|
|
55
53
|
"build": "tsc && vite build",
|
|
56
54
|
"lint": "pnpm run lint:js",
|