Skip to content

Commit 02b8113

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

File tree

3 files changed

+81
-93
lines changed

3 files changed

+81
-93
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@
3131
"ci-publish": "tsx scripts/publishCI.ts"
3232
},
3333
"devDependencies": {
34-
"@types/babel__core": "^7.1.20",
34+
"@types/babel__core": "^7.20.0",
3535
"@types/fs-extra": "^11.0.1",
3636
"@types/minimist": "^1.2.2",
3737
"@types/node": "^18.11.18",
3838
"@types/picomatch": "^2.3.0",
3939
"@types/prompts": "^2.4.2",
4040
"@types/semver": "^7.3.13",
41-
"@typescript-eslint/eslint-plugin": "^5.48.1",
42-
"@typescript-eslint/parser": "^5.48.1",
41+
"@typescript-eslint/eslint-plugin": "^5.48.2",
42+
"@typescript-eslint/parser": "^5.48.2",
4343
"conventional-changelog-cli": "^2.2.2",
4444
"eslint": "^8.32.0",
4545
"eslint-define-config": "^1.14.0",
46-
"eslint-plugin-import": "^2.27.4",
46+
"eslint-plugin-import": "^2.27.5",
4747
"eslint-plugin-node": "^11.1.0",
4848
"eslint-plugin-regexp": "^1.12.0",
4949
"execa": "^6.1.0",
@@ -62,7 +62,7 @@
6262
"typescript": "^4.6.4",
6363
"unbuild": "^1.1.1",
6464
"vite": "^4.0.4",
65-
"vitest": "^0.27.1"
65+
"vitest": "^0.27.3"
6666
},
6767
"simple-git-hooks": {
6868
"pre-commit": "pnpm exec lint-staged --concurrent false",
@@ -82,5 +82,5 @@
8282
"eslint --cache --fix"
8383
]
8484
},
85-
"packageManager": "[email protected].0"
85+
"packageManager": "[email protected].1"
8686
}

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

0 commit comments

Comments
 (0)