Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 14, 2023
1 parent d758a2a commit b05a549
Show file tree
Hide file tree
Showing 4 changed files with 472 additions and 440 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,31 +38,31 @@
"@types/picomatch": "^2.3.0",
"@types/prompts": "^2.4.2",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.31.0",
"eslint-define-config": "^1.13.0",
"eslint-plugin-import": "^2.26.0",
"eslint-define-config": "^1.14.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^1.11.0",
"eslint-plugin-regexp": "^1.12.0",
"execa": "^6.1.0",
"fs-extra": "^11.1.0",
"lint-staged": "^13.1.0",
"minimist": "^1.2.7",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.29.1",
"prettier": "2.8.1",
"playwright-chromium": "^1.29.2",
"prettier": "2.8.2",
"prompts": "^2.4.2",
"rollup": "^3.7.0",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.1",
"tsx": "^3.12.1",
"tsx": "^3.12.2",
"typescript": "^4.6.4",
"unbuild": "^1.0.2",
"vite": "^4.0.3",
"vitest": "^0.26.3"
"unbuild": "^1.1.1",
"vite": "^4.0.4",
"vitest": "^0.27.1"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
Expand All @@ -82,5 +82,5 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.21.0"
"packageManager": "pnpm@7.25.0"
}
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
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.7",
"@babel/core": "^7.20.12",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.6.1"
"react-router-dom": "^6.6.2"
},
"devDependencies": {
"@vitejs/plugin-react": "workspace:*",
Expand Down
Loading

0 comments on commit b05a549

Please sign in to comment.