Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/post-picker' into featur…
Browse files Browse the repository at this point in the history
…e/post-picker
  • Loading branch information
mogmarsh committed Apr 19, 2023
2 parents a91c03c + 478846f commit 77eea11
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
18 changes: 7 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@alleyinteractive/block-editor-tools": "^0.2.0",
"@alleyinteractive/block-editor-tools": "^0.3",
"@types/jest": "^29.5.0",
"@types/wordpress__block-editor": "^7.0.0",
"@wordpress/a11y": "^3.30.0",
Expand Down
1 change: 1 addition & 0 deletions plugin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "@alleyinteractive/tsconfig/base.json",
"exclude": [
"node_modules",
"vendor"
]
}
4 changes: 1 addition & 3 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@
"test/**/*.jsx"
]
},
// A package's `lint` script has no dependencies and
// can be run whenever. It also has no filesystem outputs.
"lint": {
"dependsOn": ["^build"]
"dependsOn": ["build"]
}
}
}

0 comments on commit 77eea11

Please sign in to comment.