Skip to content

Commit 815be53

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

File tree

3 files changed

+272
-297
lines changed

3 files changed

+272
-297
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,28 @@
3333
"devDependencies": {
3434
"@types/babel__core": "^7.20.1",
3535
"@types/fs-extra": "^11.0.1",
36-
"@types/node": "^18.16.18",
37-
"@typescript-eslint/eslint-plugin": "^5.60.0",
38-
"@typescript-eslint/parser": "^5.60.0",
36+
"@types/node": "^18.16.19",
37+
"@typescript-eslint/eslint-plugin": "^5.60.1",
38+
"@typescript-eslint/parser": "^5.60.1",
3939
"@vitejs/release-scripts": "^1.2.0",
40-
"eslint": "^8.43.0",
40+
"eslint": "^8.44.0",
4141
"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",
4545
"fs-extra": "^11.1.1",
46-
"lint-staged": "^13.2.2",
46+
"lint-staged": "^13.2.3",
4747
"npm-run-all": "^4.1.5",
4848
"picocolors": "^1.0.0",
4949
"playwright-chromium": "^1.35.1",
5050
"prettier": "2.8.8",
51-
"rollup": "^3.25.2",
51+
"rollup": "^3.26.0",
5252
"simple-git-hooks": "^2.8.1",
5353
"tsx": "^3.12.7",
54-
"typescript": "^5.1.3",
54+
"typescript": "^5.1.6",
5555
"unbuild": "^1.2.1",
5656
"vite": "^4.3.9",
57-
"vitest": "^0.32.2"
57+
"vitest": "^0.32.3"
5858
},
5959
"simple-git-hooks": {
6060
"pre-commit": "pnpm exec lint-staged --concurrent false"

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

0 commit comments

Comments
 (0)