mirror of https://github.com/astral-sh/ruff
[playground] Upgrade dependencies (#16825)
This commit is contained in:
parent
ded9c69888
commit
c9cd0acaeb
File diff suppressed because it is too large
Load Diff
|
|
@ -20,19 +20,18 @@
|
|||
"devDependencies": {
|
||||
"@eslint/js": "^9.21.0",
|
||||
"@tailwindcss/vite": "^4.0.14",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react": "^19.0.11",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"@vitejs/plugin-react-swc": "^3.0.0",
|
||||
"eslint": "^9.0.0",
|
||||
"eslint": "^9.22.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-react": "^7.31.11",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"postcss": "^8.4.20",
|
||||
"prettier": "^3.0.0",
|
||||
"tailwindcss": "^4.0.9",
|
||||
"typescript": "^5.1.6",
|
||||
"typescript-eslint": "^8.25.0",
|
||||
"vite": "^6.0.0",
|
||||
"prettier": "^3.5.3",
|
||||
"tailwindcss": "^4.0.14",
|
||||
"typescript": "^5.8.2",
|
||||
"typescript-eslint": "^8.26.1",
|
||||
"vite": "^6.2.2",
|
||||
"wasm-pack": "^0.13.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-resizable-panels": "^2.0.0",
|
||||
"ruff_wasm": "file:./ruff_wasm",
|
||||
"ruff_wasm": "file:ruff_wasm",
|
||||
"shared": "0.0.0",
|
||||
"smol-toml": "^1.3.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue