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
1,254 changes: 788 additions & 466 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": "^30.0.4",
"jest": "^30.0.5",
"prettier": "^3.6.2"
}
}
1,900 changes: 792 additions & 1,108 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.5",
"jest": "^30.0.4",
"nx": "^21.2.4",
"gatsby": "^5.14.6",
"jest": "^30.0.5",
"nx": "^21.3.11",
"prettier": "^3.6.2",
"storybook": "^9.0.17"
"storybook": "^9.1.1"
}
}
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.5",
"jest": "^30.0.4",
"nx": "^21.2.4",
"gatsby": "^5.14.6",
"jest": "^30.0.5",
"nx": "^21.3.11",
"prettier": "^3.6.2",
"storybook": "^9.0.17"
"storybook": "^9.1.1"
},
"packageManager": "pnpm@10.8.0"
}
2,978 changes: 1,339 additions & 1,639 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.5",
"jest": "^30.0.4",
"nx": "^21.2.4",
"gatsby": "^5.14.6",
"jest": "^30.0.5",
"nx": "^21.3.11",
"prettier": "^3.6.2",
"storybook": "^9.0.17"
"storybook": "^9.1.1"
}
}
2,971 changes: 1,339 additions & 1,632 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.5",
"jest": "^30.0.4",
"nx": "^21.2.4",
"gatsby": "^5.14.6",
"jest": "^30.0.5",
"nx": "^21.3.11",
"prettier": "^3.6.2",
"storybook": "^9.0.17"
"storybook": "^9.1.1"
}
}
Loading
Loading