Skip to content

Commit 9114ea9

Browse files
authored
Merge branch 'main' into dep
Signed-off-by: Michael Beemer <[email protected]>
2 parents 77a84fa + 48a058c commit 9114ea9

File tree

4 files changed

+101
-132
lines changed

4 files changed

+101
-132
lines changed

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.11.1/.schema/devbox.schema.json",
3-
"packages": ["nodejs@20"],
3+
"packages": ["nodejs@20.18.2"],
44
"env": {
55
"DEVBOX_COREPACK_ENABLED": "true"
66
},

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@
7272
"@docusaurus/tsconfig": "^3.7.0",
7373
"@types/fs-extra": "11.0.4",
7474
"@types/react": "^19.0.8",
75-
"@typescript-eslint/eslint-plugin": "8.23.0",
7675
"@typescript-eslint/parser": "8.23.0",
76+
"@types/react": "^19.0.0",
77+
"@typescript-eslint/eslint-plugin": "8.24.0",
7778
"eslint": "^8.57.0",
7879
"eslint-config-prettier": "10.0.1",
7980
"eslint-mdx": "3.1.5",
@@ -84,7 +85,7 @@
8485
"fs-extra": "11.3.0",
8586
"markdownlint-cli2": "^0.17.2",
8687
"markdownlint-rule-max-one-sentence-per-line": "^0.0.2",
87-
"prettier": "3.4.2",
88+
"prettier": "3.5.0",
8889
"typescript": "5.7.3",
8990
"wireit": "^0.14.11"
9091
},

0 commit comments

Comments
 (0)