@tryghost/portal 2.68.44 → 2.68.46

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/portal",
3
- "version": "2.68.44",
3
+ "version": "2.68.46",
4
4
  "license": "MIT",
5
5
  "repository": "https://github.com/TryGhost/Ghost",
6
6
  "author": "Ghost Foundation",
@@ -13,22 +13,6 @@
13
13
  "access": "public",
14
14
  "registry": "https://registry.npmjs.org/"
15
15
  },
16
- "scripts": {
17
- "dev": "concurrently \"pnpm preview -l silent\" \"pnpm build:watch\"",
18
- "build": "vite build",
19
- "build:watch": "vite build --watch",
20
- "preview": "vite preview",
21
- "test": "vitest run",
22
- "test:watch": "vitest",
23
- "test:ci": "pnpm test --coverage",
24
- "test:unit": "pnpm test:ci",
25
- "lint:code": "eslint src test --ext .js,.ts --cache",
26
- "lint:types": "tsc --noEmit",
27
- "lint": "pnpm lint:code && pnpm lint:types",
28
- "preship": "pnpm lint",
29
- "ship": "node ../../.github/scripts/release-apps.js",
30
- "prepublishOnly": "pnpm build"
31
- },
32
16
  "eslintConfig": {
33
17
  "env": {
34
18
  "browser": true
@@ -114,24 +98,23 @@
114
98
  "@testing-library/jest-dom": "6.9.1",
115
99
  "@testing-library/react": "12.1.5",
116
100
  "@testing-library/user-event": "14.6.1",
117
- "@tryghost/i18n": "workspace:*",
118
101
  "@typescript-eslint/eslint-plugin": "8.49.0",
119
102
  "@typescript-eslint/parser": "8.49.0",
120
103
  "@vitejs/plugin-react": "4.7.0",
121
- "@vitest/coverage-v8": "3.2.4",
122
- "@vitest/ui": "3.2.4",
104
+ "@vitest/coverage-v8": "4.1.2",
123
105
  "concurrently": "8.2.2",
124
106
  "cross-fetch": "4.1.0",
125
107
  "dompurify": "3.4.1",
126
- "eslint": "catalog:",
108
+ "eslint": "8.57.1",
127
109
  "eslint-plugin-i18next": "6.1.3",
128
110
  "jsdom": "28.1.0",
129
111
  "react": "17.0.2",
130
112
  "react-dom": "17.0.2",
131
- "vite": "5.4.21",
113
+ "vite": "7.3.2",
132
114
  "vite-plugin-css-injected-by-js": "3.5.2",
133
- "vite-plugin-svgr": "3.3.0",
134
- "vitest": "3.2.4"
115
+ "vite-plugin-svgr": "4.5.0",
116
+ "vitest": "4.1.2",
117
+ "@tryghost/i18n": "0.0.0"
135
118
  },
136
119
  "dependencies": {
137
120
  "@tryghost/debug": "2.2.0"
@@ -140,5 +123,20 @@
140
123
  "tags": [
141
124
  "i18n"
142
125
  ]
126
+ },
127
+ "scripts": {
128
+ "dev": "concurrently \"pnpm preview -l silent\" \"pnpm build:watch\"",
129
+ "build": "vite build",
130
+ "build:watch": "vite build --watch",
131
+ "preview": "vite preview",
132
+ "test": "vitest run",
133
+ "test:watch": "vitest",
134
+ "test:ci": "pnpm test --coverage",
135
+ "test:unit": "pnpm test:ci",
136
+ "lint:code": "eslint src test --ext .js,.ts --cache",
137
+ "lint:types": "tsc --noEmit",
138
+ "lint": "pnpm lint:code && pnpm lint:types",
139
+ "preship": "pnpm lint",
140
+ "ship": "node ../../.github/scripts/release-apps.js"
143
141
  }
144
- }
142
+ }