@tryghost/comments-ui 1.4.13 → 1.4.15

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/comments-ui",
3
- "version": "1.4.13",
3
+ "version": "1.4.15",
4
4
  "license": "MIT",
5
5
  "repository": "https://github.com/TryGhost/Ghost",
6
6
  "author": "Ghost Foundation",
@@ -14,22 +14,6 @@
14
14
  "access": "public",
15
15
  "registry": "https://registry.npmjs.org/"
16
16
  },
17
- "scripts": {
18
- "dev": "concurrently \"pnpm preview --host -l silent\" \"pnpm build:watch\"",
19
- "dev:test": "vite build && vite preview --port 7175",
20
- "build": "vite build",
21
- "build:watch": "vite build --watch",
22
- "preview": "vite preview",
23
- "test": "pnpm test:unit && pnpm test:e2e",
24
- "test:unit": "vitest run --coverage",
25
- "test:e2e": "NODE_OPTIONS='--experimental-specifier-resolution=node --no-warnings' VITE_TEST=true playwright test",
26
- "test:slowmo": "TIMEOUT=100000 PLAYWRIGHT_SLOWMO=1000 pnpm test:e2e --headed",
27
- "test:e2e:full": "ALL_BROWSERS=1 pnpm test:e2e",
28
- "lint": "eslint src --ext .js,.ts,.jsx,.tsx --cache",
29
- "preship": "pnpm lint",
30
- "ship": "node ../../.github/scripts/release-apps.js",
31
- "prepublishOnly": "pnpm build"
32
- },
33
17
  "browserslist": {
34
18
  "production": [
35
19
  ">0.2%",
@@ -64,13 +48,12 @@
64
48
  "@playwright/test": "1.59.1",
65
49
  "@testing-library/jest-dom": "5.17.0",
66
50
  "@testing-library/react": "12.1.5",
67
- "@tryghost/i18n": "workspace:*",
68
51
  "@vitejs/plugin-react": "4.7.0",
69
- "@vitest/coverage-v8": "0.34.6",
52
+ "@vitest/coverage-v8": "4.1.2",
70
53
  "autoprefixer": "10.4.21",
71
54
  "bson-objectid": "2.0.4",
72
55
  "concurrently": "8.2.2",
73
- "eslint": "catalog:",
56
+ "eslint": "8.57.1",
74
57
  "eslint-plugin-i18next": "6.1.3",
75
58
  "eslint-plugin-react-hooks": "4.6.2",
76
59
  "eslint-plugin-react-refresh": "0.4.24",
@@ -78,15 +61,31 @@
78
61
  "jsdom": "28.1.0",
79
62
  "moment": "2.30.1",
80
63
  "postcss": "8.5.6",
81
- "sinon": "^21.1.1",
64
+ "sinon": "21.1.1",
82
65
  "tailwindcss": "3.4.18",
83
- "vite": "5.4.21",
84
- "vite-plugin-svgr": "3.3.0",
85
- "vitest": "1.6.1"
66
+ "vite": "7.3.2",
67
+ "vite-plugin-svgr": "4.5.0",
68
+ "vitest": "4.1.2",
69
+ "@tryghost/i18n": "0.0.0"
86
70
  },
87
71
  "nx": {
88
72
  "tags": [
89
73
  "i18n"
90
74
  ]
75
+ },
76
+ "scripts": {
77
+ "dev": "concurrently \"pnpm preview --host -l silent\" \"pnpm build:watch\"",
78
+ "dev:test": "vite build && vite preview --port 7175",
79
+ "build": "vite build",
80
+ "build:watch": "vite build --watch",
81
+ "preview": "vite preview",
82
+ "test": "pnpm test:unit && pnpm test:e2e",
83
+ "test:unit": "vitest run --coverage",
84
+ "test:e2e": "NODE_OPTIONS='--experimental-specifier-resolution=node --no-warnings' VITE_TEST=true playwright test",
85
+ "test:slowmo": "TIMEOUT=100000 PLAYWRIGHT_SLOWMO=1000 pnpm test:e2e --headed",
86
+ "test:e2e:full": "ALL_BROWSERS=1 pnpm test:e2e",
87
+ "lint": "eslint src --ext .js,.ts,.jsx,.tsx --cache",
88
+ "preship": "pnpm lint",
89
+ "ship": "node ../../.github/scripts/release-apps.js"
91
90
  }
92
- }
91
+ }