Skip to content

Commit 2c3330b

Browse files
chore(deps): update all non-major dependencies (#229)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17ca1bc commit 2c3330b

File tree

3 files changed

+153
-159
lines changed

3 files changed

+153
-159
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
},
3333
"devDependencies": {
3434
"@types/fs-extra": "^11.0.2",
35-
"@types/node": "^18.17.19",
36-
"@typescript-eslint/eslint-plugin": "^6.7.2",
37-
"@typescript-eslint/parser": "^6.7.2",
35+
"@types/node": "^18.18.1",
36+
"@typescript-eslint/eslint-plugin": "^6.7.3",
37+
"@typescript-eslint/parser": "^6.7.3",
3838
"@vitejs/release-scripts": "^1.3.1",
3939
"eslint": "^8.50.0",
4040
"eslint-define-config": "^1.23.0",
@@ -47,13 +47,13 @@
4747
"picocolors": "^1.0.0",
4848
"playwright-chromium": "^1.38.1",
4949
"prettier": "^3.0.3",
50-
"rollup": "^3.29.3",
50+
"rollup": "^3.29.4",
5151
"simple-git-hooks": "^2.9.0",
5252
"tsx": "^3.13.0",
5353
"typescript": "^5.2.2",
5454
"unbuild": "^2.0.0",
5555
"vite": "^4.4.9",
56-
"vitest": "^0.34.5"
56+
"vitest": "^0.34.6"
5757
},
5858
"simple-git-hooks": {
5959
"pre-commit": "pnpm exec lint-staged --concurrent false"

playground/mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"@mdx-js/rollup": "^2.3.0",
16-
"@types/react": "^18.2.22",
17-
"@types/react-dom": "^18.2.7",
16+
"@types/react": "^18.2.24",
17+
"@types/react-dom": "^18.2.8",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}
2020
}

0 commit comments

Comments
 (0)