Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 27, 2022
1 parent 65f210d commit 0a8e099
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 147 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -34,12 +34,12 @@
"@types/babel__core": "^7.1.20",
"@types/fs-extra": "^9.0.13",
"@types/minimist": "^1.2.2",
"@types/node": "^18.11.17",
"@types/node": "^18.11.18",
"@types/picomatch": "^2.3.0",
"@types/prompts": "^2.4.2",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.30.0",
"eslint-define-config": "^1.12.0",
Expand All @@ -52,7 +52,7 @@
"minimist": "^1.2.7",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.29.0",
"playwright-chromium": "^1.29.1",
"prettier": "2.8.1",
"prompts": "^2.4.2",
"rollup": "^3.7.0",
Expand All @@ -61,8 +61,8 @@
"tsx": "^3.12.1",
"typescript": "^4.6.4",
"unbuild": "^0.9.4",
"vite": "^4.0.2",
"vitest": "^0.26.0"
"vite": "^4.0.3",
"vitest": "^0.26.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
Expand All @@ -82,5 +82,5 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.18.2"
"packageManager": "pnpm@7.20.0"
}
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.20.5",
"@babel/core": "^7.20.7",
"@babel/plugin-transform-react-jsx-self": "^7.18.6",
"@babel/plugin-transform-react-jsx-source": "^7.19.6",
"magic-string": "^0.27.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-react/package.json
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.5.0"
"react-router-dom": "^6.6.1"
},
"devDependencies": {
"@vitejs/plugin-react": "workspace:*",
Expand Down

0 comments on commit 0a8e099

Please sign in to comment.