Skip to content

Commit ca785b6

Browse files
chore(deps): update all non-major dependencies (#105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arnaud Barré <[email protected]>
1 parent e6ed0a1 commit ca785b6

File tree

3 files changed

+283
-244
lines changed

3 files changed

+283
-244
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,30 +33,30 @@
3333
"devDependencies": {
3434
"@types/babel__core": "^7.20.0",
3535
"@types/fs-extra": "^11.0.1",
36-
"@types/node": "^18.11.18",
37-
"@typescript-eslint/eslint-plugin": "^5.48.2",
38-
"@typescript-eslint/parser": "^5.48.2",
36+
"@types/node": "^18.13.0",
37+
"@typescript-eslint/eslint-plugin": "^5.52.0",
38+
"@typescript-eslint/parser": "^5.52.0",
3939
"@vitejs/release-scripts": "^1.1.0",
4040
"conventional-changelog-cli": "^2.2.2",
41-
"eslint": "^8.32.0",
42-
"eslint-define-config": "^1.14.0",
41+
"eslint": "^8.34.0",
42+
"eslint-define-config": "^1.15.0",
4343
"eslint-plugin-import": "^2.27.5",
4444
"eslint-plugin-node": "^11.1.0",
4545
"eslint-plugin-regexp": "^1.12.0",
4646
"execa": "^7.0.0",
4747
"fs-extra": "^11.1.0",
48-
"lint-staged": "^13.1.0",
48+
"lint-staged": "^13.1.2",
4949
"npm-run-all": "^4.1.5",
5050
"picocolors": "^1.0.0",
51-
"playwright-chromium": "^1.29.2",
52-
"prettier": "2.8.3",
53-
"rollup": "^3.10.1",
51+
"playwright-chromium": "^1.30.0",
52+
"prettier": "2.8.4",
53+
"rollup": "^3.15.0",
5454
"simple-git-hooks": "^2.8.1",
55-
"tsx": "^3.12.2",
56-
"typescript": "^4.9.4",
55+
"tsx": "^3.12.3",
56+
"typescript": "^4.9.5",
5757
"unbuild": "^1.1.1",
58-
"vite": "^4.1.0-beta.0",
59-
"vitest": "^0.27.3"
58+
"vite": "^4.1.1",
59+
"vitest": "^0.28.5"
6060
},
6161
"simple-git-hooks": {
6262
"pre-commit": "pnpm exec lint-staged --concurrent false"
@@ -75,5 +75,5 @@
7575
"eslint --cache --fix"
7676
]
7777
},
78-
"packageManager": "pnpm@7.25.1"
78+
"packageManager": "pnpm@7.27.0"
7979
}

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.7.0"
18+
"react-router-dom": "^6.8.1"
1919
},
2020
"devDependencies": {
2121
"@vitejs/plugin-react": "workspace:*",

0 commit comments

Comments
 (0)