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
560 changes: 280 additions & 280 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.5",
"jest": "^30.1.1",
"prettier": "^3.6.2"
}
}
934 changes: 412 additions & 522 deletions tests/npm/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tests/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"test:ci": "echo \"test CI\""
},
"dependencies": {
"gatsby": "^5.14.6",
"jest": "^30.0.5",
"nx": "^21.4.0",
"gatsby": "^5.15.0",
"jest": "^30.1.1",
"nx": "^21.4.1",
"prettier": "^3.6.2",
"storybook": "^9.1.3"
}
Expand Down
6 changes: 3 additions & 3 deletions tests/pnpm-package-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"test:ci": "echo \"test CI\""
},
"dependencies": {
"gatsby": "^5.14.6",
"jest": "^30.0.5",
"nx": "^21.4.0",
"gatsby": "^5.15.0",
"jest": "^30.1.1",
"nx": "^21.4.1",
"prettier": "^3.6.2",
"storybook": "^9.1.3"
},
Expand Down
2,155 changes: 1,037 additions & 1,118 deletions tests/pnpm-package-manager/pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tests/pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"test:ci": "echo \"test CI\""
},
"dependencies": {
"gatsby": "^5.14.6",
"jest": "^30.0.5",
"nx": "^21.4.0",
"gatsby": "^5.15.0",
"jest": "^30.1.1",
"nx": "^21.4.1",
"prettier": "^3.6.2",
"storybook": "^9.1.3"
}
Expand Down
2,159 changes: 1,039 additions & 1,120 deletions tests/pnpm/pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tests/yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"test:ci": "echo \"test CI\""
},
"dependencies": {
"gatsby": "^5.14.6",
"jest": "^30.0.5",
"nx": "^21.4.0",
"gatsby": "^5.15.0",
"jest": "^30.1.1",
"nx": "^21.4.1",
"prettier": "^3.6.2",
"storybook": "^9.1.3"
}
Expand Down
905 changes: 447 additions & 458 deletions tests/yarn/yarn.lock

Large diffs are not rendered by default.

Loading