From 0cf9257b388485aba8affbe35e98c588c837df97 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 3 Aug 2026 11:50:55 -0700 Subject: chore: bump deps and create pnpm-workspace --- package.json | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index ccd7ad9..043b809 100644 --- a/package.json +++ b/package.json @@ -3,28 +3,30 @@ "version": "1.0.0", "license": "MIT", "dependencies": { + "@babel/plugin-transform-private-property-in-object": "^8.0.1", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@types/jest": "^30.0.0", - "@types/node": "^25.9.2", - "@types/react": "^19.2.17", - "@types/react-dom": "19.2.3", + "@types/node": "^25.9.5", + "@types/react": "^17.0.93", + "@types/react-dom": "17.0.14", "@types/react-router-dom": "^5.3.3", + "better-sqlite3": "^13.0.2", "chart.js": "^4.5.1", "cors": "^2.8.6", "dotenv": "^17.4.2", "express": "^5.2.1", - "express-rate-limit": "^8.5.2", + "express-rate-limit": "^8.6.1", "lodash": "^4.18.1", "prop-types": "^15.8.1", - "react": "^19.2.7", + "react": "^19.2.8", "react-chartjs-2": "^5.3.1", - "react-dom": "^19.2.7", - "react-icons": "^5.6.0", - "react-is": "^19.2.7", - "react-router-dom": "^7.17.0", + "react-dom": "^19.2.8", + "react-icons": "^5.7.0", + "react-is": "^19.2.8", + "react-router-dom": "^7.18.2", "react-youtube": "^10.1.0", - "styled-components": "^6.4.2", + "styled-components": "^6.4.4", "typescript": "^6.0.3", "web-vitals": "^5.3.0" }, @@ -65,20 +67,20 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@types/cors": "^2.8.19", "@types/express": "^5.0.6", - "@types/lodash": "^4.17.24", + "@types/lodash": "^4.17.25", "@types/styled-components": "^5.1.36", - "@typescript-eslint/eslint-plugin": "^8.60.1", - "@typescript-eslint/parser": "^8.60.1", - "@vitejs/plugin-react": "^6.0.2", - "@vitest/ui": "^4.1.8", - "concurrently": "^10.0.3", - "eslint": "^10.4.1", + "@typescript-eslint/eslint-plugin": "^8.66.0", + "@typescript-eslint/parser": "^8.66.0", + "@vitejs/plugin-react": "^6.0.5", + "@vitest/ui": "^4.1.10", + "concurrently": "^10.0.4", + "eslint": "^10.8.0", "eslint-plugin-prettier": "^5.5.6", "eslint-plugin-react-hooks": "^7.1.1", - "prettier": "^3.8.3", + "prettier": "^3.9.6", "ts-node": "^10.9.2", - "vite": "^8.0.16", - "vitest": "^4.1.8" + "vite": "^8.2.0", + "vitest": "^4.1.10" }, - "packageManager": "pnpm@8.15.3" + "packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee" } -- cgit v1.2.3