chore(ui) Upgrade packages

Move to current  on all non-major upgrades as of 2025-07-11Z18:45

## Runtime

|  Package | From  | To  | Diffs |
|---|---|---| --- |
| framer-motion | 12.23.0 | 12.23.5 | https://github.com/motiondivision/motion/compare/v12.23.0...v12.23.5 |
| react-simple-keyboard | 3.8.89 | 3.8.93 |  Upstream dependencies only|

## Dev

|  Package | From  | To  | Diffs |
|---|---|---|---|
| @typescript-eslint/eslint-plugin | 8.35.1 | 8.36.0 | https://github.com/typescript-eslint/typescript-eslint/compare/v8.35.1...v8.36.0 |
| @typescript-eslint/parser | 8.35.1 | 8.36.0  | https://github.com/typescript-eslint/typescript-eslint/compare/v8.35.1...v8.36.0 |
| prettier-plugin-tailwindcss | 0.6.13 | 0.6.14 | https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.13...v0.6.14 |
This commit is contained in:
Marc Brooks 2025-07-11 13:46:14 -05:00
parent f1953fddbc
commit 8a833dfffd
No known key found for this signature in database
GPG Key ID: 583A6AF2D6AE1DC6
2 changed files with 341 additions and 316 deletions

647
ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,7 +33,7 @@
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"eslint-import-resolver-alias": "^1.1.2", "eslint-import-resolver-alias": "^1.1.2",
"focus-trap-react": "^11.0.4", "focus-trap-react": "^11.0.4",
"framer-motion": "^12.23.0", "framer-motion": "^12.23.3",
"lodash.throttle": "^4.1.1", "lodash.throttle": "^4.1.1",
"mini-svg-data-uri": "^1.4.4", "mini-svg-data-uri": "^1.4.4",
"react": "^19.1.0", "react": "^19.1.0",
@ -42,7 +42,7 @@
"react-hot-toast": "^2.5.2", "react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
"react-router-dom": "^6.22.3", "react-router-dom": "^6.22.3",
"react-simple-keyboard": "^3.8.89", "react-simple-keyboard": "^3.8.93",
"react-use-websocket": "^4.13.0", "react-use-websocket": "^4.13.0",
"react-xtermjs": "^1.0.10", "react-xtermjs": "^1.0.10",
"recharts": "^2.15.3", "recharts": "^2.15.3",
@ -63,8 +63,8 @@
"@types/react-dom": "^19.1.6", "@types/react-dom": "^19.1.6",
"@types/semver": "^7.7.0", "@types/semver": "^7.7.0",
"@types/validator": "^13.15.2", "@types/validator": "^13.15.2",
"@typescript-eslint/eslint-plugin": "^8.35.1", "@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.35.1", "@typescript-eslint/parser": "^8.36.0",
"@vitejs/plugin-react-swc": "^3.10.2", "@vitejs/plugin-react-swc": "^3.10.2",
"autoprefixer": "^10.4.21", "autoprefixer": "^10.4.21",
"eslint": "^9.30.1", "eslint": "^9.30.1",
@ -76,7 +76,7 @@
"globals": "^16.3.0", "globals": "^16.3.0",
"postcss": "^8.5.6", "postcss": "^8.5.6",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.13", "prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.1.11", "tailwindcss": "^4.1.11",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"vite": "^6.3.5", "vite": "^6.3.5",