Skip to content

Commit f8bfc8d

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

File tree

4 files changed

+110
-110
lines changed

4 files changed

+110
-110
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"@types/babel__core": "^7.20.1",
3535
"@types/fs-extra": "^11.0.1",
3636
"@types/node": "^18.16.18",
37-
"@typescript-eslint/eslint-plugin": "^5.59.11",
38-
"@typescript-eslint/parser": "^5.59.11",
37+
"@typescript-eslint/eslint-plugin": "^5.60.0",
38+
"@typescript-eslint/parser": "^5.60.0",
3939
"@vitejs/release-scripts": "^1.2.0",
4040
"eslint": "^8.43.0",
41-
"eslint-define-config": "^1.20.0",
41+
"eslint-define-config": "^1.21.0",
4242
"eslint-plugin-import": "^2.27.5",
4343
"eslint-plugin-node": "^11.1.0",
4444
"eslint-plugin-regexp": "^1.15.0",
@@ -48,7 +48,7 @@
4848
"picocolors": "^1.0.0",
4949
"playwright-chromium": "^1.35.1",
5050
"prettier": "2.8.8",
51-
"rollup": "^3.25.1",
51+
"rollup": "^3.25.2",
5252
"simple-git-hooks": "^2.8.1",
5353
"tsx": "^3.12.7",
5454
"typescript": "^5.1.3",

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.12",
17-
"@types/react-dom": "^18.2.5",
16+
"@types/react": "^18.2.14",
17+
"@types/react-dom": "^18.2.6",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}
2020
}

playground/ssr-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
18-
"react-router-dom": "^6.13.0"
18+
"react-router-dom": "^6.14.0"
1919
},
2020
"devDependencies": {
2121
"@vitejs/plugin-react": "workspace:*",

0 commit comments

Comments
 (0)