@tryghost/announcement-bar 1.1.8 → 1.1.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2013-2023 Ghost Foundation
3
+ Copyright (c) 2013-2025 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
@@ -13,4 +13,4 @@ You can automatically start the announcement-bar dev server when developing Ghos
13
13
 
14
14
  # Copyright & License
15
15
 
16
- Copyright (c) 2013-2023 Ghost Foundation - Released under the [MIT license](LICENSE).
16
+ Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/announcement-bar",
3
- "version": "1.1.8",
3
+ "version": "1.1.11",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,7 @@
17
17
  "registry": "https://registry.npmjs.org/"
18
18
  },
19
19
  "dependencies": {
20
- "@tryghost/content-api": "1.11.7",
20
+ "@tryghost/content-api": "1.12.0",
21
21
  "react": "17.0.2",
22
22
  "react-dom": "17.0.2"
23
23
  },
@@ -30,8 +30,7 @@
30
30
  "test:unit": "yarn test:ci",
31
31
  "lint": "eslint src --ext .js --cache",
32
32
  "preship": "yarn lint",
33
- "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version; fi",
34
- "postship": "git push ${GHOST_UPSTREAM:-origin} --follow-tags && npm publish",
33
+ "ship": "node ../../.github/scripts/release-apps.js",
35
34
  "prepublishOnly": "yarn build"
36
35
  },
37
36
  "eslintConfig": {
@@ -79,9 +78,10 @@
79
78
  ]
80
79
  },
81
80
  "devDependencies": {
82
- "@vitejs/plugin-react": "4.1.0",
83
- "vite": "4.5.0",
81
+ "@vitejs/plugin-react": "4.7.0",
82
+ "jsdom": "24.1.3",
83
+ "vite": "5.4.19",
84
84
  "vite-plugin-svgr": "3.3.0",
85
- "vitest": "0.34.3"
85
+ "vitest": "1.6.1"
86
86
  }
87
87
  }