@tryghost/portal 1.12.7 → 1.13.1
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/LICENSE +1 -1
- package/README.md +1 -1
- package/package.json +6 -6
- package/umd/portal.min.js +1 -1
- package/umd/portal.min.js.map +1 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -92,4 +92,4 @@ You can learn more in the [Create React App documentation](https://facebook.gith
|
|
|
92
92
|
|
|
93
93
|
# Copyright & License
|
|
94
94
|
|
|
95
|
-
Copyright (c) 2013-
|
|
95
|
+
Copyright (c) 2013-2022 Ghost Foundation - Released under the [MIT license](LICENSE).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/portal",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"registry": "https://registry.npmjs.org/"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@sentry/react": "6.
|
|
22
|
-
"@sentry/tracing": "6.
|
|
23
|
-
"@testing-library/jest-dom": "5.
|
|
21
|
+
"@sentry/react": "6.16.1",
|
|
22
|
+
"@sentry/tracing": "6.16.1",
|
|
23
|
+
"@testing-library/jest-dom": "5.16.1",
|
|
24
24
|
"@testing-library/react": "12.1.2",
|
|
25
25
|
"@testing-library/user-event": "13.5.0",
|
|
26
26
|
"react": "17.0.2",
|
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
"chalk": "4.1.2",
|
|
79
79
|
"chokidar": "3.5.2",
|
|
80
80
|
"copy-webpack-plugin": "6.4.1",
|
|
81
|
-
"eslint-plugin-ghost": "2.
|
|
81
|
+
"eslint-plugin-ghost": "2.11.0",
|
|
82
82
|
"minimist": "1.2.5",
|
|
83
83
|
"ora": "5.4.1",
|
|
84
|
-
"rewire": "
|
|
84
|
+
"rewire": "6.0.0",
|
|
85
85
|
"serve-handler": "6.1.3",
|
|
86
86
|
"source-map-explorer": "2.5.2",
|
|
87
87
|
"webpack-cli": "3.3.12"
|