Skip to content

Commit

Permalink
feat: yoastseo peer dep + export type
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMartens committed Mar 1, 2023
1 parent 891d811 commit 8b3c9ef
Show file tree
Hide file tree
Showing 3 changed files with 1,186 additions and 959 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-plugin-seo-tools",
"version": "3.0.0",
"version": "3.1.0",
"license": "GPL-3.0",
"main": "./lib/cjs",
"module": "./lib/esm",
Expand Down Expand Up @@ -43,31 +43,32 @@
},
"devDependencies": {
"@sanity/check": "^2.0.9",
"@sanity/form-builder": "^2.3.3",
"@sanity/react-hooks": "^2.10.0",
"@sanity/form-builder": "^2.35.5",
"@sanity/react-hooks": "^2.35.5",
"@sanity/ui": "^0.37.12",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.223",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.37",
"@types/react": "^17.0.1",
"@types/styled-components": "^5.1.25",
"@types/styled-components": "^5.1.26",
"npm-run-all": "^4.1.5",
"react": "^17.0.1",
"styled-components": "^5.3.5",
"typescript": "^4.7.4"
"styled-components": "^5.3.6",
"typescript": "^4.9.5",
"yoastseo": "^1.91.1"
},
"peerDependencies": {
"@sanity/form-builder": "^0.0.0",
"@sanity/react-hooks": "^2.0.0",
"@sanity/ui": "^0.0.0",
"react": "^16.0.0||^17.0.0",
"styled-components": "^5.3.5"
"styled-components": "^5.3.5",
"yoastseo": ">=1.0.0"
},
"dependencies": {
"jed": "^1.1.1",
"just-safe-get": "^4.0.1",
"just-safe-get": "^4.2.0",
"react-serp-preview": "^1.1.0",
"string-pixel-width": "^1.10.0",
"swr": "^1.3.0",
"yoastseo": "^1.91.0"
"string-pixel-width": "^1.11.0",
"swr": "^1.3.0"
}
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { SeoToolsPane } from './components'
export { SeoToolsContext, SeoToolsContextValue } from './context'
export { SeoToolsContext, type SeoToolsContextValue } from './context'
Loading

0 comments on commit 8b3c9ef

Please sign in to comment.