Skip to content

Commit

Permalink
chore(deps): update update jest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent 85324ca commit dbe1d48
Show file tree
Hide file tree
Showing 9 changed files with 2,946 additions and 1,389 deletions.
2 changes: 1 addition & 1 deletion libs/application-generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@nestjs/passport": "10.0.3",
"@types/got": "^9.6.12",
"@types/jest": "29.5.2",
"@types/jest": "29.5.14",
"@types/newrelic": "^9",
"@types/sanitize-html": "^2.11.0",
"@types/sinon": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "^6.0.0",
"@rollup/plugin-replace": "^5.0.2",
"@types/jest": "29.5.2",
"@types/jest": "29.5.14",
"@types/node": "^20.15.0",
"colors": "1.4.0",
"concurrently": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@swc/core": "~1.3.85",
"@types/eslint__js": "^8.42.3",
"@types/inquirer": "8.2.10",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/node": "18.16.9",
"auto": "^10.36.5",
"chalk": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@novu/shared": "workspace:*"
},
"devDependencies": {
"@types/jest": "29.5.2",
"@types/jest": "29.5.14",
"@types/node": "^20.15.0",
"codecov": "^3.5.0",
"jest": "^27.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/jest": "29.5.2",
"@types/jest": "29.5.14",
"codecov": "^3.5.0",
"cspell": "^4.1.0",
"gh-pages": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/jest": "29.5.2",
"@types/jest": "29.5.14",
"@types/lodash.get": "^4.4.6",
"@types/lodash.merge": "^4.6.6",
"@types/node": "^20.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/bluebird": "^3.5.24",
"@types/jest": "29.5.2",
"@types/jest": "29.5.14",
"json-schema-to-ts": "^3.0.0",
"rimraf": "^3.0.2",
"typescript": "5.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/stateless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"lodash.merge": "^4.6.2"
},
"devDependencies": {
"@types/jest": "29.5.2",
"@types/jest": "29.5.14",
"@types/lodash.get": "^4.4.6",
"@types/lodash.merge": "^4.6.6",
"@types/node": "^20.15.0",
Expand Down
4,319 changes: 2,938 additions & 1,381 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit dbe1d48

Please sign in to comment.