Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie committed Feb 14, 2023
2 parents 22a6071 + c215f68 commit 13a0ee8
Show file tree
Hide file tree
Showing 5 changed files with 5,911 additions and 6,960 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "group:all", "schedule:weekly"],
"ignorePaths": ["clients/**"],
"automerge": true,
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"matchPackagePatterns": ["eslint"],
Expand Down
18 changes: 9 additions & 9 deletions server/apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,33 @@
"dotenv": "16.0.3",
"express": "4.18.2",
"http-status-codes": "2.2.0",
"joi": "17.7.0",
"joi": "17.7.1",
"lodash": "4.17.21",
"sqlite": "4.1.2",
"sqlite3": "5.1.4",
"winston": "3.8.2"
},
"devDependencies": {
"@swc/core": "1.3.32",
"@swc/core": "1.3.35",
"@swc/jest": "0.2.24",
"@tsconfig/node16": "1.0.3",
"@types/jest": "29.2.6",
"@types/jest": "29.4.0",
"@types/jest-when": "3.5.2",
"@types/node": "18.11.19",
"@types/node": "18.13.0",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"bower": "1.8.14",
"eslint": "8.33.0",
"eslint": "8.34.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.5",
"jest": "29.3.1",
"jest": "29.4.2",
"jest-when": "3.5.2",
"node-mocks-http": "1.12.1",
"supertest": "6.3.3",
"tsup": "6.5.0",
"tsup": "6.6.2",
"typescript": "4.9.5"
}
}
17 changes: 8 additions & 9 deletions server/apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
"private": true,
"dependencies": {
"@formatjs/intl-numberformat": "8.3.3",
"@types/node": "16.18.11",
"@types/react": "18.0.27",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"bootstrap": "5.2.3",
"chart.js": "4.2.0",
"chart.js": "4.2.1",
"react": "18.2.0",
"react-bootstrap": "2.7.0",
"react-bootstrap": "2.7.1",
"react-chartjs-2": "5.2.0",
"react-dom": "18.2.0",
"react-query": "3.39.2",
"wait-on": "7.0.1"
"react-query": "3.39.3"
},
"scripts": {
"dev": "vite build --watch",
Expand Down Expand Up @@ -64,13 +63,13 @@
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"react-test-renderer": "18.2.0",
"start-server-and-test": "^1.15.3",
"ts-jest": "29.0.5",
"typescript": "4.9.4",
"vite": "4.0.4",
"typescript": "4.9.5",
"vite": "4.1.1",
"vitest": "0.28.4"
}
}
Loading

0 comments on commit 13a0ee8

Please sign in to comment.