Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
s0hv committed Apr 7, 2024
1 parent 8bdc1c5 commit 549f565
Show file tree
Hide file tree
Showing 3 changed files with 1,489 additions and 895 deletions.
4 changes: 2 additions & 2 deletions web/__tests__/api/__snapshots__/manga.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`GET /api/manga/:mangaId/chapters > Returns 400 with invalid sort column
[
{
"location": "query",
"msg": "Sort column must be one of \\"chapter_id\\", \\"chapter_number\\", \\"release_date\\", \\"group\\"",
"msg": "Sort column must be one of "chapter_id", "chapter_number", "release_date", "group"",
"param": "sortBy",
"value": "test",
},
Expand All @@ -15,7 +15,7 @@ exports[`GET /api/manga/:mangaId/chapters > Returns 400 with invalid sort direct
[
{
"location": "query",
"msg": "Sorting direction must be one of \\"asc\\" or \\"desc\\"",
"msg": "Sorting direction must be one of "asc" or "desc"",
"param": "sort",
"value": "test",
},
Expand Down
25 changes: 19 additions & 6 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@tanstack/table-core": "^8.9.3",
"@types/cookie-parser": "^1.4.3",
"@types/csurf": "^1.11.2",
"@types/express": "^4.17.17",
"@types/express": "^4.17.21",
"@types/express-serve-static-core": "^4.17.35",
"@types/lodash.throttle": "^4.1.7",
"@types/node": "^18.17.6",
Expand All @@ -86,7 +86,7 @@
"csrf": "^3.1.0",
"csurf": "^1.11.0",
"date-fns": "^2.30.0",
"express": "^4.18.2",
"express": "^4.19.2",
"express-validator": "^6.15.0",
"final-form": "^4.20.10",
"frappe-charts": "^1.6.2",
Expand Down Expand Up @@ -120,7 +120,7 @@
"react-frappe-charts": "^4.1.0",
"react-is": "^18.2.0",
"rss": "github:s0hv/node-rss#semver:1.3.0",
"sharp": "^0.32.5",
"sharp": "^0.33.3",
"snakecase-keys": "^5.4.6",
"styled-components": "^5.3.11",
"supports-color": "^9.4.0",
Expand Down Expand Up @@ -149,8 +149,8 @@
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-istanbul": "^0.33.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-istanbul": "^1.4.0",
"cookie": "^0.5.0",
"cookie-signature": "^1.2.1",
"cross-env": "^7.0.3",
Expand Down Expand Up @@ -180,6 +180,19 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.33.0"
"vitest": "^1.4.0"
},
"pnpm": {
"overrides": {
"postcss@<8.4.31": ">=8.4.31",
"zod@<=3.22.2": ">=3.22.3",
"@adobe/css-tools@<4.3.2": ">=4.3.2",
"follow-redirects@<1.15.4": ">=1.15.4",
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"@cypress/request@<=2.88.12": ">=3.0.0",
"jose@>=3.0.0 <=4.15.4": ">=4.15.5",
"follow-redirects@<=1.15.5": ">=1.15.6",
"@babel/traverse@<7.23.2": ">=7.23.2"
}
}
}
Loading

0 comments on commit 549f565

Please sign in to comment.