@tryghost/portal 2.36.3 → 2.36.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/portal",
3
- "version": "2.36.3",
3
+ "version": "2.36.5",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "test:unit": "yarn test:ci",
27
27
  "lint": "eslint src --ext .js --cache",
28
28
  "preship": "yarn lint",
29
- "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version; fi",
29
+ "ship": "STATUS=$(git status --porcelain .); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version; else echo \"Uncommitted changes found.\" && exit 1; fi",
30
30
  "postship": "git push ${GHOST_UPSTREAM:-origin} --follow-tags && npm publish",
31
31
  "prepublishOnly": "yarn build"
32
32
  },
@@ -80,12 +80,12 @@
80
80
  "devDependencies": {
81
81
  "@babel/eslint-parser": "7.23.3",
82
82
  "@doist/react-interpolate": "0.4.1",
83
- "@sentry/react": "7.81.1",
84
- "@sentry/tracing": "7.81.1",
83
+ "@sentry/react": "7.85.0",
84
+ "@sentry/tracing": "7.85.0",
85
85
  "@testing-library/jest-dom": "5.17.0",
86
86
  "@testing-library/react": "12.1.5",
87
87
  "@tryghost/i18n": "0.0.0",
88
- "@vitejs/plugin-react": "4.2.0",
88
+ "@vitejs/plugin-react": "4.2.1",
89
89
  "@vitest/coverage-v8": "0.34.3",
90
90
  "@vitest/ui": "0.34.3",
91
91
  "concurrently": "8.2.2",
@@ -94,7 +94,7 @@
94
94
  "jsdom": "22.1.0",
95
95
  "react": "17.0.2",
96
96
  "react-dom": "17.0.2",
97
- "vite": "4.5.0",
97
+ "vite": "4.5.1",
98
98
  "vite-plugin-css-injected-by-js": "3.3.0",
99
99
  "vite-plugin-svgr": "3.3.0",
100
100
  "vitest": "0.34.3"