0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

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