Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2023
1 parent c217b08 commit 68f3bac
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"esbuild": "0.14.49",
"eslint": "7.32.0",
"husky": "8.0.3",
"jest": "28.1.3",
"jest": "29.7.0",
"jest-specific-snapshot": "5.0.0",
"lint-staged": "13.0.3",
"npm-check-updates": "15.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/last-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"unist-builder": "3.0.0"
},
"devDependencies": {
"@jest/globals": "28.1.3",
"@jest/globals": "29.7.0",
"@lottiefiles/jest-config": "1.0.0",
"@lottiefiles/lottie-types": "1.4.0",
"@types/jest": "28.1.8",
"@types/jest": "29.5.7",
"@types/unist": "2.0.7",
"esbuild": "0.14.49",
"tsup": "6.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/last/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@jest/globals": "28.1.3",
"@jest/globals": "29.7.0",
"@lottiefiles/jest-config": "1.0.0",
"@lottiefiles/lottie-types": "1.4.0",
"@types/jest": "28.1.8",
"@types/jest": "29.5.7",
"@types/unist": "2.0.7",
"esbuild": "0.14.49",
"tsup": "6.1.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/relottie-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@
"unist-util-is": "5.1.1"
},
"devDependencies": {
"@jest/globals": "28.1.3",
"@jest/globals": "29.7.0",
"@lottiefiles/jest-config": "1.0.0",
"@lottiefiles/lottie-types": "1.4.0",
"@types/jest": "28.1.8",
"@types/jest": "29.5.7",
"@types/jest-specific-snapshot": "0.5.6",
"@types/node": "18.0.4",
"@types/unist": "2.0.7",
"esbuild": "0.14.49",
"jest": "28.1.3",
"jest": "29.7.0",
"jest-specific-snapshot": "5.0.0",
"ts-jest": "28.0.8",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tsup": "6.1.3",
"typescript": "4.7.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/relottie-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
"@lottiefiles/last": "workspace:*"
},
"devDependencies": {
"@jest/globals": "28.1.3",
"@jest/globals": "29.7.0",
"@lottiefiles/jest-config": "1.0.0",
"@lottiefiles/last-builder": "workspace:*",
"@lottiefiles/lottie-types": "1.4.0",
"@lottiefiles/relottie-parse": "workspace:*",
"@types/jest": "28.1.8",
"@types/jest": "29.5.7",
"@types/node": "18.0.4",
"@types/unist": "2.0.7",
"esbuild": "0.14.49",
Expand Down
4 changes: 2 additions & 2 deletions packages/relottie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"unified": "10.1.2"
},
"devDependencies": {
"@jest/globals": "28.1.3",
"@jest/globals": "29.7.0",
"@lottiefiles/jest-config": "1.0.0",
"@types/jest": "28.1.8",
"@types/jest": "29.5.7",
"@types/jest-specific-snapshot": "0.5.6",
"@types/node": "18.0.4",
"@types/unist": "2.0.7",
Expand Down

0 comments on commit 68f3bac

Please sign in to comment.