@tryghost/portal 1.12.8 → 1.13.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2013-2021 Ghost Foundation
3
+ Copyright (c) 2013-2022 Ghost Foundation
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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-2021 Ghost Foundation - Released under the [MIT license](LICENSE).
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.12.8",
3
+ "version": "1.13.2",
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.15.0",
22
- "@sentry/tracing": "6.15.0",
23
- "@testing-library/jest-dom": "5.15.0",
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.7.0",
81
+ "eslint-plugin-ghost": "2.11.0",
82
82
  "minimist": "1.2.5",
83
83
  "ora": "5.4.1",
84
- "rewire": "5.0.0",
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"