@tryghost/portal 2.69.4 → 2.69.5
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 +10 -7
- package/umd/portal.min.js +61 -61
- package/umd/portal.min.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/portal",
|
|
3
|
-
"version": "2.69.
|
|
3
|
+
"version": "2.69.5",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"repository":
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/TryGhost/Ghost"
|
|
8
|
+
},
|
|
6
9
|
"author": "Ghost Foundation",
|
|
7
10
|
"files": [
|
|
8
11
|
"umd/",
|
|
@@ -101,10 +104,10 @@
|
|
|
101
104
|
"@typescript-eslint/eslint-plugin": "8.49.0",
|
|
102
105
|
"@typescript-eslint/parser": "8.49.0",
|
|
103
106
|
"@vitejs/plugin-react": "4.7.0",
|
|
104
|
-
"@vitest/coverage-v8": "4.1.
|
|
107
|
+
"@vitest/coverage-v8": "4.1.8",
|
|
105
108
|
"concurrently": "10.0.3",
|
|
106
109
|
"cross-fetch": "4.1.0",
|
|
107
|
-
"dompurify": "3.4.
|
|
110
|
+
"dompurify": "3.4.9",
|
|
108
111
|
"eslint": "8.57.1",
|
|
109
112
|
"eslint-plugin-i18next": "6.1.4",
|
|
110
113
|
"jsdom": "29.1.1",
|
|
@@ -113,11 +116,11 @@
|
|
|
113
116
|
"vite": "7.3.2",
|
|
114
117
|
"vite-plugin-css-injected-by-js": "3.5.2",
|
|
115
118
|
"vite-plugin-svgr": "4.5.0",
|
|
116
|
-
"vitest": "4.1.
|
|
119
|
+
"vitest": "4.1.8",
|
|
117
120
|
"@tryghost/i18n": "0.0.0"
|
|
118
121
|
},
|
|
119
122
|
"dependencies": {
|
|
120
|
-
"@tryghost/debug": "2.2.
|
|
123
|
+
"@tryghost/debug": "2.2.3"
|
|
121
124
|
},
|
|
122
125
|
"nx": {
|
|
123
126
|
"tags": [
|
|
@@ -125,7 +128,7 @@
|
|
|
125
128
|
]
|
|
126
129
|
},
|
|
127
130
|
"scripts": {
|
|
128
|
-
"dev": "concurrently --kill-others --names preview,build \"pnpm preview -l silent\" \"pnpm build:watch\"",
|
|
131
|
+
"dev": "pnpm build && concurrently --kill-others --names preview,build \"pnpm preview -l silent\" \"pnpm build:watch\"",
|
|
129
132
|
"build": "vite build",
|
|
130
133
|
"build:watch": "vite build --watch",
|
|
131
134
|
"preview": "vite preview",
|