upgrade typescript to 5.9.3

This commit is contained in:
Josh Hawkins 2026-03-04 19:52:40 -06:00
parent 7626bc0344
commit 3f64bbb229
2 changed files with 6 additions and 6 deletions

8
web/package-lock.json generated
View File

@ -120,7 +120,7 @@
"prettier": "^3.3.3", "prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5", "prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.9", "tailwindcss": "^3.4.9",
"typescript": "^5.8.2", "typescript": "^5.9.3",
"vite": "^6.4.1", "vite": "^6.4.1",
"vitest": "^3.0.7" "vitest": "^3.0.7"
} }
@ -12665,9 +12665,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.8.2", "version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {

View File

@ -99,7 +99,6 @@
"@tailwindcss/forms": "^0.5.9", "@tailwindcss/forms": "^0.5.9",
"@testing-library/jest-dom": "^6.6.2", "@testing-library/jest-dom": "^6.6.2",
"@types/lodash": "^4.17.12", "@types/lodash": "^4.17.12",
"monaco-editor": "^0.52.0",
"@types/node": "^20.14.10", "@types/node": "^20.14.10",
"@types/react": "^19.2.14", "@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
@ -121,12 +120,13 @@
"fake-indexeddb": "^6.0.0", "fake-indexeddb": "^6.0.0",
"jest-websocket-mock": "^2.5.0", "jest-websocket-mock": "^2.5.0",
"jsdom": "^24.1.1", "jsdom": "^24.1.1",
"monaco-editor": "^0.52.0",
"msw": "^2.3.5", "msw": "^2.3.5",
"postcss": "^8.4.47", "postcss": "^8.4.47",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5", "prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.9", "tailwindcss": "^3.4.9",
"typescript": "^5.8.2", "typescript": "^5.9.3",
"vite": "^6.4.1", "vite": "^6.4.1",
"vitest": "^3.0.7" "vitest": "^3.0.7"
} }