Skip to content

Commit 301da9c

Browse files
chore(deps-dev): bump the dev-dependencies group with 3 updates
Bumps the dev-dependencies group with 3 updates: [happy-dom](https://github.com/capricorn86/happy-dom), [prettier](https://github.com/prettier/prettier) and [typescript](https://github.com/microsoft/TypeScript). Updates `happy-dom` from 20.1.0 to 20.3.0 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.1.0...v20.3.0) Updates `prettier` from 3.7.4 to 3.8.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.4...3.8.0) Updates `typescript` from 5.7.3 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.7.3...v5.9.3) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: prettier dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df7816f commit 301da9c

14 files changed

Lines changed: 88 additions & 165 deletions

File tree

apps/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"postcss": "^8.5.6",
3939
"tailwindcss": "^3.4.19",
4040
"tailwindcss-animate": "^1.0.7",
41-
"typescript": "~5.7.3",
41+
"typescript": "~5.9.3",
4242
"typescript-eslint": "^8.46.4",
4343
"vite": "^5.0.0"
4444
}

examples/prototype/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"globals": "^16.5.0",
3131
"postcss": "^8.5.6",
3232
"tailwindcss": "^3.4.19",
33-
"typescript": "~5.7.3",
33+
"typescript": "~5.9.3",
3434
"typescript-eslint": "^8.46.4",
3535
"vite": "^5.0.0"
3636
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
"eslint-plugin-react-hooks": "^7.0.1",
4848
"eslint-plugin-react-refresh": "^0.4.24",
4949
"globals": "^16.5.0",
50-
"happy-dom": "^20.1.0",
50+
"happy-dom": "^20.3.0",
5151
"jsdom": "^27.4.0",
52-
"prettier": "^3.0.0",
52+
"prettier": "^3.8.0",
5353
"react": "18.3.1",
5454
"react-dom": "18.3.1",
5555
"tailwindcss": "^3.0.0",
5656
"tslib": "^2.6.0",
5757
"turbo": "^2.6.3",
58-
"typescript": "^5.0.0",
58+
"typescript": "^5.9.3",
5959
"typescript-eslint": "^8.46.4",
6060
"vitest": "^2.1.8"
6161
},

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"@types/node": "^24.10.8",
4646
"@types/js-yaml": "^4.0.9",
4747
"tsup": "^8.0.0",
48-
"typescript": "^5.0.0"
48+
"typescript": "^5.9.3"
4949
}
5050
}

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"autoprefixer": "^10.4.16",
8181
"postcss": "^8.4.31",
8282
"tailwindcss": "^3.3.5",
83-
"typescript": "^5.0.0",
83+
"typescript": "^5.9.3",
8484
"vite": "^5.0.0",
8585
"vite-plugin-dts": "^3.9.1"
8686
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"zod": "^3.22.4"
1616
},
1717
"devDependencies": {
18-
"typescript": "^5.0.0",
18+
"typescript": "^5.9.3",
1919
"vitest": "^1.0.0"
2020
}
2121
}

packages/data-objectql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@objectql/types": "^1.8.2"
4747
},
4848
"devDependencies": {
49-
"typescript": "^5.0.0",
49+
"typescript": "^5.9.3",
5050
"vitest": "^2.1.8"
5151
},
5252
"peerDependencies": {

packages/plugin-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/react": "^18.3.12",
3636
"@types/react-dom": "^18.3.1",
3737
"@vitejs/plugin-react": "^4.2.1",
38-
"typescript": "^5.0.0",
38+
"typescript": "^5.9.3",
3939
"vite": "^5.0.0",
4040
"vite-plugin-dts": "^3.9.1"
4141
}

packages/plugin-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/react": "^18.3.12",
3636
"@types/react-dom": "^18.3.1",
3737
"@vitejs/plugin-react": "^4.2.1",
38-
"typescript": "^5.0.0",
38+
"typescript": "^5.9.3",
3939
"vite": "^5.0.0",
4040
"vite-plugin-dts": "^3.9.1"
4141
}

packages/plugin-kanban/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/react": "^18.3.12",
3838
"@types/react-dom": "^18.3.1",
3939
"@vitejs/plugin-react": "^4.2.1",
40-
"typescript": "^5.0.0",
40+
"typescript": "^5.9.3",
4141
"vite": "^5.0.0",
4242
"vite-plugin-dts": "^3.9.1"
4343
}

0 commit comments

Comments
 (0)