Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2023
1 parent 8fd71ff commit 8e66be2
Show file tree
Hide file tree
Showing 4 changed files with 623 additions and 1,370 deletions.
16 changes: 8 additions & 8 deletions server/apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/body-parser": "1.19.2",
"@types/express": "4.17.17",
"@types/http-status-codes": "1.2.0",
"@types/lodash": "4.14.191",
"@types/lodash": "4.14.194",
"argon2": "0.30.3",
"big.js": "6.2.1",
"body-parser": "1.20.2",
Expand All @@ -27,19 +27,19 @@
"dotenv": "16.0.3",
"express": "4.18.2",
"http-status-codes": "2.2.0",
"joi": "17.8.3",
"joi": "17.9.1",
"lodash": "4.17.21",
"sqlite": "4.1.2",
"sqlite3": "5.1.4",
"sqlite3": "5.1.6",
"winston": "3.8.2"
},
"devDependencies": {
"@swc/core": "1.3.40",
"@swc/core": "1.3.51",
"@swc/jest": "0.2.26",
"@tsconfig/node16": "1.0.3",
"@types/jest": "29.5.0",
"@types/jest-when": "3.5.2",
"@types/node": "18.15.1",
"@types/node": "18.15.11",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
Expand All @@ -51,9 +51,9 @@
"eslint-plugin-import": "2.27.5",
"jest": "29.5.0",
"jest-when": "3.5.2",
"node-mocks-http": "1.12.1",
"node-mocks-http": "1.12.2",
"supertest": "6.3.3",
"tsup": "6.6.3",
"typescript": "4.9.5"
"tsup": "6.7.0",
"typescript": "5.0.4"
}
}
16 changes: 8 additions & 8 deletions server/apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@formatjs/intl-numberformat": "8.3.5",
"@types/node": "18.15.1",
"@types/react": "18.0.28",
"@formatjs/intl-numberformat": "8.4.0",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"bootstrap": "5.2.3",
"chart.js": "4.2.1",
"react": "18.2.0",
"react-bootstrap": "2.7.2",
"react-bootstrap": "2.7.4",
"react-chartjs-2": "5.2.0",
"react-dom": "18.2.0",
"react-query": "3.39.3"
"@tanstack/react-query": "4.0.5"
},
"scripts": {
"build": "vite build",
Expand All @@ -37,7 +37,7 @@
]
},
"devDependencies": {
"@types/react": "18.0.28",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
Expand All @@ -50,7 +50,7 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"typescript": "4.9.5",
"vite": "4.1.4"
"typescript": "5.0.4",
"vite": "4.2.1"
}
}
Loading

0 comments on commit 8e66be2

Please sign in to comment.