Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Sep 16, 2024
1 parent 2d9f494 commit bcf9a4c
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"author": "[email protected]",
"scripts": {
"build": "dotenv -- turbo build",
"check": "pnpm check:fixtures && node lint-turbo.mjs && dotenv -- turbo check:lint check:type check:format type:tests",
"check": "pnpm check:fixtures && pnpm check:deployments && node lint-turbo.mjs && dotenv -- turbo check:lint check:type check:format type:tests",
"check:deployments": "node -r esbuild-register tools/deployments/deploy-non-npm-packages.ts check",
"check:fixtures": "node -r esbuild-register tools/deployments/ensure-fixtures-are-not-deployable.ts",
"check:format": "prettier . --check --ignore-unknown",
"check:lint": "dotenv -- turbo check:lint",
Expand All @@ -33,7 +34,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@changesets/parse": "^0.4.0",
"@cloudflare/workers-types": "^4.20240620.0",
"@cloudflare/workers-types": "^4.20240909.0",
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"@manypkg/cli": "^0.21.4",
"@turbo/gen": "^1.10.13",
Expand All @@ -47,18 +48,20 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.2.18",
"rimraf": "^5.0.1",
"tree-kill": "^1.2.2",
"turbo": "^1.10.14",
"typescript": "^5.5.2",
"vite": "^5.0.12",
"vitest": "^1.2.2"
"vitest": "catalog:default"
},
"packageManager": "pnpm@9.1.3",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=18.20.0",
"pnpm": "^9.1.3"
"pnpm": "^9.10.0"
},
"volta": {
"node": "18.20.2"
"node": "18.20.2",
"pnpm": "9.10.0"
},
"pnpm": {
"peerDependencyRules": {
Expand All @@ -74,13 +77,15 @@
"@types/react-tabs>@types/react": "^18",
"@types/react-transition-group>@types/react": "^18",
"@cloudflare/elements>@types/react": "^18",
"capnpc-ts>typescript": "5.5.2"
"capnpc-ts>typescript": "4.2.4",
"vitest>@types/node": "$@types/node"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"@cloudflare/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
}
}

0 comments on commit bcf9a4c

Please sign in to comment.