Skip to content

Commit 817b90b

Browse files
authored
add gherkin to main package. Opportunistic update (#832)
1 parent 82a46da commit 817b90b

4 files changed

Lines changed: 154 additions & 238 deletions

File tree

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
packages/database/src/dbTypes.ts
2-
pnpm-lock.yaml
2+
pnpm-lock.yaml

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"prettier": "^3.6.0",
14+
"prettier-plugin-gherkin": "^3.1.3",
1415
"prettier-plugin-tailwindcss": "^0.6.13",
1516
"turbo": "^2.5.4",
1617
"typescript": "5.5.4"

packages/database/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
"tslib": "2.5.1"
5151
},
5252
"devDependencies": {
53-
"@cucumber/cucumber": "^12.1.0",
53+
"@cucumber/cucumber": "^12.7.0",
5454
"@repo/eslint-config": "workspace:*",
5555
"@repo/typescript-config": "workspace:*",
5656
"@types/node": "^20",
5757
"@vercel/sdk": "^1.18.9",
5858
"dotenv": "^16.6.1",
5959
"eslint": "catalog:",
60-
"prettier-plugin-gherkin": "^3.1.2",
60+
"prettier-plugin-gherkin": "^3.1.3",
6161
"supabase": "^2.75.0",
6262
"ts-node-maintained": "^10.9.5",
6363
"tsx": "4.20.6",

0 commit comments

Comments
 (0)