update and dedupe lockfiles

This commit is contained in:
Sean Sube 2025-06-18 21:44:10 -05:00
parent 599ed993d3
commit 273ad95fa0
No known key found for this signature in database
GPG Key ID: 3EED7B957D362AF1
6 changed files with 725 additions and 16834 deletions

4286
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,9 +11,10 @@
}, },
"dependencies": { "dependencies": {
"@apollo/client": "^3.9.5", "@apollo/client": "^3.9.5",
"@emotion/react": "^11.11.3", "@mui/material": "^7.1.1",
"@emotion/styled": "^11.11.0", "@mui/icons-material": "^7.1.1",
"@mui/material": "^5.17.1", "@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@task-receipts/shared": "file:../shared", "@task-receipts/shared": "file:../shared",
"graphql": "^16.8.1", "graphql": "^16.8.1",
"react": "^18.2.0", "react": "^18.2.0",
@ -23,8 +24,8 @@
"devDependencies": { "devDependencies": {
"@types/react": "^18.2.55", "@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19", "@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2", "@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^7.0.2", "@typescript-eslint/parser": "^8.34.0",
"@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0", "eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",

4272
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,11 +12,5 @@
"test": "npm run test --workspaces", "test": "npm run test --workspaces",
"lint": "npm run lint --workspaces", "lint": "npm run lint --workspaces",
"lint:fix": "npm run lint:fix --workspaces" "lint:fix": "npm run lint:fix --workspaces"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.1.1",
"@mui/material": "^7.1.1"
} }
} }

8980
server/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,8 +40,8 @@
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
"@types/node": "^20.11.24", "@types/node": "^20.11.24",
"@types/pg": "^8.11.2", "@types/pg": "^8.11.2",
"@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^7.1.0", "@typescript-eslint/parser": "^8.34.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"jest": "^29.7.0", "jest": "^29.7.0",
"ts-jest": "^29.1.2", "ts-jest": "^29.1.2",