Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"@vitest/coverage-v8": "4.0.15",
"concurrently": "8.2.2",
"openapi3-ts": "2.0.2",
"oxlint": "1.33.0",
"oxlint-tsgolint": "0.9.0",
"oxlint": "1.34.0",
"oxlint-tsgolint": "0.9.2",
"readline-sync": "1.4.10",
"supertest": "7.1.4",
"testcontainers": "11.10.0",
Expand Down
20 changes: 10 additions & 10 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@
"tsc": "tsc",
"docker": "docker compose -f docker/compose.dev.yml up"
},
"lint-staged": {
"*": [
"oxfmt --no-error-on-unmatched-pattern"
],
"*.{ts,js}": [
"oxlint --type-aware --type-check"
]
},
"dependencies": {
"@date-fns/utc": "1.2.0",
"@monkeytype/contracts": "workspace:*",
Expand Down Expand Up @@ -89,8 +81,8 @@
"madge": "8.0.0",
"magic-string": "0.30.17",
"normalize.css": "8.0.1",
"oxlint": "1.33.0",
"oxlint-tsgolint": "0.9.0",
"oxlint": "1.34.0",
"oxlint-tsgolint": "0.9.2",
"postcss": "8.4.31",
"sass": "1.70.0",
"subset-font": "2.3.0",
Expand All @@ -107,6 +99,14 @@
"vite-plugin-pwa": "1.1.0",
"vitest": "4.0.15"
},
"lint-staged": {
"*": [
"oxfmt --no-error-on-unmatched-pattern"
],
"*.{ts,js}": [
"oxlint --type-aware --type-check"
]
},
"browserslist": [
"defaults",
"not op_mini all",
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@
"check-assets-others": "turbo check-assets --filter @monkeytype/frontend -- others",
"knip": "knip"
},
"lint-staged": {
"*": [
"oxfmt --no-error-on-unmatched-pattern"
],
"*.{ts,js}": [
"oxlint --type-aware --type-check"
]
},
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "19.2.2",
Expand All @@ -72,15 +64,23 @@
"knip": "2.19.2",
"lint-staged": "13.2.3",
"only-allow": "1.2.1",
"oxfmt": "0.18.0",
"oxlint": "1.33.0",
"oxlint-tsgolint": "0.9.0",
"oxfmt": "0.19.0",
"oxlint": "1.34.0",
"oxlint-tsgolint": "0.9.2",
"prettier": "3.7.1",
"turbo": "2.5.6",
"vitest": "4.0.15"
},
"packageManager": "pnpm@9.6.0",
"lint-staged": {
"*": [
"oxfmt --no-error-on-unmatched-pattern"
],
"*.{ts,js}": [
"oxlint --type-aware --type-check"
]
},
"engines": {
"node": "24.11.0 || 22.21.0"
}
},
"packageManager": "pnpm@9.6.0"
}
4 changes: 2 additions & 2 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@monkeytype/tsup-config": "workspace:*",
"@monkeytype/typescript-config": "workspace:*",
"madge": "8.0.0",
"oxlint": "1.33.0",
"oxlint-tsgolint": "0.9.0",
"oxlint": "1.34.0",
"oxlint-tsgolint": "0.9.2",
"tsup": "8.4.0",
"typescript": "5.9.3",
"vitest": "4.0.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/funbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@monkeytype/tsup-config": "workspace:*",
"@monkeytype/typescript-config": "workspace:*",
"madge": "8.0.0",
"oxlint": "1.33.0",
"oxlint-tsgolint": "0.9.0",
"oxlint": "1.34.0",
"oxlint-tsgolint": "0.9.2",
"tsup": "8.4.0",
"typescript": "5.9.3",
"vitest": "4.0.15"
Expand Down
6 changes: 3 additions & 3 deletions packages/release/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@monkeytype/release",
"private": true,
"type": "module",
"bin": {
"monkeytype-release": "./src/index.js"
},
"type": "module",
"scripts": {
"dev": "nodemon --watch src --exec \"node ./src/index.js --dry\"",
"dev-hotfix": "nodemon --watch src --exec \"node ./src/index.js --dry --hotfix\"",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"nodemon": "3.1.4",
"oxlint": "1.33.0",
"oxlint-tsgolint": "0.9.0"
"oxlint": "1.34.0",
"oxlint-tsgolint": "0.9.2"
}
}
4 changes: 2 additions & 2 deletions packages/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@monkeytype/tsup-config": "workspace:*",
"@monkeytype/typescript-config": "workspace:*",
"madge": "8.0.0",
"oxlint": "1.33.0",
"oxlint-tsgolint": "0.9.0",
"oxlint": "1.34.0",
"oxlint-tsgolint": "0.9.2",
"tsup": "8.4.0",
"typescript": "5.9.3",
"vitest": "4.0.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/tsup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"devDependencies": {
"@monkeytype/typescript-config": "workspace:*",
"oxlint": "1.33.0",
"oxlint-tsgolint": "0.9.0",
"oxlint": "1.34.0",
"oxlint-tsgolint": "0.9.2",
"typescript": "5.9.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@monkeytype/tsup-config": "workspace:*",
"@monkeytype/typescript-config": "workspace:*",
"madge": "8.0.0",
"oxlint": "1.33.0",
"oxlint-tsgolint": "0.9.0",
"oxlint": "1.34.0",
"oxlint-tsgolint": "0.9.2",
"tsup": "8.4.0",
"typescript": "5.9.3",
"vitest": "4.0.15",
Expand Down
Loading
Loading