Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,384 changes: 1,544 additions & 840 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test:ci": "jest --ci --passWithNoTests --testPathIgnorePatterns=dist"
},
"dependencies": {
"jest": "^29.7.0",
"jest": "^30.0.0",
"prettier": "^3.5.3"
}
}
2,851 changes: 1,981 additions & 870 deletions tests/npm/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions tests/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"test:ci": "echo \"test CI\""
},
"dependencies": {
"gatsby": "^5.14.3",
"jest": "^29.7.0",
"nx": "^21.1.2",
"gatsby": "^5.14.4",
"jest": "^30.0.0",
"nx": "^21.2.0",
"prettier": "^3.5.3",
"storybook": "^9.0.5"
"storybook": "^9.0.9"
}
}
8 changes: 4 additions & 4 deletions tests/pnpm-package-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"test:ci": "echo \"test CI\""
},
"dependencies": {
"gatsby": "^5.14.3",
"jest": "^29.7.0",
"nx": "^21.1.2",
"gatsby": "^5.14.4",
"jest": "^30.0.0",
"nx": "^21.2.0",
"prettier": "^3.5.3",
"storybook": "^9.0.5"
"storybook": "^9.0.9"
},
"packageManager": "[email protected]"
}
4,220 changes: 2,229 additions & 1,991 deletions tests/pnpm-package-manager/pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions tests/pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"test:ci": "echo \"test CI\""
},
"dependencies": {
"gatsby": "^5.14.3",
"jest": "^29.7.0",
"nx": "^21.1.2",
"gatsby": "^5.14.4",
"jest": "^30.0.0",
"nx": "^21.2.0",
"prettier": "^3.5.3",
"storybook": "^9.0.5"
"storybook": "^9.0.9"
}
}
4,220 changes: 2,229 additions & 1,991 deletions tests/pnpm/pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions tests/yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"test:ci": "echo \"test CI\""
},
"dependencies": {
"gatsby": "^5.14.3",
"jest": "^29.7.0",
"nx": "^21.1.2",
"gatsby": "^5.14.4",
"jest": "^30.0.0",
"nx": "^21.2.0",
"prettier": "^3.5.3",
"storybook": "^9.0.5"
"storybook": "^9.0.9"
}
}
1,883 changes: 1,126 additions & 757 deletions tests/yarn/yarn.lock

Large diffs are not rendered by default.

Loading