Skip to content

Commit

Permalink
build(deps): update testing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JoosepAlviste committed Feb 11, 2024
1 parent 72c0937 commit 69cb0fa
Show file tree
Hide file tree
Showing 8 changed files with 188 additions and 173 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"@types/pg": "^8.6.6",
"@vitest/coverage-v8": "^1.2.2",
"just-filter-object": "^3.2.0",
"madge": "^6.0.0",
"nock": "^13.3.1",
"madge": "^6.1.0",
"nock": "^13.5.1",
"rimraf": "^5.0.5",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:e2e:headed": "pnpm test:e2e -- --headed"
},
"devDependencies": {
"@playwright/test": "^1.35.1",
"@playwright/test": "^1.41.2",
"@serieslist/eslint-config-base": "workspace:*",
"@serieslist/prettier-config": "workspace:*",
"@serieslist/typescript-config-base": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions apps/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,18 @@
"@serieslist/prettier-config": "workspace:*",
"@serieslist/typescript-config-base": "workspace:*",
"@serieslist/util-types": "workspace:*",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.11.17",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"@types/react-highlight-words": "^0.16.4",
"@types/react-transition-group": "^4.4.6",
"@vanilla-extract/vite-plugin": "^3.9.3",
"@vitest/coverage-v8": "^1.2.2",
"jsdom": "^22.1.0",
"madge": "^6.0.0",
"jsdom": "^24.0.0",
"madge": "^6.1.0",
"mock-apollo-client": "^1.2.1",
"nanoid": "^4.0.2",
"resolve-tspaths": "^0.8.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-db-factories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@faker-js/faker": "^8.4.0",
"@faker-js/faker": "^8.4.1",
"@serieslist/core-db": "workspace:*",
"@serieslist/core-logger": "workspace:*",
"@serieslist/util-arrays": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-prettier": "^8.1.0",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^14.2.1",
"@types/react": "^18.0.8",
"@vanilla-extract/vite-plugin": "^3.9.3",
"@vitest/coverage-v8": "^1.2.2",
"jsdom": "^22.1.0",
"jsdom": "^24.0.0",
"react": "^18.2.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-series-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"date-fns": "^2.30.0",
"fishery": "^2.2.2",
"just-filter-object": "^3.2.0",
"nock": "^13.3.1",
"nock": "^13.5.1",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/feature-tmdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"zod": "^3.22.3"
},
"devDependencies": {
"@faker-js/faker": "^8.4.0",
"@faker-js/faker": "^8.4.1",
"@serieslist/eslint-config-base": "workspace:*",
"@serieslist/prettier-config": "workspace:*",
"@serieslist/typescript-config-base": "workspace:*",
"date-fns": "^2.30.0",
"fishery": "^2.2.2",
"nanoid": "^4.0.2",
"nock": "^13.3.1",
"nock": "^13.5.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 69cb0fa

Please sign in to comment.