mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-06 06:37:35 +08:00
chore: bump oxlint version
This commit is contained in:
parent
14ce657273
commit
057fdf3fed
10 changed files with 453 additions and 402 deletions
|
@ -89,7 +89,7 @@
|
|||
"eslint": "8.57.1",
|
||||
"eslint-watch": "8.0.0",
|
||||
"openapi3-ts": "2.0.2",
|
||||
"oxlint": "1.11.1",
|
||||
"oxlint": "1.12.0",
|
||||
"readline-sync": "1.4.10",
|
||||
"supertest": "6.2.3",
|
||||
"testcontainers": "11.4.0",
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
"madge": "8.0.0",
|
||||
"magic-string": "0.30.17",
|
||||
"normalize.css": "8.0.1",
|
||||
"oxlint": "1.11.1",
|
||||
"oxlint": "1.12.0",
|
||||
"postcss": "8.4.31",
|
||||
"sass": "1.70.0",
|
||||
"subset-font": "2.3.0",
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
"knip": "2.19.2",
|
||||
"lint-staged": "13.2.3",
|
||||
"only-allow": "1.2.1",
|
||||
"oxlint": "1.11.1",
|
||||
"oxlint": "1.12.0",
|
||||
"prettier": "2.8.8",
|
||||
"turbo": "2.5.6",
|
||||
"vitest": "3.2.4"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"@monkeytype/typescript-config": "workspace:*",
|
||||
"eslint": "8.57.1",
|
||||
"madge": "8.0.0",
|
||||
"oxlint": "1.11.1",
|
||||
"oxlint": "1.12.0",
|
||||
"tsup": "8.4.0",
|
||||
"typescript": "5.5.4",
|
||||
"vitest": "3.2.4"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"@monkeytype/typescript-config": "workspace:*",
|
||||
"eslint": "8.57.1",
|
||||
"madge": "8.0.0",
|
||||
"oxlint": "1.11.1",
|
||||
"oxlint": "1.12.0",
|
||||
"tsup": "8.4.0",
|
||||
"typescript": "5.5.4",
|
||||
"vitest": "3.2.4"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"@monkeytype/eslint-config": "workspace:*",
|
||||
"eslint": "8.57.1",
|
||||
"nodemon": "3.1.4",
|
||||
"oxlint": "1.11.1"
|
||||
"oxlint": "1.12.0"
|
||||
},
|
||||
"bin": {
|
||||
"monkeytype-release": "./src/index.js"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"@monkeytype/typescript-config": "workspace:*",
|
||||
"eslint": "8.57.1",
|
||||
"madge": "8.0.0",
|
||||
"oxlint": "1.11.1",
|
||||
"oxlint": "1.12.0",
|
||||
"tsup": "8.4.0",
|
||||
"typescript": "5.5.4",
|
||||
"vitest": "3.2.4"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"devDependencies": {
|
||||
"@monkeytype/typescript-config": "workspace:*",
|
||||
"eslint": "8.57.1",
|
||||
"oxlint": "1.11.1",
|
||||
"oxlint": "1.12.0",
|
||||
"typescript": "5.5.4"
|
||||
},
|
||||
"exports": {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"@monkeytype/typescript-config": "workspace:*",
|
||||
"eslint": "8.57.1",
|
||||
"madge": "8.0.0",
|
||||
"oxlint": "1.11.1",
|
||||
"oxlint": "1.12.0",
|
||||
"tsup": "8.4.0",
|
||||
"typescript": "5.5.4",
|
||||
"vitest": "3.2.4",
|
||||
|
|
837
pnpm-lock.yaml
generated
837
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue