Skip to content

Commit

Permalink
chore(deps): update jest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 4, 2023
1 parent 0f75f79 commit e7882f7
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion packages/api-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@lens-protocol/eslint-config": "workspace:*",
"@lens-protocol/prettier-config": "workspace:*",
"@lens-protocol/tsconfig": "workspace:*",
"@types/jest": "29.2.3",
"@types/jest": "29.5.2",
"@types/node": "^18.15.11",
"babel-plugin-graphql-tag": "^3.3.0",
"eslint": "^8.34.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@lens-protocol/eslint-config": "workspace:*",
"@lens-protocol/prettier-config": "workspace:*",
"@lens-protocol/tsconfig": "workspace:*",
"@types/jest": "29.2.3",
"@types/jest": "29.5.2",
"eslint": "^8.34.0",
"jest": "^29.4.3",
"ts-jest": "^29.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@lens-protocol/eslint-config": "workspace:*",
"@lens-protocol/prettier-config": "workspace:*",
"@lens-protocol/tsconfig": "workspace:*",
"@types/jest": "29.2.3",
"@types/jest": "29.5.2",
"@types/node": "^18.15.11",
"eslint": "^8.34.0",
"ethers": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@lens-protocol/eslint-config": "workspace:*",
"@lens-protocol/prettier-config": "workspace:*",
"@lens-protocol/tsconfig": "workspace:*",
"@types/jest": "29.2.3",
"@types/jest": "29.5.2",
"@types/jest-when": "^3.5.2",
"eslint": "^8.34.0",
"jest": "^29.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gated-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@lens-protocol/eslint-config": "workspace:*",
"@lens-protocol/prettier-config": "workspace:*",
"@lens-protocol/tsconfig": "workspace:*",
"@types/jest": "29.2.3",
"@types/jest": "29.5.2",
"@types/jest-when": "^3.5.2",
"@types/node": "^18.15.11",
"eslint": "^8.34.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@lens-protocol/prettier-config": "workspace:*",
"@lens-protocol/tsconfig": "workspace:*",
"@testing-library/react": "^13.4.0",
"@types/jest": "29.2.3",
"@types/jest": "29.5.2",
"@types/jest-when": "^3.5.2",
"@types/react": "^18.0.28",
"eslint": "^8.34.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@lens-protocol/prettier-config": "workspace:*",
"@lens-protocol/tsconfig": "workspace:*",
"@testing-library/react": "^13.4.0",
"@types/jest": "29.2.3",
"@types/jest": "29.5.2",
"@types/jest-when": "^3.5.2",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.28",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-gated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "29.2.3",
"@types/jest": "29.5.2",
"@types/node": "^18.15.11",
"@types/pako": "^2.0.0",
"blob-polyfill": "^7.0.20220408",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@lens-protocol/eslint-config": "workspace:*",
"@lens-protocol/prettier-config": "workspace:*",
"@lens-protocol/tsconfig": "workspace:*",
"@types/jest": "29.2.3",
"@types/jest": "29.5.2",
"@types/lodash": "^4.14.191",
"@types/uuid": "^9.0.0",
"eslint": "^8.34.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@lens-protocol/eslint-config": "workspace:*",
"@lens-protocol/prettier-config": "workspace:*",
"@lens-protocol/tsconfig": "workspace:*",
"@types/jest": "29.2.3",
"@types/jest": "29.5.2",
"@types/node": "^18.15.11",
"eslint": "^8.34.0",
"jest": "^29.4.3",
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7882f7

Please sign in to comment.