Released @tryghost/announcement-bar v1.1.8

fixes https://github.com/TryGhost/Ghost/issues/18715
This commit is contained in:
Daniel Lockyer 2023-10-25 14:50:55 +02:00 committed by Daniel Lockyer
parent 9cad62d826
commit 14104f8f74

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/announcement-bar",
"version": "1.1.7",
"version": "1.1.8",
"license": "MIT",
"repository": {
"type": "git",
@ -36,28 +36,28 @@
},
"eslintConfig": {
"env": {
"browser": true,
"jest": true
},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2022
},
"extends": [
"plugin:ghost/browser",
"plugin:react/recommended"
],
"plugins": [
"ghost"
],
"rules": {
"react/prop-types": "off"
},
"settings": {
"react": {
"version": "detect"
}
"browser": true,
"jest": true
},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2022
},
"extends": [
"plugin:ghost/browser",
"plugin:react/recommended"
],
"plugins": [
"ghost"
],
"rules": {
"react/prop-types": "off"
},
"settings": {
"react": {
"version": "detect"
}
}
},
"browserslist": {
"production": [