Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (vitejs#182)
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 Jun 19, 2023
1 parent 0d3d41b commit 1d5c1b8
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 140 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"devDependencies": {
"@types/babel__core": "^7.20.1",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.16.17",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@types/node": "^18.16.18",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitejs/release-scripts": "^1.2.0",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-define-config": "^1.20.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -46,15 +46,15 @@
"lint-staged": "^13.2.2",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.35.0",
"playwright-chromium": "^1.35.1",
"prettier": "2.8.8",
"rollup": "^3.25.1",
"simple-git-hooks": "^2.8.1",
"tsx": "^3.12.7",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.32.0"
"vitest": "^0.32.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
Expand Down
4 changes: 2 additions & 2 deletions playground/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"@mdx-js/rollup": "^2.3.0",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@vitejs/plugin-react": "workspace:*"
}
}
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.12.1"
"react-router-dom": "^6.13.0"
},
"devDependencies": {
"@vitejs/plugin-react": "workspace:*",
Expand Down
Loading

0 comments on commit 1d5c1b8

Please sign in to comment.