@strapi/plugin-sentry 5.0.0-alpha.7 → 5.0.0-beta.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.
@@ -72,7 +72,7 @@ const devDependencies = {
72
72
  "styled-components": "5.3.11"
73
73
  };
74
74
  const peerDependencies = {
75
- "@strapi/strapi": "^5.0.0",
75
+ "@strapi/strapi": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
76
76
  react: "^17.0.0 || ^18.0.0",
77
77
  "react-dom": "^17.0.0 || ^18.0.0",
78
78
  "react-router-dom": "^6.0.0",
@@ -71,7 +71,7 @@ const devDependencies = {
71
71
  "styled-components": "5.3.11"
72
72
  };
73
73
  const peerDependencies = {
74
- "@strapi/strapi": "^5.0.0",
74
+ "@strapi/strapi": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
75
75
  react: "^17.0.0 || ^18.0.0",
76
76
  "react-dom": "^17.0.0 || ^18.0.0",
77
77
  "react-router-dom": "^6.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-sentry",
3
- "version": "5.0.0-alpha.7",
3
+ "version": "5.0.0-beta.1",
4
4
  "description": "Send Strapi error events to Sentry",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,15 +55,15 @@
55
55
  "@strapi/icons": "1.16.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@strapi/pack-up": "5.0.0-alpha.7",
59
- "@strapi/strapi": "5.0.0-alpha.7",
58
+ "@strapi/pack-up": "5.0.0-beta.1",
59
+ "@strapi/strapi": "5.0.0-beta.1",
60
60
  "react": "^18.2.0",
61
61
  "react-dom": "^18.2.0",
62
62
  "react-router-dom": "6.22.3",
63
63
  "styled-components": "5.3.11"
64
64
  },
65
65
  "peerDependencies": {
66
- "@strapi/strapi": "^5.0.0",
66
+ "@strapi/strapi": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
67
67
  "react": "^17.0.0 || ^18.0.0",
68
68
  "react-dom": "^17.0.0 || ^18.0.0",
69
69
  "react-router-dom": "^6.0.0",
@@ -79,5 +79,5 @@
79
79
  "description": "Send Strapi error events to Sentry.",
80
80
  "kind": "plugin"
81
81
  },
82
- "gitHead": "9b94d7f8880803bb8e6acd52215588438793e160"
82
+ "gitHead": "ae773621dfcbc67c49dc6fa52ac41ea5de676ecb"
83
83
  }