Skip to content

Commit 2e914c5

Browse files
committed
attempt to fix dependabot
1 parent a6a84dc commit 2e914c5

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"devDependencies": {
2323
"jsdom": "^26.0.0",
24-
"typescript": "^5.7.3",
24+
"typescript": "^5.7.2",
2525
"vitest": "^3.0.3"
2626
}
2727
}

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@headless-tree/sb-react": "workspace:*",
3232
"docusaurus-plugin-typedoc": "^1.0.1",
3333
"docusaurus-plugin-typedoc-api": "^4.2.0",
34-
"typescript": "^5.7.3"
34+
"typescript": "^5.7.2"
3535
},
3636
"browserslist": {
3737
"production": [

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prop-types": "15.8.1",
2626
"react": "^18.2.0",
2727
"react-dom": "^18.2.0",
28-
"typescript": "^5.7.3"
28+
"typescript": "^5.7.2"
2929
},
3030
"peerDependencies": {
3131
"@headless-tree/core": "*",

packages/sb-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react": "^18.2.0",
3131
"react-dom": "^18.2.0",
3232
"storybook": "^8.6.0-alpha.0",
33-
"typescript": "^5.7.3",
33+
"typescript": "^5.7.2",
3434
"vite": "^4.3.3"
3535
},
3636
"devDependencies": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3787,7 +3787,7 @@ __metadata:
37873787
resolution: "@headless-tree/core@workspace:packages/core"
37883788
dependencies:
37893789
jsdom: "npm:^26.0.0"
3790-
typescript: "npm:^5.7.3"
3790+
typescript: "npm:^5.7.2"
37913791
vitest: "npm:^3.0.3"
37923792
languageName: unknown
37933793
linkType: soft
@@ -3810,7 +3810,7 @@ __metadata:
38103810
react: "npm:^18.0.0"
38113811
react-dom: "npm:^18.0.0"
38123812
react-syntax-highlighter: "npm:^15.5.0"
3813-
typescript: "npm:^5.7.3"
3813+
typescript: "npm:^5.7.2"
38143814
languageName: unknown
38153815
linkType: soft
38163816

@@ -3825,7 +3825,7 @@ __metadata:
38253825
prop-types: "npm:15.8.1"
38263826
react: "npm:^18.2.0"
38273827
react-dom: "npm:^18.2.0"
3828-
typescript: "npm:^5.7.3"
3828+
typescript: "npm:^5.7.2"
38293829
peerDependencies:
38303830
"@headless-tree/core": "*"
38313831
react: "*"
@@ -3858,7 +3858,7 @@ __metadata:
38583858
react: "npm:^18.2.0"
38593859
react-dom: "npm:^18.2.0"
38603860
storybook: "npm:^8.6.0-alpha.0"
3861-
typescript: "npm:^5.7.3"
3861+
typescript: "npm:^5.7.2"
38623862
vite: "npm:^4.3.3"
38633863
languageName: unknown
38643864
linkType: soft
@@ -21745,7 +21745,7 @@ __metadata:
2174521745
languageName: node
2174621746
linkType: hard
2174721747

21748-
"typescript@npm:^5.7.3":
21748+
"typescript@npm:^5.7.2":
2174921749
version: 5.7.3
2175021750
resolution: "typescript@npm:5.7.3"
2175121751
bin:
@@ -21765,7 +21765,7 @@ __metadata:
2176521765
languageName: node
2176621766
linkType: hard
2176721767

21768-
"typescript@patch:typescript@npm%3A^5.7.3#optional!builtin<compat/typescript>":
21768+
"typescript@patch:typescript@npm%3A^5.7.2#optional!builtin<compat/typescript>":
2176921769
version: 5.7.3
2177021770
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5adc0c"
2177121771
bin:

0 commit comments

Comments
 (0)