Skip to content

Commit f8217d6

Browse files
chore(deps): update all non-major dependencies (#146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85b4fea commit f8217d6

File tree

3 files changed

+342
-281
lines changed

3 files changed

+342
-281
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,29 +34,29 @@
3434
"@types/babel__core": "^7.20.0",
3535
"@types/fs-extra": "^11.0.1",
3636
"@types/node": "^18.15.11",
37-
"@typescript-eslint/eslint-plugin": "^5.57.0",
38-
"@typescript-eslint/parser": "^5.57.0",
37+
"@typescript-eslint/eslint-plugin": "^5.58.0",
38+
"@typescript-eslint/parser": "^5.58.0",
3939
"@vitejs/release-scripts": "^1.1.0",
4040
"conventional-changelog-cli": "^2.2.2",
41-
"eslint": "^8.37.0",
42-
"eslint-define-config": "^1.17.0",
41+
"eslint": "^8.38.0",
42+
"eslint-define-config": "^1.18.0",
4343
"eslint-plugin-import": "^2.27.5",
4444
"eslint-plugin-node": "^11.1.0",
4545
"eslint-plugin-regexp": "^1.14.0",
4646
"execa": "^7.1.1",
4747
"fs-extra": "^11.1.1",
48-
"lint-staged": "^13.2.0",
48+
"lint-staged": "^13.2.1",
4949
"npm-run-all": "^4.1.5",
5050
"picocolors": "^1.0.0",
51-
"playwright-chromium": "^1.32.1",
51+
"playwright-chromium": "^1.32.3",
5252
"prettier": "2.8.7",
53-
"rollup": "^3.20.2",
53+
"rollup": "^3.20.4",
5454
"simple-git-hooks": "^2.8.1",
5555
"tsx": "^3.12.6",
56-
"typescript": "^5.0.3",
57-
"unbuild": "^1.2.0",
56+
"typescript": "^5.0.4",
57+
"unbuild": "^1.2.1",
5858
"vite": "^4.2.1",
59-
"vitest": "^0.29.8"
59+
"vitest": "^0.30.1"
6060
},
6161
"simple-git-hooks": {
6262
"pre-commit": "pnpm exec lint-staged --concurrent false"

playground/mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@mdx-js/rollup": "^2.3.0",
16-
"@types/react": "^18.0.32",
16+
"@types/react": "^18.0.35",
1717
"@types/react-dom": "^18.0.11",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}

0 commit comments

Comments
 (0)