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
300 changes: 147 additions & 153 deletions .github/actions/generate-docs/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/actions/generate-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"mock-fs": "^5.5.0",
"vitest": "^4.1.0"
"vitest": "^4.1.2"
}
}
300 changes: 147 additions & 153 deletions .github/actions/inject-docs/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/actions/inject-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"mock-fs": "^5.5.0",
"vitest": "^4.1.0"
"vitest": "^4.1.2"
}
}
306 changes: 150 additions & 156 deletions .github/actions/prepare-docs/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/actions/prepare-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"mock-fs": "^5.5.0",
"vitest": "^4.1.0"
"vitest": "^4.1.2"
}
}
300 changes: 147 additions & 153 deletions .github/actions/resolve-docs-target/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/actions/resolve-docs-target/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"test:ci": "vitest --run"
},
"devDependencies": {
"vitest": "^4.1.0"
"vitest": "^4.1.2"
}
}
102 changes: 51 additions & 51 deletions application/package-lock.json

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

4 changes: 2 additions & 2 deletions application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/jest": "^30.0.0",
"@typescript-eslint/parser": "^8.57.1",
"@typescript-eslint/parser": "^8.58.0",
"babel-jest": "^30.3.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"typescript": "~5.9.3"
"typescript": "~6.0.2"
},
"browserslist": {
"production": [
Expand Down
Loading