Skip to content

Commit f04fcfa

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps-dev): bump @types/react
Bumps the npm-development-dependencies group with 1 update: - [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) Updates `@types/react` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.2.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Emilien Escalle <[email protected]>
1 parent 805bae4 commit f04fcfa

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"packages/docs"
1717
],
1818
"scripts": {
19-
"build": "npm run build --workspaces --if-present",
19+
"build": "npm run build --workspace=@hoverkraft/docusaurus-theme && npm run build --workspace=@hoverkraft/hoverkraft-theme-docs",
2020
"start": "npm run start --workspace=@hoverkraft/hoverkraft-theme-docs",
2121
"lint": "npm run lint --workspaces --if-present",
2222
"lint:fix": "npm run lint:fix --workspaces --if-present",

packages/docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
"^.+\\.(t|j)sx?$": [
6161
"ts-jest",
6262
{
63-
"useESM": true
63+
"useESM": true,
64+
"tsconfig": "<rootDir>/tsconfig.jest.json"
6465
}
6566
]
6667
},

packages/docs/tsconfig.jest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"module": "ESNext",
5+
"moduleResolution": "Node"
6+
}
7+
}

packages/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@docusaurus/types": "^3.9.2",
6363
"@docusaurus/utils": "^3.9.2",
6464
"@docusaurus/utils-validation": "^3.9.2",
65-
"@types/react": "^19.2.7",
65+
"@types/react": "^19.2.8",
6666
"@types/react-dom": "^19.2.3",
6767
"react": "^19.2.3",
6868
"react-dom": "^19.2.3",

0 commit comments

Comments
 (0)