mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-05 22:28:01 +08:00
chore: bump oxlint version
This commit is contained in:
parent
255fd7f410
commit
41495981a8
9 changed files with 614 additions and 440 deletions
|
@ -93,7 +93,7 @@
|
|||
"eslint-watch": "8.0.0",
|
||||
"ioredis-mock": "7.4.0",
|
||||
"openapi3-ts": "2.0.2",
|
||||
"oxlint": "1.1.0",
|
||||
"oxlint": "1.7.0",
|
||||
"readline-sync": "1.4.10",
|
||||
"supertest": "6.2.3",
|
||||
"tsx": "4.16.2",
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
"madge": "8.0.0",
|
||||
"magic-string": "0.30.17",
|
||||
"normalize.css": "8.0.1",
|
||||
"oxlint": "1.1.0",
|
||||
"oxlint": "1.7.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.1.0",
|
||||
"oxlint": "1.7.0",
|
||||
"prettier": "2.8.8",
|
||||
"turbo": "2.3.3",
|
||||
"vitest": "2.1.9"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"chokidar": "3.6.0",
|
||||
"eslint": "8.57.1",
|
||||
"madge": "8.0.0",
|
||||
"oxlint": "1.1.0",
|
||||
"oxlint": "1.7.0",
|
||||
"tsup": "8.4.0",
|
||||
"typescript": "5.5.4",
|
||||
"vitest": "2.1.9"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"chokidar": "3.6.0",
|
||||
"eslint": "8.57.1",
|
||||
"madge": "8.0.0",
|
||||
"oxlint": "1.1.0",
|
||||
"oxlint": "1.7.0",
|
||||
"tsup": "8.4.0",
|
||||
"typescript": "5.5.4",
|
||||
"vitest": "2.1.9"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"@monkeytype/eslint-config": "workspace:*",
|
||||
"eslint": "8.57.1",
|
||||
"nodemon": "3.1.4",
|
||||
"oxlint": "1.1.0"
|
||||
"oxlint": "1.7.0"
|
||||
},
|
||||
"bin": {
|
||||
"monkeytype-release": "./src/index.js"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"devDependencies": {
|
||||
"@monkeytype/typescript-config": "workspace:*",
|
||||
"eslint": "8.57.1",
|
||||
"oxlint": "1.1.0",
|
||||
"oxlint": "1.7.0",
|
||||
"typescript": "5.5.4"
|
||||
},
|
||||
"exports": {
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"chokidar": "3.6.0",
|
||||
"eslint": "8.57.1",
|
||||
"madge": "8.0.0",
|
||||
"oxlint": "1.1.0",
|
||||
"oxlint": "1.7.0",
|
||||
"tsup": "8.4.0",
|
||||
"typescript": "5.5.4",
|
||||
"vitest": "2.1.9",
|
||||
|
|
1038
pnpm-lock.yaml
generated
1038
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue