@tryghost/portal 2.64.9 → 2.64.11
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 +3 -3
- package/umd/portal.min.js +304 -304
- package/umd/portal.min.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/portal",
|
|
3
|
-
"version": "2.64.
|
|
3
|
+
"version": "2.64.11",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "https://github.com/TryGhost/Ghost",
|
|
6
6
|
"author": "Ghost Foundation",
|
|
@@ -110,7 +110,6 @@
|
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@babel/eslint-parser": "7.28.4",
|
|
113
|
-
"dompurify": "3.3.1",
|
|
114
113
|
"@doist/react-interpolate": "2.2.1",
|
|
115
114
|
"@sentry/react": "7.120.4",
|
|
116
115
|
"@testing-library/jest-dom": "6.9.1",
|
|
@@ -121,8 +120,9 @@
|
|
|
121
120
|
"@vitest/ui": "3.2.4",
|
|
122
121
|
"concurrently": "8.2.2",
|
|
123
122
|
"cross-fetch": "4.1.0",
|
|
123
|
+
"dompurify": "3.3.1",
|
|
124
124
|
"eslint-plugin-i18next": "6.1.3",
|
|
125
|
-
"jsdom": "
|
|
125
|
+
"jsdom": "28.1.0",
|
|
126
126
|
"react": "17.0.2",
|
|
127
127
|
"react-dom": "17.0.2",
|
|
128
128
|
"vite": "5.4.20",
|